Uses of Interface
org.apache.qpid.protonj2.codec.DecoderState
Package
Description
-
Uses of DecoderState in org.apache.qpid.protonj2.client.impl
Modifier and TypeMethodDescriptionstatic Message<?>
ClientMessageSupport.decodeMessage
(Decoder decoder, DecoderState decoderState, ProtonBuffer buffer, Consumer<DeliveryAnnotations> daConsumer) -
Uses of DecoderState in org.apache.qpid.protonj2.codec
Modifier and TypeMethodDescriptionDecoder.getCachedDecoderState()
Return a singletonDecoderState
instance that is meant to be shared within single threaded decoder interactions.Decoder.newDecoderState()
Creates a newDecoderState
instance that can be used when interacting with the Decoder.DecoderState.reset()
Resets any intermediate state back to default values.Modifier and TypeMethodDescriptionTypeDecoder<?>
Decoder.peekNextTypeDecoder
(ProtonBuffer buffer, DecoderState state) Peeks ahead in the givenProtonBuffer
instance and returns aTypeDecoder
that can read the next encoded AMQP type from the buffer's bytes.V[]
TypeDecoder.readArrayElements
(ProtonBuffer buffer, DecoderState state, int count) Reads a series of this type that have been encoded into the body of an Array type.Decoder.readBinary
(ProtonBuffer buffer, DecoderState state) Reads an encodedBinary
value from the givenProtonBuffer
assuming that the next value in the byte stream is that type.Decoder.readBinaryAsBuffer
(ProtonBuffer buffer, DecoderState state) Reads an encodedBinary
value from the givenProtonBuffer
assuming that the next value in the byte stream is that type.Decoder.readBoolean
(ProtonBuffer buffer, DecoderState state) Reads an encodedBoolean
value from the givenProtonBuffer
assuming that the next value in the byte stream is that type.boolean
Decoder.readBoolean
(ProtonBuffer buffer, DecoderState state, boolean defaultValue) Reads an encodedByte
value from the givenProtonBuffer
assuming that the next value in the byte stream is that type.Decoder.readByte
(ProtonBuffer buffer, DecoderState state) Reads an encodedByte
value from the givenProtonBuffer
assuming that the next value in the byte stream is that type.byte
Decoder.readByte
(ProtonBuffer buffer, DecoderState state, byte defaultValue) Reads an encodedByte
value from the givenProtonBuffer
assuming that the next value in the byte stream is that type.Decoder.readCharacter
(ProtonBuffer buffer, DecoderState state) Reads an encodedCharacter
value from the givenProtonBuffer
assuming that the next value in the byte stream is that type.char
Decoder.readCharacter
(ProtonBuffer buffer, DecoderState state, char defaultValue) Reads an encodedCharacter
value from the givenProtonBuffer
assuming that the next value in the byte stream is that type.Decoder.readDecimal128
(ProtonBuffer buffer, DecoderState state) Reads an encodedDecimal128
value from the givenProtonBuffer
assuming that the next value in the byte stream is that type.Decoder.readDecimal32
(ProtonBuffer buffer, DecoderState state) Reads an encodedDecimal32
value from the givenProtonBuffer
assuming that the next value in the byte stream is that type.Decoder.readDecimal64
(ProtonBuffer buffer, DecoderState state) Reads an encodedDecimal64
value from the givenProtonBuffer
assuming that the next value in the byte stream is that type.Decoder.readDeliveryTag
(ProtonBuffer buffer, DecoderState state) This method expects to read aBinary
encoded type from the provided buffer and constructs aDeliveryTag
type that wraps the bytes encoded.Decoder.readDouble
(ProtonBuffer buffer, DecoderState state) Reads an encodedDouble
value from the givenProtonBuffer
assuming that the next value in the byte stream is that type.double
Decoder.readDouble
(ProtonBuffer buffer, DecoderState state, double defaultValue) Reads an encodedDouble
value from the givenProtonBuffer
assuming that the next value in the byte stream is that type.Decoder.readFloat
(ProtonBuffer buffer, DecoderState state) Reads an encodedFloat
value from the givenProtonBuffer
assuming that the next value in the byte stream is that type.float
Decoder.readFloat
(ProtonBuffer buffer, DecoderState state, float defaultValue) Reads an encodedFloat
value from the givenProtonBuffer
assuming that the next value in the byte stream is that type.Decoder.readInteger
(ProtonBuffer buffer, DecoderState state) Reads an encodedInteger
value from the givenProtonBuffer
assuming that the next value in the byte stream is that type.int
Decoder.readInteger
(ProtonBuffer buffer, DecoderState state, int defaultValue) Reads an encodedInteger
value from the givenProtonBuffer
assuming that the next value in the byte stream is that type.<V> List<V>
Decoder.readList
(ProtonBuffer buffer, DecoderState state) Reads an encodedList
value from the givenProtonBuffer
assuming that the next value in the byte stream is that type.Decoder.readLong
(ProtonBuffer buffer, DecoderState state) Reads an encodedLong
value from the givenProtonBuffer
assuming that the next value in the byte stream is that type.long
Decoder.readLong
(ProtonBuffer buffer, DecoderState state, long defaultValue) Reads an encodedLong
value from the givenProtonBuffer
assuming that the next value in the byte stream is that type.<K,
V> Map<K, V> Decoder.readMap
(ProtonBuffer buffer, DecoderState state) Reads an encodedMap
value from the givenProtonBuffer
assuming that the next value in the byte stream is that type.<T> T[]
Decoder.readMultiple
(ProtonBuffer buffer, DecoderState state, Class<T> clazz) Reads one or more encoded values from the givenProtonBuffer
an return it as an array ofObject
instances which the caller must then interpret.TypeDecoder<?>
Decoder.readNextTypeDecoder
(ProtonBuffer buffer, DecoderState state) Reads from the givenProtonBuffer
instance and returns aTypeDecoder
that can read the next encoded AMQP type from the buffer's bytes.Decoder.readObject
(ProtonBuffer buffer, DecoderState state) Reads an encoded value from the givenProtonBuffer
an return it as anObject
which the caller must then interpret.<T> T
Decoder.readObject
(ProtonBuffer buffer, DecoderState state, Class<T> clazz) Reads an encoded value from the givenProtonBuffer
an return it as anObject
which the caller must then interpret.Decoder.readShort
(ProtonBuffer buffer, DecoderState state) Reads an encodedShort
value from the givenProtonBuffer
assuming that the next value in the byte stream is that type.short
Decoder.readShort
(ProtonBuffer buffer, DecoderState state, short defaultValue) Reads an encodedShort
value from the givenProtonBuffer
assuming that the next value in the byte stream is that type.int
TypeDecoder.readSize
(ProtonBuffer buffer, DecoderState state) Reads the size in bytes of the encoded AMQP type from the given buffer and returns it.Decoder.readString
(ProtonBuffer buffer, DecoderState state) Reads an encodedString
value from the givenProtonBuffer
assuming that the next value in the byte stream is that type.Decoder.readSymbol
(ProtonBuffer buffer, DecoderState state) Reads an encodedSymbol
value from the givenProtonBuffer
assuming that the next value in the byte stream is that type.Decoder.readSymbol
(ProtonBuffer buffer, DecoderState state, String defaultValue) Reads an encodedString
value from the givenProtonBuffer
assuming that the next value in the byte stream is that type.Decoder.readTimestamp
(ProtonBuffer buffer, DecoderState state) Reads an encoded AMQP time stamp value from the givenProtonBuffer
assuming that the next value in the byte stream is that type.long
Decoder.readTimestamp
(ProtonBuffer buffer, DecoderState state, long defaultValue) Reads an encoded AMQP time stamp value from the givenProtonBuffer
assuming that the next value in the byte stream is that type.Decoder.readUnsignedByte
(ProtonBuffer buffer, DecoderState state) Reads an encodedUnsignedByte
value from the givenProtonBuffer
assuming that the next value in the byte stream is that type.byte
Decoder.readUnsignedByte
(ProtonBuffer buffer, DecoderState state, byte defaultValue) Reads an encodedUnsignedByte
value from the givenProtonBuffer
assuming that the next value in the byte stream is that type.Decoder.readUnsignedInteger
(ProtonBuffer buffer, DecoderState state) Reads an encodedUnsignedInteger
value from the givenProtonBuffer
assuming that the next value in the byte stream is that type.int
Decoder.readUnsignedInteger
(ProtonBuffer buffer, DecoderState state, int defaultValue) Reads an encodedUnsignedInteger
value from the givenProtonBuffer
assuming that the next value in the byte stream is that type.long
Decoder.readUnsignedInteger
(ProtonBuffer buffer, DecoderState state, long defaultValue) Reads an encodedUnsignedInteger
value from the givenProtonBuffer
assuming that the next value in the byte stream is that type.Decoder.readUnsignedLong
(ProtonBuffer buffer, DecoderState state) Reads an encodedUnsignedLong
value from the givenProtonBuffer
assuming that the next value in the byte stream is that type.long
Decoder.readUnsignedLong
(ProtonBuffer buffer, DecoderState state, long defaultValue) Reads an encodedUnsignedLong
value from the givenProtonBuffer
assuming that the next value in the byte stream is that type.Decoder.readUnsignedShort
(ProtonBuffer buffer, DecoderState state) Reads an encodedUnsignedShort
value from the givenProtonBuffer
assuming that the next value in the byte stream is that type.int
Decoder.readUnsignedShort
(ProtonBuffer buffer, DecoderState state, int defaultValue) Reads an encodedUnsignedShort
value from the givenProtonBuffer
assuming that the next value in the byte stream is that type.short
Decoder.readUnsignedShort
(ProtonBuffer buffer, DecoderState state, short defaultValue) Reads an encodedUnsignedShort
value from the givenProtonBuffer
assuming that the next value in the byte stream is that type.Decoder.readUUID
(ProtonBuffer buffer, DecoderState state) Reads an encodedUUID
value from the givenProtonBuffer
assuming that the next value in the byte stream is that type.TypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) Reads the next type from the given buffer and returns it.void
TypeDecoder.skipValue
(ProtonBuffer buffer, DecoderState state) Skips over the bytes that compose the type this descriptor decodes. -
Uses of DecoderState in org.apache.qpid.protonj2.codec.decoders
Modifier and TypeClassDescriptionfinal class
State object used by the Built in Decoder implementation.Modifier and TypeMethodDescriptionTypeDecoder<?>
ProtonDecoder.peekNextTypeDecoder
(ProtonBuffer buffer, DecoderState state) V[]
AbstractPrimitiveTypeDecoder.readArrayElements
(ProtonBuffer buffer, DecoderState state, int count) final DescribedType[]
UnknownDescribedTypeDecoder.readArrayElements
(ProtonBuffer buffer, DecoderState state, int count) ProtonDecoder.readBinary
(ProtonBuffer buffer, DecoderState state) ProtonDecoder.readBinaryAsBuffer
(ProtonBuffer buffer, DecoderState state) ProtonDecoder.readBoolean
(ProtonBuffer buffer, DecoderState state) boolean
ProtonDecoder.readBoolean
(ProtonBuffer buffer, DecoderState state, boolean defaultValue) ProtonDecoder.readByte
(ProtonBuffer buffer, DecoderState state) byte
ProtonDecoder.readByte
(ProtonBuffer buffer, DecoderState state, byte defaultValue) ProtonDecoder.readCharacter
(ProtonBuffer buffer, DecoderState state) char
ProtonDecoder.readCharacter
(ProtonBuffer buffer, DecoderState state, char defaultValue) int
PrimitiveArrayTypeDecoder.readCount
(ProtonBuffer buffer, DecoderState state) Reads the number of elements in the encoded primitive array from the given buffer and returns it.ProtonDecoder.readDecimal128
(ProtonBuffer buffer, DecoderState state) ProtonDecoder.readDecimal32
(ProtonBuffer buffer, DecoderState state) ProtonDecoder.readDecimal64
(ProtonBuffer buffer, DecoderState state) ProtonDecoder.readDeliveryTag
(ProtonBuffer buffer, DecoderState state) ProtonDecoder.readDouble
(ProtonBuffer buffer, DecoderState state) double
ProtonDecoder.readDouble
(ProtonBuffer buffer, DecoderState state, double defaultValue) ProtonDecoder.readFloat
(ProtonBuffer buffer, DecoderState state) float
ProtonDecoder.readFloat
(ProtonBuffer buffer, DecoderState state, float defaultValue) ProtonDecoder.readInteger
(ProtonBuffer buffer, DecoderState state) int
ProtonDecoder.readInteger
(ProtonBuffer buffer, DecoderState state, int defaultValue) <V> List<V>
ProtonDecoder.readList
(ProtonBuffer buffer, DecoderState state) ProtonDecoder.readLong
(ProtonBuffer buffer, DecoderState state) long
ProtonDecoder.readLong
(ProtonBuffer buffer, DecoderState state, long defaultValue) <K,
V> Map<K, V> ProtonDecoder.readMap
(ProtonBuffer buffer, DecoderState state) <T> T[]
ProtonDecoder.readMultiple
(ProtonBuffer buffer, DecoderState state, Class<T> clazz) TypeDecoder<?>
ProtonDecoder.readNextTypeDecoder
(ProtonBuffer buffer, DecoderState state) ProtonDecoder.readObject
(ProtonBuffer buffer, DecoderState state) <T> T
ProtonDecoder.readObject
(ProtonBuffer buffer, DecoderState state, Class<T> clazz) ProtonDecoder.readShort
(ProtonBuffer buffer, DecoderState state) short
ProtonDecoder.readShort
(ProtonBuffer buffer, DecoderState state, short defaultValue) int
AbstractDescribedTypeDecoder.readSize
(ProtonBuffer buffer, DecoderState state) ProtonDecoder.readString
(ProtonBuffer buffer, DecoderState state) ProtonDecoder.readSymbol
(ProtonBuffer buffer, DecoderState state) ProtonDecoder.readSymbol
(ProtonBuffer buffer, DecoderState state, String defaultValue) ProtonDecoder.readTimestamp
(ProtonBuffer buffer, DecoderState state) long
ProtonDecoder.readTimestamp
(ProtonBuffer buffer, DecoderState state, long defaultValue) ProtonDecoder.readUnsignedByte
(ProtonBuffer buffer, DecoderState state) byte
ProtonDecoder.readUnsignedByte
(ProtonBuffer buffer, DecoderState state, byte defaultValue) ProtonDecoder.readUnsignedInteger
(ProtonBuffer buffer, DecoderState state) int
ProtonDecoder.readUnsignedInteger
(ProtonBuffer buffer, DecoderState state, int defaultValue) long
ProtonDecoder.readUnsignedInteger
(ProtonBuffer buffer, DecoderState state, long defaultValue) ProtonDecoder.readUnsignedLong
(ProtonBuffer buffer, DecoderState state) long
ProtonDecoder.readUnsignedLong
(ProtonBuffer buffer, DecoderState state, long defaultValue) ProtonDecoder.readUnsignedShort
(ProtonBuffer buffer, DecoderState state) int
ProtonDecoder.readUnsignedShort
(ProtonBuffer buffer, DecoderState state, int defaultValue) short
ProtonDecoder.readUnsignedShort
(ProtonBuffer buffer, DecoderState state, short defaultValue) ProtonDecoder.readUUID
(ProtonBuffer buffer, DecoderState state) final DescribedType
UnknownDescribedTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) protected <KeyType> void
AbstractDescribedMapTypeDecoder.scanMapEntries
(ProtonBuffer buffer, DecoderState state, ScanningContext<KeyType> context, BiConsumer<KeyType, Object> matchConsumer) final void
AbstractDescribedListTypeDecoder.skipValue
(ProtonBuffer buffer, DecoderState state) final void
AbstractDescribedMapTypeDecoder.skipValue
(ProtonBuffer buffer, DecoderState state) final void
UnknownDescribedTypeDecoder.skipValue
(ProtonBuffer buffer, DecoderState state) -
Uses of DecoderState in org.apache.qpid.protonj2.codec.decoders.messaging
Modifier and TypeMethodDescriptionAccepted[]
AcceptedTypeDecoder.readArrayElements
(ProtonBuffer buffer, DecoderState state, int count) AmqpSequenceTypeDecoder.readArrayElements
(ProtonBuffer buffer, DecoderState state, int count) AmqpValueTypeDecoder.readArrayElements
(ProtonBuffer buffer, DecoderState state, int count) ApplicationPropertiesTypeDecoder.readArrayElements
(ProtonBuffer buffer, DecoderState state, int count) Data[]
DataTypeDecoder.readArrayElements
(ProtonBuffer buffer, DecoderState state, int count) DeleteOnCloseTypeDecoder.readArrayElements
(ProtonBuffer buffer, DecoderState state, int count) DeleteOnNoLinksOrMessagesTypeDecoder.readArrayElements
(ProtonBuffer buffer, DecoderState state, int count) DeleteOnNoLinksTypeDecoder.readArrayElements
(ProtonBuffer buffer, DecoderState state, int count) DeleteOnNoMessagesTypeDecoder.readArrayElements
(ProtonBuffer buffer, DecoderState state, int count) DeliveryAnnotationsTypeDecoder.readArrayElements
(ProtonBuffer buffer, DecoderState state, int count) Footer[]
FooterTypeDecoder.readArrayElements
(ProtonBuffer buffer, DecoderState state, int count) Header[]
HeaderTypeDecoder.readArrayElements
(ProtonBuffer buffer, DecoderState state, int count) MessageAnnotationsTypeDecoder.readArrayElements
(ProtonBuffer buffer, DecoderState state, int count) Modified[]
ModifiedTypeDecoder.readArrayElements
(ProtonBuffer buffer, DecoderState state, int count) PropertiesTypeDecoder.readArrayElements
(ProtonBuffer buffer, DecoderState state, int count) Received[]
ReceivedTypeDecoder.readArrayElements
(ProtonBuffer buffer, DecoderState state, int count) Rejected[]
RejectedTypeDecoder.readArrayElements
(ProtonBuffer buffer, DecoderState state, int count) Released[]
ReleasedTypeDecoder.readArrayElements
(ProtonBuffer buffer, DecoderState state, int count) Source[]
SourceTypeDecoder.readArrayElements
(ProtonBuffer buffer, DecoderState state, int count) Target[]
TargetTypeDecoder.readArrayElements
(ProtonBuffer buffer, DecoderState state, int count) AcceptedTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) AmqpSequence<?>
AmqpSequenceTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) AmqpValue<?>
AmqpValueTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) ApplicationPropertiesTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) DataTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) DeleteOnCloseTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) DeleteOnNoLinksOrMessagesTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) DeleteOnNoLinksTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) DeleteOnNoMessagesTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) DeliveryAnnotationsTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) FooterTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) HeaderTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) MessageAnnotationsTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) ModifiedTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) PropertiesTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) ReceivedTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) RejectedTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) ReleasedTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) SourceTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) TargetTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) void
DeliveryAnnotationsTypeDecoder.scanAnnotations
(ProtonBuffer buffer, DecoderState state, ScanningContext<Symbol> context, BiConsumer<Symbol, Object> matchConsumer) Scans through the encodedApplicationProperties
map looking for keys that match with the providedScanningContext
.void
FooterTypeDecoder.scanAnnotations
(ProtonBuffer buffer, DecoderState state, ScanningContext<Symbol> context, BiConsumer<Symbol, Object> matchConsumer) Scans through the encodedFooter
map looking for keys that match with the providedScanningContext
.void
MessageAnnotationsTypeDecoder.scanAnnotations
(ProtonBuffer buffer, DecoderState state, ScanningContext<Symbol> context, BiConsumer<Symbol, Object> matchConsumer) Scans through the encodedMessageAnnotations
map looking for keys that match with the providedScanningContext
.void
ApplicationPropertiesTypeDecoder.scanProperties
(ProtonBuffer buffer, DecoderState state, ScanningContext<String> context, BiConsumer<String, Object> matchConsumer) Scans through the encodedApplicationProperties
map looking for keys that match with the providedScanningContext
.void
AmqpSequenceTypeDecoder.skipValue
(ProtonBuffer buffer, DecoderState state) void
AmqpValueTypeDecoder.skipValue
(ProtonBuffer buffer, DecoderState state) void
DataTypeDecoder.skipValue
(ProtonBuffer buffer, DecoderState state) -
Uses of DecoderState in org.apache.qpid.protonj2.codec.decoders.primitives
Modifier and TypeMethodDescriptionint
Array32TypeDecoder.readCount
(ProtonBuffer buffer, DecoderState state) int
Array8TypeDecoder.readCount
(ProtonBuffer buffer, DecoderState state) int
List0TypeDecoder.readCount
(ProtonBuffer buffer, DecoderState state) int
List32TypeDecoder.readCount
(ProtonBuffer buffer, DecoderState state) int
List8TypeDecoder.readCount
(ProtonBuffer buffer, DecoderState state) int
ListTypeDecoder.readCount
(ProtonBuffer buffer, DecoderState state) Reads the number of elements contained in the encoded list from the providedProtonBuffer
.int
Map32TypeDecoder.readCount
(ProtonBuffer buffer, DecoderState state) int
Map8TypeDecoder.readCount
(ProtonBuffer buffer, DecoderState state) int
MapTypeDecoder.readCount
(ProtonBuffer buffer, DecoderState state) Reads the count of entries in the encoded Map.boolean
BooleanFalseTypeDecoder.readPrimitiveValue
(ProtonBuffer buffer, DecoderState state) boolean
BooleanTrueTypeDecoder.readPrimitiveValue
(ProtonBuffer buffer, DecoderState state) boolean
BooleanTypeDecoder.readPrimitiveValue
(ProtonBuffer buffer, DecoderState state) Reads the primitive value from the givenProtonBuffer
and returns it.byte
ByteTypeDecoder.readPrimitiveValue
(ProtonBuffer buffer, DecoderState state) Reads the primitive value from the givenProtonBuffer
and returns it.char
CharacterTypeDecoder.readPrimitiveValue
(ProtonBuffer buffer, DecoderState state) Reads the primitive value from the givenProtonBuffer
and returns it.double
DoubleTypeDecoder.readPrimitiveValue
(ProtonBuffer buffer, DecoderState state) Reads the primitive value from the givenProtonBuffer
and returns it.float
FloatTypeDecoder.readPrimitiveValue
(ProtonBuffer buffer, DecoderState state) Reads the primitive value from the givenProtonBuffer
and returns it.int
Integer32TypeDecoder.readPrimitiveValue
(ProtonBuffer buffer, DecoderState state) Reads the primitive value from the givenProtonBuffer
and returns it.int
Integer8TypeDecoder.readPrimitiveValue
(ProtonBuffer buffer, DecoderState state) Reads the primitive value from the givenProtonBuffer
and returns it.long
Long8TypeDecoder.readPrimitiveValue
(ProtonBuffer buffer, DecoderState state) long
LongTypeDecoder.readPrimitiveValue
(ProtonBuffer buffer, DecoderState state) Reads the primitive value from the givenProtonBuffer
and returns it.short
ShortTypeDecoder.readPrimitiveValue
(ProtonBuffer buffer, DecoderState state) Reads the primitive value from the givenProtonBuffer
and returns it.int
Array32TypeDecoder.readSize
(ProtonBuffer buffer, DecoderState state) int
Array8TypeDecoder.readSize
(ProtonBuffer buffer, DecoderState state) int
Binary32TypeDecoder.readSize
(ProtonBuffer buffer, DecoderState state) int
Binary8TypeDecoder.readSize
(ProtonBuffer buffer, DecoderState state) int
BooleanFalseTypeDecoder.readSize
(ProtonBuffer buffer, DecoderState state) int
BooleanTrueTypeDecoder.readSize
(ProtonBuffer buffer, DecoderState state) int
BooleanTypeDecoder.readSize
(ProtonBuffer buffer, DecoderState state) int
ByteTypeDecoder.readSize
(ProtonBuffer buffer, DecoderState state) int
CharacterTypeDecoder.readSize
(ProtonBuffer buffer, DecoderState state) int
Decimal128TypeDecoder.readSize
(ProtonBuffer buffer, DecoderState state) int
Decimal32TypeDecoder.readSize
(ProtonBuffer buffer, DecoderState state) int
Decimal64TypeDecoder.readSize
(ProtonBuffer buffer, DecoderState state) int
DoubleTypeDecoder.readSize
(ProtonBuffer buffer, DecoderState state) int
FloatTypeDecoder.readSize
(ProtonBuffer buffer, DecoderState state) int
Integer32TypeDecoder.readSize
(ProtonBuffer buffer, DecoderState state) int
Integer8TypeDecoder.readSize
(ProtonBuffer buffer, DecoderState state) int
List0TypeDecoder.readSize
(ProtonBuffer buffer, DecoderState state) int
List32TypeDecoder.readSize
(ProtonBuffer buffer, DecoderState state) int
List8TypeDecoder.readSize
(ProtonBuffer buffer, DecoderState state) int
Long8TypeDecoder.readSize
(ProtonBuffer buffer, DecoderState state) int
LongTypeDecoder.readSize
(ProtonBuffer buffer, DecoderState state) int
Map32TypeDecoder.readSize
(ProtonBuffer buffer, DecoderState state) int
Map8TypeDecoder.readSize
(ProtonBuffer buffer, DecoderState state) int
NullTypeDecoder.readSize
(ProtonBuffer buffer, DecoderState state) int
ShortTypeDecoder.readSize
(ProtonBuffer buffer, DecoderState state) int
String32TypeDecoder.readSize
(ProtonBuffer buffer, DecoderState state) int
String8TypeDecoder.readSize
(ProtonBuffer buffer, DecoderState state) int
Symbol32TypeDecoder.readSize
(ProtonBuffer buffer, DecoderState state) int
Symbol8TypeDecoder.readSize
(ProtonBuffer buffer, DecoderState state) int
TimestampTypeDecoder.readSize
(ProtonBuffer buffer, DecoderState state) int
UnsignedByteTypeDecoder.readSize
(ProtonBuffer buffer, DecoderState state) int
UnsignedInteger0TypeDecoder.readSize
(ProtonBuffer buffer, DecoderState state) int
UnsignedInteger32TypeDecoder.readSize
(ProtonBuffer buffer, DecoderState state) int
UnsignedInteger8TypeDecoder.readSize
(ProtonBuffer buffer, DecoderState state) int
UnsignedLong0TypeDecoder.readSize
(ProtonBuffer buffer, DecoderState state) int
UnsignedLong64TypeDecoder.readSize
(ProtonBuffer buffer, DecoderState state) int
UnsignedLong8TypeDecoder.readSize
(ProtonBuffer buffer, DecoderState state) int
UnsignedShortTypeDecoder.readSize
(ProtonBuffer buffer, DecoderState state) int
UUIDTypeDecoder.readSize
(ProtonBuffer buffer, DecoderState state) AbstractSymbolTypeDecoder.readString
(ProtonBuffer buffer, DecoderState state) Reads a String view of an encoded Symbol value from the given buffer.AbstractArrayTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) AbstractBinaryTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) AbstractListTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) AbstractMapTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) AbstractStringTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) AbstractSymbolTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) BooleanFalseTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) BooleanTrueTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) BooleanTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) ByteTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) CharacterTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) Decimal128TypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) Decimal32TypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) Decimal64TypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) DoubleTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) FloatTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) Integer32TypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) Integer8TypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) List0TypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) Long8TypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) LongTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) NullTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) ShortTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) TimestampTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) UnsignedByteTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) UnsignedInteger0TypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) UnsignedInteger32TypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) UnsignedInteger8TypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) UnsignedLong0TypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) UnsignedLong64TypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) UnsignedLong8TypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) UnsignedShortTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) UUIDTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) byte[]
AbstractBinaryTypeDecoder.readValueAsArray
(ProtonBuffer buffer, DecoderState state) Read and decode an AMQPBinary
into a byte array instance and return it.AbstractBinaryTypeDecoder.readValueAsBuffer
(ProtonBuffer buffer, DecoderState state) Read and decode an AMQPBinary
into aProtonBuffer
instance and return it.<KeyType> void
AbstractMapTypeDecoder.scanKeys
(ProtonBuffer buffer, DecoderState state, ScanningContext<KeyType> context, BiConsumer<KeyType, Object> matchConsumer) <KeyType> void
MapTypeDecoder.scanKeys
(ProtonBuffer buffer, DecoderState state, ScanningContext<KeyType> context, BiConsumer<KeyType, Object> matchConsumer) Scan the encodedMap
keys matching on predetermined key value encodings to quickly find mappings that are of interest and then only decoding the value portion of the matched key / value pair.void
AbstractArrayTypeDecoder.skipValue
(ProtonBuffer buffer, DecoderState state) void
AbstractBinaryTypeDecoder.skipValue
(ProtonBuffer buffer, DecoderState state) void
AbstractListTypeDecoder.skipValue
(ProtonBuffer buffer, DecoderState state) void
AbstractMapTypeDecoder.skipValue
(ProtonBuffer buffer, DecoderState state) void
AbstractStringTypeDecoder.skipValue
(ProtonBuffer buffer, DecoderState state) void
AbstractSymbolTypeDecoder.skipValue
(ProtonBuffer buffer, DecoderState state) void
BooleanFalseTypeDecoder.skipValue
(ProtonBuffer buffer, DecoderState state) void
BooleanTrueTypeDecoder.skipValue
(ProtonBuffer buffer, DecoderState state) void
BooleanTypeDecoder.skipValue
(ProtonBuffer buffer, DecoderState state) void
ByteTypeDecoder.skipValue
(ProtonBuffer buffer, DecoderState state) void
CharacterTypeDecoder.skipValue
(ProtonBuffer buffer, DecoderState state) void
Decimal128TypeDecoder.skipValue
(ProtonBuffer buffer, DecoderState state) void
Decimal32TypeDecoder.skipValue
(ProtonBuffer buffer, DecoderState state) void
Decimal64TypeDecoder.skipValue
(ProtonBuffer buffer, DecoderState state) void
DoubleTypeDecoder.skipValue
(ProtonBuffer buffer, DecoderState state) void
FloatTypeDecoder.skipValue
(ProtonBuffer buffer, DecoderState state) void
Integer32TypeDecoder.skipValue
(ProtonBuffer buffer, DecoderState state) void
Integer8TypeDecoder.skipValue
(ProtonBuffer buffer, DecoderState state) void
List0TypeDecoder.skipValue
(ProtonBuffer buffer, DecoderState state) void
Long8TypeDecoder.skipValue
(ProtonBuffer buffer, DecoderState state) void
LongTypeDecoder.skipValue
(ProtonBuffer buffer, DecoderState state) void
NullTypeDecoder.skipValue
(ProtonBuffer buffer, DecoderState state) void
ShortTypeDecoder.skipValue
(ProtonBuffer buffer, DecoderState state) void
TimestampTypeDecoder.skipValue
(ProtonBuffer buffer, DecoderState state) void
UnsignedByteTypeDecoder.skipValue
(ProtonBuffer buffer, DecoderState state) void
UnsignedInteger0TypeDecoder.skipValue
(ProtonBuffer buffer, DecoderState state) void
UnsignedInteger32TypeDecoder.skipValue
(ProtonBuffer buffer, DecoderState state) void
UnsignedInteger8TypeDecoder.skipValue
(ProtonBuffer buffer, DecoderState state) void
UnsignedLong0TypeDecoder.skipValue
(ProtonBuffer buffer, DecoderState state) void
UnsignedLong64TypeDecoder.skipValue
(ProtonBuffer buffer, DecoderState state) void
UnsignedLong8TypeDecoder.skipValue
(ProtonBuffer buffer, DecoderState state) void
UnsignedShortTypeDecoder.skipValue
(ProtonBuffer buffer, DecoderState state) void
UUIDTypeDecoder.skipValue
(ProtonBuffer buffer, DecoderState state) -
Uses of DecoderState in org.apache.qpid.protonj2.codec.decoders.security
Modifier and TypeMethodDescriptionSaslChallengeTypeDecoder.readArrayElements
(ProtonBuffer buffer, DecoderState state, int count) SaslInit[]
SaslInitTypeDecoder.readArrayElements
(ProtonBuffer buffer, DecoderState state, int count) SaslMechanismsTypeDecoder.readArrayElements
(ProtonBuffer buffer, DecoderState state, int count) SaslOutcomeTypeDecoder.readArrayElements
(ProtonBuffer buffer, DecoderState state, int count) SaslResponseTypeDecoder.readArrayElements
(ProtonBuffer buffer, DecoderState state, int count) SaslChallengeTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) SaslInitTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) SaslMechanismsTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) SaslOutcomeTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) SaslResponseTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) -
Uses of DecoderState in org.apache.qpid.protonj2.codec.decoders.transactions
Modifier and TypeMethodDescriptionCoordinatorTypeDecoder.readArrayElements
(ProtonBuffer buffer, DecoderState state, int count) Declared[]
DeclaredTypeDecoder.readArrayElements
(ProtonBuffer buffer, DecoderState state, int count) Declare[]
DeclareTypeDecoder.readArrayElements
(ProtonBuffer buffer, DecoderState state, int count) DischargeTypeDecoder.readArrayElements
(ProtonBuffer buffer, DecoderState state, int count) TransactionStateTypeDecoder.readArrayElements
(ProtonBuffer buffer, DecoderState state, int count) CoordinatorTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) DeclaredTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) DeclareTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) DischargeTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) TransactionStateTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) -
Uses of DecoderState in org.apache.qpid.protonj2.codec.decoders.transport
Modifier and TypeMethodDescriptionAttach[]
AttachTypeDecoder.readArrayElements
(ProtonBuffer buffer, DecoderState state, int count) Begin[]
BeginTypeDecoder.readArrayElements
(ProtonBuffer buffer, DecoderState state, int count) Close[]
CloseTypeDecoder.readArrayElements
(ProtonBuffer buffer, DecoderState state, int count) Detach[]
DetachTypeDecoder.readArrayElements
(ProtonBuffer buffer, DecoderState state, int count) DispositionTypeDecoder.readArrayElements
(ProtonBuffer buffer, DecoderState state, int count) End[]
EndTypeDecoder.readArrayElements
(ProtonBuffer buffer, DecoderState state, int count) ErrorConditionTypeDecoder.readArrayElements
(ProtonBuffer buffer, DecoderState state, int count) Flow[]
FlowTypeDecoder.readArrayElements
(ProtonBuffer buffer, DecoderState state, int count) Open[]
OpenTypeDecoder.readArrayElements
(ProtonBuffer buffer, DecoderState state, int count) Transfer[]
TransferTypeDecoder.readArrayElements
(ProtonBuffer buffer, DecoderState state, int count) AttachTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) BeginTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) CloseTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) DetachTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) DispositionTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) EndTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) ErrorConditionTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) FlowTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) OpenTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) TransferTypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state)