Uses of Class
com.sportradar.livedata.sdk.proto.common.MessageException
-
Packages that use MessageException 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 MessageException in com.sportradar.livedata.sdk.proto
Methods in com.sportradar.livedata.sdk.proto that throw MessageException 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 MessageException in com.sportradar.livedata.sdk.proto.common
Methods in com.sportradar.livedata.sdk.proto.common that throw MessageException Modifier and Type Method Description 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[]
-