Uses of Interface
com.sportradar.livedata.sdk.proto.common.MessageParser
Packages that use MessageParser
Package
Description
Contains classes and interfaces which are shared between different protocols.
- 
Uses of MessageParser in com.sportradar.livedata.sdk.protoConstructors in com.sportradar.livedata.sdk.proto with parameters of type MessageParserModifierConstructorDescriptionLiveFeedProtocol(Gateway gateway, MessageParser<IncomingMessage> messageParser, MessageWriter<OutgoingMessage> messageWriter, RateLimiter rateLimiter, OutgoingMessageInspector<OutgoingMessage> outgoingMessageInspector, AuthMessageProvider authMessageProvider) Initializes a new instance of theLiveFeedProtocolclass.
- 
Uses of MessageParser in com.sportradar.livedata.sdk.proto.commonClasses in com.sportradar.livedata.sdk.proto.common that implement MessageParserModifier and TypeClassDescriptionclassJaxbMessageParser<T extends MessageBase>AMessageParserimplementation which uses JAXB to un-marshal the messagesclassMessageParserBase<T extends MessageBase>Represents a base class for message parsers.Fields in com.sportradar.livedata.sdk.proto.common declared as MessageParserModifier and TypeFieldDescriptionprotected final MessageParser<I> ProtocolBase.messageParserTheMessageParserused to parse data received from the server.Constructors in com.sportradar.livedata.sdk.proto.common with parameters of type MessageParserModifierConstructorDescriptionProtocolBase(Gateway gateway, MessageParser<I> messageParser) Initializes a new instance of theProtocolBaseclass.