Uses of Class
com.sportradar.livedata.sdk.proto.common.MessageException
Packages that use MessageException
Package
Description
Contains classes and interfaces which are shared between different protocols.
-
Uses of MessageException in com.sportradar.livedata.sdk.proto
Methods in com.sportradar.livedata.sdk.proto that throw MessageExceptionModifier and TypeMethodDescriptionbooleanLiveFeedProtocol.sendMessage(OutgoingMessage message, boolean blocking) Sends the passedOutgoingMessageinstance to the server.voidLiveFeedProtocol.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 MessageExceptionModifier and TypeMethodDescriptionvoidProtocol.sendMessage(String data) Sends the passed data to the server as is.booleanProtocol.sendMessage(O message, boolean blocking) Sends the passedmessageinstance to the server.byte[]Writes the passedmessageto the returnedbyte[]byte[]Writes the passed message to the returnedbyte[]