Uses of Interface
org.apache.qpid.protonj2.codec.StreamDecoder
Packages that use StreamDecoder
Package
Description
-
Uses of StreamDecoder in org.apache.qpid.protonj2.codec
Methods in org.apache.qpid.protonj2.codec that return StreamDecoderModifier and TypeMethodDescriptionStreamDecoderState.getDecoder()<V> StreamDecoderStreamDecoder.registerDescribedTypeDecoder(StreamDescribedTypeDecoder<V> decoder) Allows customStreamDescribedTypeDecoderinstances to be registered with thisStreamDecoderwhich will be used if the described type encoding is encountered during decode operations. -
Uses of StreamDecoder in org.apache.qpid.protonj2.codec.decoders
Classes in org.apache.qpid.protonj2.codec.decoders that implement StreamDecoderModifier and TypeClassDescriptionfinal classThe default AMQP Decoder implementation.Methods in org.apache.qpid.protonj2.codec.decoders with parameters of type StreamDecoderModifier and TypeMethodDescriptionprotected abstract KAbstractDescribedMapTypeDecoder.readKey(InputStream stream, StreamDecoder decoder, StreamDecoderState state) Called during decoding of the describedMapbody to allow the implementation to read the map key using the optimal decoder API for the type of key stored in the map.protected abstract VAbstractDescribedListTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) Reads the actual type from the byte stream with the given number of encoded list elements populated -
Uses of StreamDecoder in org.apache.qpid.protonj2.codec.decoders.messaging
Methods in org.apache.qpid.protonj2.codec.decoders.messaging with parameters of type StreamDecoderModifier and TypeMethodDescriptionprotected StringApplicationPropertiesTypeDecoder.readKey(InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected SymbolDeliveryAnnotationsTypeDecoder.readKey(InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected SymbolFooterTypeDecoder.readKey(InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected SymbolMessageAnnotationsTypeDecoder.readKey(InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected AcceptedAcceptedTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected DeleteOnCloseDeleteOnCloseTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected DeleteOnNoLinksOrMessagesDeleteOnNoLinksOrMessagesTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected DeleteOnNoLinksDeleteOnNoLinksTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected DeleteOnNoMessagesDeleteOnNoMessagesTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected HeaderHeaderTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected ModifiedModifiedTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected PropertiesPropertiesTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected ReceivedReceivedTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected RejectedRejectedTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected ReleasedReleasedTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected SourceSourceTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected TargetTargetTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) -
Uses of StreamDecoder in org.apache.qpid.protonj2.codec.decoders.security
Methods in org.apache.qpid.protonj2.codec.decoders.security with parameters of type StreamDecoderModifier and TypeMethodDescriptionprotected SaslChallengeSaslChallengeTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected SaslInitSaslInitTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected SaslMechanismsSaslMechanismsTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected SaslOutcomeSaslOutcomeTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected SaslResponseSaslResponseTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) -
Uses of StreamDecoder in org.apache.qpid.protonj2.codec.decoders.transactions
Methods in org.apache.qpid.protonj2.codec.decoders.transactions with parameters of type StreamDecoderModifier and TypeMethodDescriptionprotected CoordinatorCoordinatorTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected DeclaredDeclaredTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected DeclareDeclareTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected DischargeDischargeTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected TransactionalStateTransactionStateTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) -
Uses of StreamDecoder in org.apache.qpid.protonj2.codec.decoders.transport
Methods in org.apache.qpid.protonj2.codec.decoders.transport with parameters of type StreamDecoderModifier and TypeMethodDescriptionprotected AttachAttachTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected BeginBeginTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected CloseCloseTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected DetachDetachTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected DispositionDispositionTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected EndEndTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected ErrorConditionErrorConditionTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected FlowFlowTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected OpenOpenTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected TransferTransferTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state)