Uses of Class
com.sportradar.livedata.sdk.proto.common.ProtocolException
-
Packages that use ProtocolException Package Description com.sportradar.livedata.sdk.proto Contains classes and interfaces which are shared between different protocols.com.sportradar.livedata.sdk.proto.common -
-
Uses of ProtocolException in com.sportradar.livedata.sdk.proto
Methods in com.sportradar.livedata.sdk.proto that throw ProtocolException Modifier and Type Method Description boolean
LiveFeedProtocol. sendMessage(OutgoingMessage message, boolean blocking)
Sends the passedOutgoingMessage
instance to the server.void
LiveFeedProtocol. sendMessage(String data)
Sends the passed data to the server as is. -
Uses of ProtocolException in com.sportradar.livedata.sdk.proto.common
Subclasses of ProtocolException in com.sportradar.livedata.sdk.proto.common Modifier and Type Class Description class
NoDataProtocolException
AnProtocolException
derived class which is thrown when no data is availableMethods in com.sportradar.livedata.sdk.proto.common that throw ProtocolException Modifier and Type Method Description jakarta.xml.bind.Marshaller
JaxbBuilder. buildMarshaller()
Returns aMarshaller
implementation.jakarta.xml.bind.Marshaller
JaxbFactory. buildMarshaller()
Creates and returns aMarshaller
implementation.jakarta.xml.bind.Unmarshaller
JaxbBuilder. buildUnmarshaller()
Returns aUnmarshaller
implementation.jakarta.xml.bind.Unmarshaller
JaxbFactory. buildUnmarshaller()
Creates and returns aUnmarshaller
implementation.void
Protocol. sendMessage(String data)
Sends the passed data to the server as is.boolean
Protocol. sendMessage(O message, boolean blocking)
Sends the passedmessage
instance to the server.byte[]
JaxbMessageWriter. write(T message)
Writes the passedmessage
to the returnedbyte[]
byte[]
MessageWriter. write(T message)
Writes the passed message to the returnedbyte[]
-