Uses of Class
com.sportradar.livedata.sdk.proto.common.ProtocolException
Packages that use ProtocolException
Package
Description
Contains classes and interfaces which are shared between different protocols.
- 
Uses of ProtocolException in com.sportradar.livedata.sdk.protoMethods in com.sportradar.livedata.sdk.proto that throw ProtocolExceptionModifier 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 ProtocolException in com.sportradar.livedata.sdk.proto.commonSubclasses of ProtocolException in com.sportradar.livedata.sdk.proto.commonModifier and TypeClassDescriptionclassAnProtocolExceptionderived class which is thrown when no data is availableMethods in com.sportradar.livedata.sdk.proto.common that throw ProtocolExceptionModifier and TypeMethodDescriptionjakarta.xml.bind.MarshallerJaxbBuilder.buildMarshaller()Returns aMarshallerimplementation.jakarta.xml.bind.MarshallerJaxbFactory.buildMarshaller()Creates and returns aMarshallerimplementation.jakarta.xml.bind.UnmarshallerJaxbBuilder.buildUnmarshaller()Returns aUnmarshallerimplementation.jakarta.xml.bind.UnmarshallerJaxbFactory.buildUnmarshaller()Creates and returns aUnmarshallerimplementation.voidProtocol.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[]