Uses of Class
org.apache.qpid.protonj2.codec.DecodeException
Packages that use DecodeException
Package
Description
-
Uses of DecodeException in org.apache.qpid.protonj2.codec
Methods in org.apache.qpid.protonj2.codec that throw DecodeExceptionModifier and TypeMethodDescriptionDecoderState.decodeUTF8(ProtonBuffer buffer, int length) Given a set of UTF-8 encoded bytes decode and return the String that represents that UTF-8 value.StreamDecoderState.decodeUTF8(InputStream stream, int length) Given a stream that will provide UTF-8 encoded bytes, decode and return the String that represents that UTF-8 value.default DecoderStateDecoderState.increaseDepth()During decode of AMQP types which can be comprised of a nesting of other AMQP types the such as Lists, Maps and Arrays, the depth is increased to track the amount of type nesting that comprises the type being decoded.default StreamDecoderStateStreamDecoderState.increaseDepth()During decode of AMQP types which can be comprised of a nesting of other AMQP types the depth is increased to track the amount of type nesting that comprises the type being decoded.TypeDecoder<?> Decoder.peekNextTypeDecoder(ProtonBuffer buffer, DecoderState state) Peeks ahead in the givenProtonBufferinstance and returns aTypeDecoderthat can read the next encoded AMQP type from the buffer's bytes.StreamDecoder.peekNextTypeDecoder(InputStream stream, StreamDecoderState state) Peeks ahead in the givenInputStreaminstance and returns aTypeDecoderthat can read the next encoded AMQP type from the stream's bytes.V[]StreamTypeDecoder.readArrayElements(InputStream stream, StreamDecoderState state, int count) Reads a series of this type that have been encoded into the body of an Array type.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 encodedBinaryvalue from the givenProtonBufferassuming that the next value in the byte stream is that type.StreamDecoder.readBinary(InputStream stream, StreamDecoderState state) Reads an encodedBinaryvalue from the givenInputStreamassuming that the next value in the byte stream is that type.Decoder.readBinaryAsBuffer(ProtonBuffer buffer, DecoderState state) Reads an encodedBinaryvalue from the givenProtonBufferassuming that the next value in the byte stream is that type.StreamDecoder.readBinaryAsBuffer(InputStream stream, StreamDecoderState state) Reads an encodedBinaryvalue from the givenInputStreamassuming that the next value in the byte stream is that type.Decoder.readBoolean(ProtonBuffer buffer, DecoderState state) Reads an encodedBooleanvalue from the givenProtonBufferassuming that the next value in the byte stream is that type.booleanDecoder.readBoolean(ProtonBuffer buffer, DecoderState state, boolean defaultValue) Reads an encodedBytevalue from the givenProtonBufferassuming that the next value in the byte stream is that type.StreamDecoder.readBoolean(InputStream stream, StreamDecoderState state) Reads an encodedBooleanvalue from the givenInputStreamassuming that the next value in the byte stream is that type.booleanStreamDecoder.readBoolean(InputStream stream, StreamDecoderState state, boolean defaultValue) Reads an encodedBytevalue from the givenInputStreamassuming that the next value in the byte stream is that type.Decoder.readByte(ProtonBuffer buffer, DecoderState state) Reads an encodedBytevalue from the givenProtonBufferassuming that the next value in the byte stream is that type.byteDecoder.readByte(ProtonBuffer buffer, DecoderState state, byte defaultValue) Reads an encodedBytevalue from the givenProtonBufferassuming that the next value in the byte stream is that type.StreamDecoder.readByte(InputStream stream, StreamDecoderState state) Reads an encodedBytevalue from the givenInputStreamassuming that the next value in the byte stream is that type.byteStreamDecoder.readByte(InputStream stream, StreamDecoderState state, byte defaultValue) Reads an encodedBytevalue from the givenInputStreamassuming that the next value in the byte stream is that type.Decoder.readCharacter(ProtonBuffer buffer, DecoderState state) Reads an encodedCharactervalue from the givenProtonBufferassuming that the next value in the byte stream is that type.charDecoder.readCharacter(ProtonBuffer buffer, DecoderState state, char defaultValue) Reads an encodedCharactervalue from the givenProtonBufferassuming that the next value in the byte stream is that type.StreamDecoder.readCharacter(InputStream stream, StreamDecoderState state) Reads an encodedCharactervalue from the givenInputStreamassuming that the next value in the byte stream is that type.charStreamDecoder.readCharacter(InputStream stream, StreamDecoderState state, char defaultValue) Reads an encodedCharactervalue from the givenInputStreamassuming that the next value in the byte stream is that type.Decoder.readDecimal128(ProtonBuffer buffer, DecoderState state) Reads an encodedDecimal128value from the givenProtonBufferassuming that the next value in the byte stream is that type.StreamDecoder.readDecimal128(InputStream stream, StreamDecoderState state) Reads an encodedDecimal128value from the givenInputStreamassuming that the next value in the byte stream is that type.Decoder.readDecimal32(ProtonBuffer buffer, DecoderState state) Reads an encodedDecimal32value from the givenProtonBufferassuming that the next value in the byte stream is that type.StreamDecoder.readDecimal32(InputStream stream, StreamDecoderState state) Reads an encodedDecimal32value from the givenInputStreamassuming that the next value in the byte stream is that type.Decoder.readDecimal64(ProtonBuffer buffer, DecoderState state) Reads an encodedDecimal64value from the givenProtonBufferassuming that the next value in the byte stream is that type.StreamDecoder.readDecimal64(InputStream stream, StreamDecoderState state) Reads an encodedDecimal64value from the givenInputStreamassuming that the next value in the byte stream is that type.Decoder.readDeliveryTag(ProtonBuffer buffer, DecoderState state) This method expects to read aBinaryencoded type from the provided buffer and constructs aDeliveryTagtype that wraps the bytes encoded.StreamDecoder.readDeliveryTag(InputStream stream, StreamDecoderState state) This method expects to read aBinaryencoded type from the provided stream and constructs aDeliveryTagtype that wraps the bytes encoded.Decoder.readDouble(ProtonBuffer buffer, DecoderState state) Reads an encodedDoublevalue from the givenProtonBufferassuming that the next value in the byte stream is that type.doubleDecoder.readDouble(ProtonBuffer buffer, DecoderState state, double defaultValue) Reads an encodedDoublevalue from the givenProtonBufferassuming that the next value in the byte stream is that type.StreamDecoder.readDouble(InputStream stream, StreamDecoderState state) Reads an encodedDoublevalue from the givenInputStreamassuming that the next value in the byte stream is that type.doubleStreamDecoder.readDouble(InputStream stream, StreamDecoderState state, double defaultValue) Reads an encodedDoublevalue from the givenInputStreamassuming that the next value in the byte stream is that type.Decoder.readFloat(ProtonBuffer buffer, DecoderState state) Reads an encodedFloatvalue from the givenProtonBufferassuming that the next value in the byte stream is that type.floatDecoder.readFloat(ProtonBuffer buffer, DecoderState state, float defaultValue) Reads an encodedFloatvalue from the givenProtonBufferassuming that the next value in the byte stream is that type.StreamDecoder.readFloat(InputStream stream, StreamDecoderState state) Reads an encodedFloatvalue from the givenInputStreamassuming that the next value in the byte stream is that type.floatStreamDecoder.readFloat(InputStream stream, StreamDecoderState state, float defaultValue) Reads an encodedFloatvalue from the givenInputStreamassuming that the next value in the byte stream is that type.Decoder.readInteger(ProtonBuffer buffer, DecoderState state) Reads an encodedIntegervalue from the givenProtonBufferassuming that the next value in the byte stream is that type.intDecoder.readInteger(ProtonBuffer buffer, DecoderState state, int defaultValue) Reads an encodedIntegervalue from the givenProtonBufferassuming that the next value in the byte stream is that type.StreamDecoder.readInteger(InputStream stream, StreamDecoderState state) Reads an encodedIntegervalue from the givenInputStreamassuming that the next value in the byte stream is that type.intStreamDecoder.readInteger(InputStream stream, StreamDecoderState state, int defaultValue) Reads an encodedIntegervalue from the givenInputStreamassuming that the next value in the byte stream is that type.<V> List<V> Decoder.readList(ProtonBuffer buffer, DecoderState state) Reads an encodedListvalue from the givenProtonBufferassuming that the next value in the byte stream is that type.<V> List<V> StreamDecoder.readList(InputStream stream, StreamDecoderState state) Reads an encodedListvalue from the givenInputStreamassuming that the next value in the byte stream is that type.Decoder.readLong(ProtonBuffer buffer, DecoderState state) Reads an encodedLongvalue from the givenProtonBufferassuming that the next value in the byte stream is that type.longDecoder.readLong(ProtonBuffer buffer, DecoderState state, long defaultValue) Reads an encodedLongvalue from the givenProtonBufferassuming that the next value in the byte stream is that type.StreamDecoder.readLong(InputStream stream, StreamDecoderState state) Reads an encodedLongvalue from the givenInputStreamassuming that the next value in the byte stream is that type.longStreamDecoder.readLong(InputStream stream, StreamDecoderState state, long defaultValue) Reads an encodedLongvalue from the givenInputStreamassuming that the next value in the byte stream is that type.<K,V> Map <K, V> Decoder.readMap(ProtonBuffer buffer, DecoderState state) Reads an encodedMapvalue from the givenProtonBufferassuming that the next value in the byte stream is that type.<K,V> Map <K, V> StreamDecoder.readMap(InputStream stream, StreamDecoderState state) Reads an encodedMapvalue from the givenInputStreamassuming 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 givenProtonBufferan return it as an array ofObjectinstances which the caller must then interpret.<T> T[]StreamDecoder.readMultiple(InputStream stream, StreamDecoderState state, Class<T> clazz) Reads one or more encoded values from the givenInputStreaman return it as an array ofObjectinstances which the caller must then interpret.TypeDecoder<?> Decoder.readNextTypeDecoder(ProtonBuffer buffer, DecoderState state) Reads from the givenProtonBufferinstance and returns aTypeDecoderthat can read the next encoded AMQP type from the buffer's bytes.StreamDecoder.readNextTypeDecoder(InputStream stream, StreamDecoderState state) Reads from the givenInputStreaminstance and returns aStreamTypeDecoderthat can read the next encoded AMQP type from the stream's bytes.Decoder.readObject(ProtonBuffer buffer, DecoderState state) Reads an encoded value from the givenProtonBufferan return it as anObjectwhich the caller must then interpret.<T> TDecoder.readObject(ProtonBuffer buffer, DecoderState state, Class<T> clazz) Reads an encoded value from the givenProtonBufferan return it as anObjectwhich the caller must then interpret.StreamDecoder.readObject(InputStream stream, StreamDecoderState state) Reads an encoded value from the givenInputStreaman return it as anObjectwhich the caller must then interpret.<T> TStreamDecoder.readObject(InputStream stream, StreamDecoderState state, Class<T> clazz) Reads an encoded value from the givenInputStreaman return it as anObjectwhich the caller must then interpret.Decoder.readShort(ProtonBuffer buffer, DecoderState state) Reads an encodedShortvalue from the givenProtonBufferassuming that the next value in the byte stream is that type.shortDecoder.readShort(ProtonBuffer buffer, DecoderState state, short defaultValue) Reads an encodedShortvalue from the givenProtonBufferassuming that the next value in the byte stream is that type.StreamDecoder.readShort(InputStream stream, StreamDecoderState state) Reads an encodedShortvalue from the givenInputStreamassuming that the next value in the byte stream is that type.shortStreamDecoder.readShort(InputStream stream, StreamDecoderState state, short defaultValue) Reads an encodedShortvalue from the givenInputStreamassuming that the next value in the byte stream is that type.Decoder.readString(ProtonBuffer buffer, DecoderState state) Reads an encodedStringvalue from the givenProtonBufferassuming that the next value in the byte stream is that type.StreamDecoder.readString(InputStream stream, StreamDecoderState state) Reads an encodedStringvalue from the givenInputStreamassuming that the next value in the byte stream is that type.Decoder.readSymbol(ProtonBuffer buffer, DecoderState state) Reads an encodedSymbolvalue from the givenProtonBufferassuming that the next value in the byte stream is that type.Decoder.readSymbol(ProtonBuffer buffer, DecoderState state, String defaultValue) Reads an encodedStringvalue from the givenProtonBufferassuming that the next value in the byte stream is that type.StreamDecoder.readSymbol(InputStream stream, StreamDecoderState state) Reads an encodedSymbolvalue from the givenInputStreamassuming that the next value in the byte stream is that type.StreamDecoder.readSymbol(InputStream stream, StreamDecoderState state, String defaultValue) Reads an encodedStringvalue from the givenInputStreamassuming 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 givenProtonBufferassuming that the next value in the byte stream is that type.longDecoder.readTimestamp(ProtonBuffer buffer, DecoderState state, long defaultValue) Reads an encoded AMQP time stamp value from the givenProtonBufferassuming that the next value in the byte stream is that type.StreamDecoder.readTimestamp(InputStream stream, StreamDecoderState state) Reads an encoded AMQP time stamp value from the givenInputStreamassuming that the next value in the byte stream is that type.longStreamDecoder.readTimestamp(InputStream stream, StreamDecoderState state, long defaultValue) Reads an encoded AMQP time stamp value from the givenInputStreamassuming that the next value in the byte stream is that type.Decoder.readUnsignedByte(ProtonBuffer buffer, DecoderState state) Reads an encodedUnsignedBytevalue from the givenProtonBufferassuming that the next value in the byte stream is that type.byteDecoder.readUnsignedByte(ProtonBuffer buffer, DecoderState state, byte defaultValue) Reads an encodedUnsignedBytevalue from the givenProtonBufferassuming that the next value in the byte stream is that type.StreamDecoder.readUnsignedByte(InputStream stream, StreamDecoderState state) Reads an encodedUnsignedBytevalue from the givenInputStreamassuming that the next value in the byte stream is that type.byteStreamDecoder.readUnsignedByte(InputStream stream, StreamDecoderState state, byte defaultValue) Reads an encodedUnsignedBytevalue from the givenInputStreamassuming that the next value in the byte stream is that type.Decoder.readUnsignedInteger(ProtonBuffer buffer, DecoderState state) Reads an encodedUnsignedIntegervalue from the givenProtonBufferassuming that the next value in the byte stream is that type.intDecoder.readUnsignedInteger(ProtonBuffer buffer, DecoderState state, int defaultValue) Reads an encodedUnsignedIntegervalue from the givenProtonBufferassuming that the next value in the byte stream is that type.longDecoder.readUnsignedInteger(ProtonBuffer buffer, DecoderState state, long defaultValue) Reads an encodedUnsignedIntegervalue from the givenProtonBufferassuming that the next value in the byte stream is that type.StreamDecoder.readUnsignedInteger(InputStream stream, StreamDecoderState state) Reads an encodedUnsignedIntegervalue from the givenInputStreamassuming that the next value in the byte stream is that type.intStreamDecoder.readUnsignedInteger(InputStream stream, StreamDecoderState state, int defaultValue) Reads an encodedUnsignedIntegervalue from the givenInputStreamassuming that the next value in the byte stream is that type.longStreamDecoder.readUnsignedInteger(InputStream stream, StreamDecoderState state, long defaultValue) Reads an encodedUnsignedIntegervalue from the givenInputStreamassuming that the next value in the byte stream is that type.Decoder.readUnsignedLong(ProtonBuffer buffer, DecoderState state) Reads an encodedUnsignedLongvalue from the givenProtonBufferassuming that the next value in the byte stream is that type.longDecoder.readUnsignedLong(ProtonBuffer buffer, DecoderState state, long defaultValue) Reads an encodedUnsignedLongvalue from the givenProtonBufferassuming that the next value in the byte stream is that type.StreamDecoder.readUnsignedLong(InputStream stream, StreamDecoderState state) Reads an encodedUnsignedLongvalue from the givenInputStreamassuming that the next value in the byte stream is that type.longStreamDecoder.readUnsignedLong(InputStream stream, StreamDecoderState state, long defaultValue) Reads an encodedUnsignedLongvalue from the givenInputStreamassuming that the next value in the byte stream is that type.Decoder.readUnsignedShort(ProtonBuffer buffer, DecoderState state) Reads an encodedUnsignedShortvalue from the givenProtonBufferassuming that the next value in the byte stream is that type.intDecoder.readUnsignedShort(ProtonBuffer buffer, DecoderState state, int defaultValue) Reads an encodedUnsignedShortvalue from the givenProtonBufferassuming that the next value in the byte stream is that type.shortDecoder.readUnsignedShort(ProtonBuffer buffer, DecoderState state, short defaultValue) Reads an encodedUnsignedShortvalue from the givenProtonBufferassuming that the next value in the byte stream is that type.StreamDecoder.readUnsignedShort(InputStream stream, StreamDecoderState state) Reads an encodedUnsignedShortvalue from the givenInputStreamassuming that the next value in the byte stream is that type.intStreamDecoder.readUnsignedShort(InputStream stream, StreamDecoderState state, int defaultValue) Reads an encodedUnsignedShortvalue from the givenInputStreamassuming that the next value in the byte stream is that type.shortStreamDecoder.readUnsignedShort(InputStream stream, StreamDecoderState state, short defaultValue) Reads an encodedUnsignedShortvalue from the givenInputStreamassuming that the next value in the byte stream is that type.Decoder.readUUID(ProtonBuffer buffer, DecoderState state) Reads an encodedUUIDvalue from the givenProtonBufferassuming that the next value in the byte stream is that type.StreamDecoder.readUUID(InputStream stream, StreamDecoderState state) Reads an encodedUUIDvalue from the givenInputStreamassuming that the next value in the byte stream is that type.StreamTypeDecoder.readValue(InputStream stream, StreamDecoderState state) Reads the next type from the given buffer and returns it.TypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) Reads the next type from the given buffer and returns it.voidStreamTypeDecoder.skipValue(InputStream stream, StreamDecoderState state) Skips over the bytes that compose the type this descriptor decodes.voidTypeDecoder.skipValue(ProtonBuffer buffer, DecoderState state) Skips over the bytes that compose the type this descriptor decodes. -
Uses of DecodeException in org.apache.qpid.protonj2.codec.decoders
Methods in org.apache.qpid.protonj2.codec.decoders that throw DecodeExceptionModifier and TypeMethodDescriptionprotected static StreamTypeDecoder<?> AbstractDescribedTypeDecoder.checkIsExpectedType(Class<?> expected, StreamTypeDecoder<?> actual) protected static TypeDecoder<?> AbstractDescribedTypeDecoder.checkIsExpectedType(Class<?> expected, TypeDecoder<?> actual) protected static <E> EAbstractDescribedTypeDecoder.checkIsExpectedTypeAndCast(Class<?> expected, StreamTypeDecoder<?> actual) protected static <E> EAbstractDescribedTypeDecoder.checkIsExpectedTypeAndCast(Class<?> expected, TypeDecoder<?> actual) ProtonDecoderState.decodeUTF8(ProtonBuffer buffer, int length) ProtonStreamDecoderState.decodeUTF8(InputStream stream, int length) ProtonDecoderState.increaseDepth()ProtonStreamDecoderState.increaseDepth()TypeDecoder<?> ProtonDecoder.peekNextTypeDecoder(ProtonBuffer buffer, DecoderState state) ProtonStreamDecoder.peekNextTypeDecoder(InputStream stream, StreamDecoderState state) final V[]AbstractDescribedListTypeDecoder.readArrayElements(InputStream stream, StreamDecoderState state, int count) final V[]AbstractDescribedListTypeDecoder.readArrayElements(ProtonBuffer buffer, DecoderState state, int count) final D[]AbstractDescribedMapTypeDecoder.readArrayElements(InputStream stream, StreamDecoderState state, int count) final D[]AbstractDescribedMapTypeDecoder.readArrayElements(ProtonBuffer buffer, DecoderState state, int count) V[]AbstractPrimitiveTypeDecoder.readArrayElements(InputStream stream, StreamDecoderState state, int count) V[]AbstractPrimitiveTypeDecoder.readArrayElements(ProtonBuffer buffer, DecoderState state, int count) final DescribedType[]UnknownDescribedTypeDecoder.readArrayElements(InputStream stream, StreamDecoderState state, int count) final DescribedType[]UnknownDescribedTypeDecoder.readArrayElements(ProtonBuffer buffer, DecoderState state, int count) ProtonDecoder.readBinary(ProtonBuffer buffer, DecoderState state) ProtonStreamDecoder.readBinary(InputStream stream, StreamDecoderState state) ProtonDecoder.readBinaryAsBuffer(ProtonBuffer buffer, DecoderState state) ProtonStreamDecoder.readBinaryAsBuffer(InputStream stream, StreamDecoderState state) ProtonDecoder.readBoolean(ProtonBuffer buffer, DecoderState state) booleanProtonDecoder.readBoolean(ProtonBuffer buffer, DecoderState state, boolean defaultValue) ProtonStreamDecoder.readBoolean(InputStream stream, StreamDecoderState state) booleanProtonStreamDecoder.readBoolean(InputStream stream, StreamDecoderState state, boolean defaultValue) ProtonDecoder.readByte(ProtonBuffer buffer, DecoderState state) byteProtonDecoder.readByte(ProtonBuffer buffer, DecoderState state, byte defaultValue) ProtonStreamDecoder.readByte(InputStream stream, StreamDecoderState state) byteProtonStreamDecoder.readByte(InputStream stream, StreamDecoderState state, byte defaultValue) static byteProtonStreamUtils.readByte(InputStream stream) Reads a single byte from the givenInputStreamand thrown aDecodeExceptionif theInputStreamindicates an EOF condition was encountered.static byte[]ProtonStreamUtils.readBytes(InputStream stream, int length) Reads the given number of bytes from the providedInputStreaminto an array and return that to the caller.ProtonDecoder.readCharacter(ProtonBuffer buffer, DecoderState state) charProtonDecoder.readCharacter(ProtonBuffer buffer, DecoderState state, char defaultValue) ProtonStreamDecoder.readCharacter(InputStream stream, StreamDecoderState state) charProtonStreamDecoder.readCharacter(InputStream stream, StreamDecoderState state, char defaultValue) ProtonDecoder.readDecimal128(ProtonBuffer buffer, DecoderState state) ProtonStreamDecoder.readDecimal128(InputStream stream, StreamDecoderState state) ProtonDecoder.readDecimal32(ProtonBuffer buffer, DecoderState state) ProtonStreamDecoder.readDecimal32(InputStream stream, StreamDecoderState state) ProtonDecoder.readDecimal64(ProtonBuffer buffer, DecoderState state) ProtonStreamDecoder.readDecimal64(InputStream stream, StreamDecoderState state) ProtonDecoder.readDeliveryTag(ProtonBuffer buffer, DecoderState state) ProtonStreamDecoder.readDeliveryTag(InputStream stream, StreamDecoderState state) ProtonDecoder.readDouble(ProtonBuffer buffer, DecoderState state) doubleProtonDecoder.readDouble(ProtonBuffer buffer, DecoderState state, double defaultValue) ProtonStreamDecoder.readDouble(InputStream stream, StreamDecoderState state) doubleProtonStreamDecoder.readDouble(InputStream stream, StreamDecoderState state, double defaultValue) static byteProtonStreamUtils.readEncodingCode(InputStream stream) Reads a single byte from the givenInputStreamand thrown aDecodeExceptionif theInputStreamindicates an EOF condition was encountered.ProtonDecoder.readFloat(ProtonBuffer buffer, DecoderState state) floatProtonDecoder.readFloat(ProtonBuffer buffer, DecoderState state, float defaultValue) ProtonStreamDecoder.readFloat(InputStream stream, StreamDecoderState state) floatProtonStreamDecoder.readFloat(InputStream stream, StreamDecoderState state, float defaultValue) ProtonDecoder.readInteger(ProtonBuffer buffer, DecoderState state) intProtonDecoder.readInteger(ProtonBuffer buffer, DecoderState state, int defaultValue) ProtonStreamDecoder.readInteger(InputStream stream, StreamDecoderState state) intProtonStreamDecoder.readInteger(InputStream stream, StreamDecoderState state, int defaultValue) protected 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 KAbstractDescribedMapTypeDecoder.readKey(ProtonBuffer buffer, Decoder decoder, DecoderState 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.<V> List<V> ProtonDecoder.readList(ProtonBuffer buffer, DecoderState state) <V> List<V> ProtonStreamDecoder.readList(InputStream stream, StreamDecoderState state) ProtonDecoder.readLong(ProtonBuffer buffer, DecoderState state) longProtonDecoder.readLong(ProtonBuffer buffer, DecoderState state, long defaultValue) ProtonStreamDecoder.readLong(InputStream stream, StreamDecoderState state) longProtonStreamDecoder.readLong(InputStream stream, StreamDecoderState state, long defaultValue) <K,V> Map <K, V> ProtonDecoder.readMap(ProtonBuffer buffer, DecoderState state) <K,V> Map <K, V> ProtonStreamDecoder.readMap(InputStream stream, StreamDecoderState state) <T> T[]ProtonDecoder.readMultiple(ProtonBuffer buffer, DecoderState state, Class<T> clazz) <T> T[]ProtonStreamDecoder.readMultiple(InputStream stream, StreamDecoderState state, Class<T> clazz) TypeDecoder<?> ProtonDecoder.readNextTypeDecoder(ProtonBuffer buffer, DecoderState state) ProtonStreamDecoder.readNextTypeDecoder(InputStream stream, StreamDecoderState state) ProtonDecoder.readObject(ProtonBuffer buffer, DecoderState state) <T> TProtonDecoder.readObject(ProtonBuffer buffer, DecoderState state, Class<T> clazz) ProtonStreamDecoder.readObject(InputStream stream, StreamDecoderState state) <T> TProtonStreamDecoder.readObject(InputStream stream, StreamDecoderState state, Class<T> clazz) default ObjectPrimitiveTypeDecoder.readPrimitiveArray(InputStream stream, StreamDecoderState state, int count) Read and return a Java primitive type array from the given stream of bytes up to the given count of elements.default ObjectPrimitiveTypeDecoder.readPrimitiveArray(ProtonBuffer buffer, DecoderState state, int count) Read and return a Java primitive type array from the given stream of bytes up to the given count of elements.ProtonDecoder.readShort(ProtonBuffer buffer, DecoderState state) shortProtonDecoder.readShort(ProtonBuffer buffer, DecoderState state, short defaultValue) ProtonStreamDecoder.readShort(InputStream stream, StreamDecoderState state) shortProtonStreamDecoder.readShort(InputStream stream, StreamDecoderState state, short defaultValue) protected VAbstractDescribedListTypeDecoder.readSingle(InputStream stream, StreamDecoderState state, ListTypeDecoder listDecoder) Reads a single instance of the described list type using the provided decoder.protected VAbstractDescribedListTypeDecoder.readSingle(ProtonBuffer buffer, DecoderState state, ListTypeDecoder listDecoder) Reads a single instance of the described list type using the provided decoder.ProtonDecoder.readString(ProtonBuffer buffer, DecoderState state) ProtonStreamDecoder.readString(InputStream stream, StreamDecoderState state) ProtonDecoder.readSymbol(ProtonBuffer buffer, DecoderState state) ProtonDecoder.readSymbol(ProtonBuffer buffer, DecoderState state, String defaultValue) ProtonStreamDecoder.readSymbol(InputStream stream, StreamDecoderState state) ProtonStreamDecoder.readSymbol(InputStream stream, StreamDecoderState state, String defaultValue) ProtonDecoder.readTimestamp(ProtonBuffer buffer, DecoderState state) longProtonDecoder.readTimestamp(ProtonBuffer buffer, DecoderState state, long defaultValue) ProtonStreamDecoder.readTimestamp(InputStream stream, StreamDecoderState state) longProtonStreamDecoder.readTimestamp(InputStream stream, StreamDecoderState state, long defaultValue) 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 populatedprotected abstract VAbstractDescribedListTypeDecoder.readType(int count, ProtonBuffer buffer, Decoder decoder, DecoderState state) Reads the actual type from the byte stream with the given number of encoded list elements populatedProtonDecoder.readUnsignedByte(ProtonBuffer buffer, DecoderState state) byteProtonDecoder.readUnsignedByte(ProtonBuffer buffer, DecoderState state, byte defaultValue) ProtonStreamDecoder.readUnsignedByte(InputStream stream, StreamDecoderState state) byteProtonStreamDecoder.readUnsignedByte(InputStream stream, StreamDecoderState state, byte defaultValue) ProtonDecoder.readUnsignedInteger(ProtonBuffer buffer, DecoderState state) intProtonDecoder.readUnsignedInteger(ProtonBuffer buffer, DecoderState state, int defaultValue) longProtonDecoder.readUnsignedInteger(ProtonBuffer buffer, DecoderState state, long defaultValue) ProtonStreamDecoder.readUnsignedInteger(InputStream stream, StreamDecoderState state) intProtonStreamDecoder.readUnsignedInteger(InputStream stream, StreamDecoderState state, int defaultValue) longProtonStreamDecoder.readUnsignedInteger(InputStream stream, StreamDecoderState state, long defaultValue) ProtonDecoder.readUnsignedLong(ProtonBuffer buffer, DecoderState state) longProtonDecoder.readUnsignedLong(ProtonBuffer buffer, DecoderState state, long defaultValue) ProtonStreamDecoder.readUnsignedLong(InputStream stream, StreamDecoderState state) longProtonStreamDecoder.readUnsignedLong(InputStream stream, StreamDecoderState state, long defaultValue) ProtonDecoder.readUnsignedShort(ProtonBuffer buffer, DecoderState state) intProtonDecoder.readUnsignedShort(ProtonBuffer buffer, DecoderState state, int defaultValue) shortProtonDecoder.readUnsignedShort(ProtonBuffer buffer, DecoderState state, short defaultValue) ProtonStreamDecoder.readUnsignedShort(InputStream stream, StreamDecoderState state) intProtonStreamDecoder.readUnsignedShort(InputStream stream, StreamDecoderState state, int defaultValue) shortProtonStreamDecoder.readUnsignedShort(InputStream stream, StreamDecoderState state, short defaultValue) ProtonDecoder.readUUID(ProtonBuffer buffer, DecoderState state) ProtonStreamDecoder.readUUID(InputStream stream, StreamDecoderState state) final VAbstractDescribedListTypeDecoder.readValue(InputStream stream, StreamDecoderState state) final VAbstractDescribedListTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) final DAbstractDescribedMapTypeDecoder.readValue(InputStream stream, StreamDecoderState state) final DAbstractDescribedMapTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) PrimitiveArrayTypeDecoder.readValue(InputStream stream, StreamDecoderState state, Class<?> ofType) Reads the given array from the bytes in the buffer but only if the type encoding of the given array matches the givenClassfilter.PrimitiveArrayTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state, Class<?> ofType) Reads the given array from the bytes in the buffer but only if the type encoding of the given array matches the givenClassfilter.final DescribedTypeUnknownDescribedTypeDecoder.readValue(InputStream stream, StreamDecoderState state) final DescribedTypeUnknownDescribedTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) static InputStreamProtonStreamUtils.reset(InputStream stream) Attempts to reset the providedInputStreamto a previously marked point.protected voidAbstractDescribedMapTypeDecoder.scanMapEntries(InputStream stream, StreamDecoderState state, StreamScanningContext<K> context, BiConsumer<K, Object> matchConsumer) protected voidAbstractDescribedMapTypeDecoder.scanMapEntries(ProtonBuffer buffer, DecoderState state, ScanningContext<K> context, BiConsumer<K, Object> matchConsumer) final voidAbstractDescribedListTypeDecoder.skipValue(InputStream stream, StreamDecoderState state) final voidAbstractDescribedListTypeDecoder.skipValue(ProtonBuffer buffer, DecoderState state) final voidAbstractDescribedMapTypeDecoder.skipValue(InputStream stream, StreamDecoderState state) final voidAbstractDescribedMapTypeDecoder.skipValue(ProtonBuffer buffer, DecoderState state) final voidUnknownDescribedTypeDecoder.skipValue(InputStream stream, StreamDecoderState state) final voidUnknownDescribedTypeDecoder.skipValue(ProtonBuffer buffer, DecoderState state) protected static final intAbstractDescribedMapTypeDecoder.validateAndGetCount(int size, InputStream stream, StreamDecoderState state, MapTypeDecoder decoder) protected static final intAbstractDescribedMapTypeDecoder.validateAndGetCount(int size, ProtonBuffer buffer, DecoderState state, MapTypeDecoder decoder) static voidPrimitiveArrayTypeDecoder.validateArrayConstraints(int count, InputStream stream, StreamDecoderState state, PrimitiveTypeDecoder<?> decoder) Validates the basic requirements for the count field of an array encoding.static voidPrimitiveArrayTypeDecoder.validateArrayConstraints(int count, ProtonBuffer buffer, DecoderState state, PrimitiveTypeDecoder<?> decoder) Validates the basic requirements for the count field of an array encoding. -
Uses of DecodeException in org.apache.qpid.protonj2.codec.decoders.messaging
Methods in org.apache.qpid.protonj2.codec.decoders.messaging that throw DecodeExceptionModifier and TypeMethodDescriptionAmqpSequenceTypeDecoder.readArrayElements(InputStream stream, StreamDecoderState state, int count) AmqpSequenceTypeDecoder.readArrayElements(ProtonBuffer buffer, DecoderState state, int count) AmqpValueTypeDecoder.readArrayElements(InputStream stream, StreamDecoderState state, int count) AmqpValueTypeDecoder.readArrayElements(ProtonBuffer buffer, DecoderState state, int count) Data[]DataTypeDecoder.readArrayElements(InputStream stream, StreamDecoderState state, int count) Data[]DataTypeDecoder.readArrayElements(ProtonBuffer buffer, DecoderState state, int count) protected StringApplicationPropertiesTypeDecoder.readKey(InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected StringApplicationPropertiesTypeDecoder.readKey(ProtonBuffer buffer, Decoder decoder, DecoderState state) protected SymbolDeliveryAnnotationsTypeDecoder.readKey(InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected SymbolDeliveryAnnotationsTypeDecoder.readKey(ProtonBuffer buffer, Decoder decoder, DecoderState state) protected SymbolFooterTypeDecoder.readKey(InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected SymbolFooterTypeDecoder.readKey(ProtonBuffer buffer, Decoder decoder, DecoderState state) protected SymbolMessageAnnotationsTypeDecoder.readKey(InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected SymbolMessageAnnotationsTypeDecoder.readKey(ProtonBuffer buffer, Decoder decoder, DecoderState state) protected AcceptedAcceptedTypeDecoder.readSingle(InputStream stream, StreamDecoderState state, ListTypeDecoder listDecoder) protected AcceptedAcceptedTypeDecoder.readSingle(ProtonBuffer buffer, DecoderState state, ListTypeDecoder listDecoder) protected DeleteOnCloseDeleteOnCloseTypeDecoder.readSingle(InputStream stream, StreamDecoderState state, ListTypeDecoder listDecoder) protected DeleteOnCloseDeleteOnCloseTypeDecoder.readSingle(ProtonBuffer buffer, DecoderState state, ListTypeDecoder listDecoder) protected DeleteOnNoLinksOrMessagesDeleteOnNoLinksOrMessagesTypeDecoder.readSingle(InputStream stream, StreamDecoderState state, ListTypeDecoder listDecoder) protected DeleteOnNoLinksOrMessagesDeleteOnNoLinksOrMessagesTypeDecoder.readSingle(ProtonBuffer buffer, DecoderState state, ListTypeDecoder listDecoder) protected DeleteOnNoLinksDeleteOnNoLinksTypeDecoder.readSingle(InputStream stream, StreamDecoderState state, ListTypeDecoder listDecoder) protected DeleteOnNoLinksDeleteOnNoLinksTypeDecoder.readSingle(ProtonBuffer buffer, DecoderState state, ListTypeDecoder listDecoder) protected DeleteOnNoMessagesDeleteOnNoMessagesTypeDecoder.readSingle(InputStream stream, StreamDecoderState state, ListTypeDecoder listDecoder) protected DeleteOnNoMessagesDeleteOnNoMessagesTypeDecoder.readSingle(ProtonBuffer buffer, DecoderState state, ListTypeDecoder listDecoder) protected ReleasedReleasedTypeDecoder.readSingle(InputStream stream, StreamDecoderState state, ListTypeDecoder listDecoder) protected ReleasedReleasedTypeDecoder.readSingle(ProtonBuffer buffer, DecoderState state, ListTypeDecoder listDecoder) protected AcceptedAcceptedTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected AcceptedAcceptedTypeDecoder.readType(int count, ProtonBuffer buffer, Decoder decoder, DecoderState state) protected DeleteOnCloseDeleteOnCloseTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected DeleteOnCloseDeleteOnCloseTypeDecoder.readType(int count, ProtonBuffer buffer, Decoder decoder, DecoderState state) protected DeleteOnNoLinksOrMessagesDeleteOnNoLinksOrMessagesTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected DeleteOnNoLinksOrMessagesDeleteOnNoLinksOrMessagesTypeDecoder.readType(int count, ProtonBuffer buffer, Decoder decoder, DecoderState state) protected DeleteOnNoLinksDeleteOnNoLinksTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected DeleteOnNoLinksDeleteOnNoLinksTypeDecoder.readType(int count, ProtonBuffer buffer, Decoder decoder, DecoderState state) protected DeleteOnNoMessagesDeleteOnNoMessagesTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected DeleteOnNoMessagesDeleteOnNoMessagesTypeDecoder.readType(int count, ProtonBuffer buffer, Decoder decoder, DecoderState state) protected HeaderHeaderTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected HeaderHeaderTypeDecoder.readType(int count, ProtonBuffer buffer, Decoder decoder, DecoderState state) protected ModifiedModifiedTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected ModifiedModifiedTypeDecoder.readType(int count, ProtonBuffer buffer, Decoder decoder, DecoderState state) protected PropertiesPropertiesTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected PropertiesPropertiesTypeDecoder.readType(int count, ProtonBuffer buffer, Decoder decoder, DecoderState state) protected ReceivedReceivedTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected ReceivedReceivedTypeDecoder.readType(int count, ProtonBuffer buffer, Decoder decoder, DecoderState state) protected RejectedRejectedTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected RejectedRejectedTypeDecoder.readType(int count, ProtonBuffer buffer, Decoder decoder, DecoderState state) protected ReleasedReleasedTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected ReleasedReleasedTypeDecoder.readType(int count, ProtonBuffer buffer, Decoder decoder, DecoderState state) protected SourceSourceTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected SourceSourceTypeDecoder.readType(int count, ProtonBuffer buffer, Decoder decoder, DecoderState state) protected TargetTargetTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected TargetTargetTypeDecoder.readType(int count, ProtonBuffer buffer, Decoder decoder, DecoderState state) AmqpSequenceTypeDecoder.readValue(InputStream stream, StreamDecoderState state) AmqpSequence<?> AmqpSequenceTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) AmqpValueTypeDecoder.readValue(InputStream stream, StreamDecoderState state) AmqpValue<?> AmqpValueTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) DataTypeDecoder.readValue(InputStream stream, StreamDecoderState state) DataTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) voidDeliveryAnnotationsTypeDecoder.scanAnnotations(InputStream stream, StreamDecoderState state, StreamScanningContext<Symbol> context, BiConsumer<Symbol, Object> matchConsumer) Scans through the encodedDeliveryAnnotationsmap looking for keys that match with the providedScanningContext.voidDeliveryAnnotationsTypeDecoder.scanAnnotations(ProtonBuffer buffer, DecoderState state, ScanningContext<Symbol> context, BiConsumer<Symbol, Object> matchConsumer) Scans through the encodedApplicationPropertiesmap looking for keys that match with the providedScanningContext.voidFooterTypeDecoder.scanAnnotations(InputStream stream, StreamDecoderState state, StreamScanningContext<Symbol> context, BiConsumer<Symbol, Object> matchConsumer) Scans through the encodedFootermap looking for keys that match with the providedScanningContext.voidFooterTypeDecoder.scanAnnotations(ProtonBuffer buffer, DecoderState state, ScanningContext<Symbol> context, BiConsumer<Symbol, Object> matchConsumer) Scans through the encodedFootermap looking for keys that match with the providedScanningContext.voidMessageAnnotationsTypeDecoder.scanAnnotations(InputStream stream, StreamDecoderState state, StreamScanningContext<Symbol> context, BiConsumer<Symbol, Object> matchConsumer) Scans through the encodedMessageAnnotationsmap looking for keys that match with the providedScanningContext.voidMessageAnnotationsTypeDecoder.scanAnnotations(ProtonBuffer buffer, DecoderState state, ScanningContext<Symbol> context, BiConsumer<Symbol, Object> matchConsumer) Scans through the encodedMessageAnnotationsmap looking for keys that match with the providedScanningContext.voidApplicationPropertiesTypeDecoder.scanProperties(InputStream stream, StreamDecoderState state, StreamScanningContext<String> context, BiConsumer<String, Object> matchConsumer) Scans through the encodedApplicationPropertiesmap looking for keys that match with the providedScanningContext.voidApplicationPropertiesTypeDecoder.scanProperties(ProtonBuffer buffer, DecoderState state, ScanningContext<String> context, BiConsumer<String, Object> matchConsumer) Scans through the encodedApplicationPropertiesmap looking for keys that match with the providedScanningContext.voidAmqpSequenceTypeDecoder.skipValue(InputStream stream, StreamDecoderState state) voidAmqpSequenceTypeDecoder.skipValue(ProtonBuffer buffer, DecoderState state) voidAmqpValueTypeDecoder.skipValue(InputStream stream, StreamDecoderState state) voidAmqpValueTypeDecoder.skipValue(ProtonBuffer buffer, DecoderState state) voidDataTypeDecoder.skipValue(InputStream stream, StreamDecoderState state) voidDataTypeDecoder.skipValue(ProtonBuffer buffer, DecoderState state) -
Uses of DecodeException in org.apache.qpid.protonj2.codec.decoders.primitives
Methods in org.apache.qpid.protonj2.codec.decoders.primitives that throw DecodeExceptionModifier and TypeMethodDescriptionBoolean[]BooleanFalseTypeDecoder.readArrayElements(InputStream stream, StreamDecoderState state, int count) Boolean[]BooleanFalseTypeDecoder.readArrayElements(ProtonBuffer buffer, DecoderState state, int count) Boolean[]BooleanTrueTypeDecoder.readArrayElements(InputStream stream, StreamDecoderState state, int count) Boolean[]BooleanTrueTypeDecoder.readArrayElements(ProtonBuffer buffer, DecoderState state, int count) intArray32TypeDecoder.readCount(ProtonBuffer buffer, DecoderState state) intArray8TypeDecoder.readCount(ProtonBuffer buffer, DecoderState state) intList0TypeDecoder.readCount(InputStream stream, StreamDecoderState state) intList0TypeDecoder.readCount(ProtonBuffer buffer, DecoderState state) intList32TypeDecoder.readCount(InputStream stream, StreamDecoderState state) intList32TypeDecoder.readCount(ProtonBuffer buffer, DecoderState state) intList8TypeDecoder.readCount(InputStream stream, StreamDecoderState state) intList8TypeDecoder.readCount(ProtonBuffer buffer, DecoderState state) intListTypeDecoder.readCount(InputStream stream, StreamDecoderState state) Reads the number of elements contained in the encoded list from the providedInputStream.intListTypeDecoder.readCount(ProtonBuffer buffer, DecoderState state) Reads the number of elements contained in the encoded list from the providedProtonBuffer.intMap32TypeDecoder.readCount(InputStream stream, StreamDecoderState state) intMap32TypeDecoder.readCount(ProtonBuffer buffer, DecoderState state) intMap8TypeDecoder.readCount(InputStream stream, StreamDecoderState state) intMap8TypeDecoder.readCount(ProtonBuffer buffer, DecoderState state) intMapTypeDecoder.readCount(InputStream stream, StreamDecoderState state) Reads the count of entries in the encoded Map.intMapTypeDecoder.readCount(ProtonBuffer buffer, DecoderState state) Reads the count of entries in the encoded Map.booleanBooleanFalseTypeDecoder.readPrimitiveValue(InputStream stream, StreamDecoderState state) booleanBooleanFalseTypeDecoder.readPrimitiveValue(ProtonBuffer buffer, DecoderState state) booleanBooleanTrueTypeDecoder.readPrimitiveValue(InputStream stream, StreamDecoderState state) booleanBooleanTrueTypeDecoder.readPrimitiveValue(ProtonBuffer buffer, DecoderState state) booleanBooleanTypeDecoder.readPrimitiveValue(InputStream stream, StreamDecoderState state) Reads the primitive value from the givenInputStreamand returns it.booleanBooleanTypeDecoder.readPrimitiveValue(ProtonBuffer buffer, DecoderState state) Reads the primitive value from the givenProtonBufferand returns it.byteByteTypeDecoder.readPrimitiveValue(InputStream stream, StreamDecoderState state) Reads the primitive value from the givenInputStreamand returns it.byteByteTypeDecoder.readPrimitiveValue(ProtonBuffer buffer, DecoderState state) Reads the primitive value from the givenProtonBufferand returns it.charCharacterTypeDecoder.readPrimitiveValue(InputStream stream, StreamDecoderState state) Reads the primitive value from the givenInputStreamand returns it.charCharacterTypeDecoder.readPrimitiveValue(ProtonBuffer buffer, DecoderState state) Reads the primitive value from the givenProtonBufferand returns it.doubleDoubleTypeDecoder.readPrimitiveValue(InputStream stream, StreamDecoderState state) Reads the primitive value from the givenInputStreamand returns it.doubleDoubleTypeDecoder.readPrimitiveValue(ProtonBuffer buffer, DecoderState state) Reads the primitive value from the givenProtonBufferand returns it.floatFloatTypeDecoder.readPrimitiveValue(InputStream stream, StreamDecoderState state) Reads the primitive value from the givenInputStreamand returns it.floatFloatTypeDecoder.readPrimitiveValue(ProtonBuffer buffer, DecoderState state) Reads the primitive value from the givenProtonBufferand returns it.intInteger32TypeDecoder.readPrimitiveValue(InputStream stream, StreamDecoderState state) Reads the primitive value from the givenInputStreamand returns it.intInteger32TypeDecoder.readPrimitiveValue(ProtonBuffer buffer, DecoderState state) Reads the primitive value from the givenProtonBufferand returns it.intInteger8TypeDecoder.readPrimitiveValue(InputStream stream, StreamDecoderState state) Reads the primitive value from the givenInputStreamand returns it.intInteger8TypeDecoder.readPrimitiveValue(ProtonBuffer buffer, DecoderState state) Reads the primitive value from the givenProtonBufferand returns it.longLong8TypeDecoder.readPrimitiveValue(InputStream stream, StreamDecoderState state) Reads the primitive value from the givenInputStreamand returns it.longLong8TypeDecoder.readPrimitiveValue(ProtonBuffer buffer, DecoderState state) Reads the primitive value from the givenProtonBufferand returns it.longLongTypeDecoder.readPrimitiveValue(InputStream stream, StreamDecoderState state) Reads the primitive value from the givenInputStreamand returns it.longLongTypeDecoder.readPrimitiveValue(ProtonBuffer buffer, DecoderState state) Reads the primitive value from the givenProtonBufferand returns it.shortShortTypeDecoder.readPrimitiveValue(InputStream stream, StreamDecoderState state) Reads the primitive value from the givenInputStreamand returns it.shortShortTypeDecoder.readPrimitiveValue(ProtonBuffer buffer, DecoderState state) Reads the primitive value from the givenProtonBufferand returns it.intArray32TypeDecoder.readSize(ProtonBuffer buffer, DecoderState state) intArray8TypeDecoder.readSize(ProtonBuffer buffer, DecoderState state) intBinary32TypeDecoder.readSize(ProtonBuffer buffer, DecoderState state) intBinary8TypeDecoder.readSize(InputStream stream, StreamDecoderState state) intBinary8TypeDecoder.readSize(ProtonBuffer buffer, DecoderState state) intList0TypeDecoder.readSize(InputStream stream, StreamDecoderState state) intList0TypeDecoder.readSize(ProtonBuffer buffer, DecoderState state) intList32TypeDecoder.readSize(InputStream stream, StreamDecoderState state) intList32TypeDecoder.readSize(ProtonBuffer buffer, DecoderState state) intList8TypeDecoder.readSize(InputStream stream, StreamDecoderState state) intList8TypeDecoder.readSize(ProtonBuffer buffer, DecoderState state) intMap32TypeDecoder.readSize(InputStream stream, StreamDecoderState state) intMap32TypeDecoder.readSize(ProtonBuffer buffer, DecoderState state) intMap8TypeDecoder.readSize(InputStream stream, StreamDecoderState state) intMap8TypeDecoder.readSize(ProtonBuffer buffer, DecoderState state) intSaslSymbol32TypeDecoder.readSize(InputStream stream, StreamDecoderState state) intSaslSymbol32TypeDecoder.readSize(ProtonBuffer buffer, DecoderState state) intSaslSymbol8TypeDecoder.readSize(InputStream stream, StreamDecoderState state) intSaslSymbol8TypeDecoder.readSize(ProtonBuffer buffer, DecoderState state) intString32TypeDecoder.readSize(InputStream stream, StreamDecoderState state) intString32TypeDecoder.readSize(ProtonBuffer buffer, DecoderState state) intString8TypeDecoder.readSize(InputStream stream, StreamDecoderState state) intString8TypeDecoder.readSize(ProtonBuffer buffer, DecoderState state) intSymbol32TypeDecoder.readSize(InputStream stream, StreamDecoderState state) intSymbol32TypeDecoder.readSize(ProtonBuffer buffer, DecoderState state) intSymbol8TypeDecoder.readSize(InputStream stream, StreamDecoderState state) intSymbol8TypeDecoder.readSize(ProtonBuffer buffer, DecoderState state) AbstractSymbolTypeDecoder.readString(InputStream stream, StreamDecoderState state) Reads a String view of an encoded Symbol value from the given buffer.AbstractSymbolTypeDecoder.readString(ProtonBuffer buffer, DecoderState state) Reads a String view of an encoded Symbol value from the given buffer.AbstractArrayTypeDecoder.readValue(InputStream stream, StreamDecoderState state) AbstractArrayTypeDecoder.readValue(InputStream stream, StreamDecoderState state, Class<?> ofType) AbstractArrayTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) AbstractArrayTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state, Class<?> ofType) AbstractBinaryTypeDecoder.readValue(InputStream stream, StreamDecoderState state) AbstractBinaryTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) AbstractListTypeDecoder.readValue(InputStream stream, StreamDecoderState state) AbstractListTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) AbstractMapTypeDecoder.readValue(InputStream stream, StreamDecoderState state) AbstractMapTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) AbstractStringTypeDecoder.readValue(InputStream stream, StreamDecoderState state) AbstractStringTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) AbstractSymbolTypeDecoder.readValue(InputStream stream, StreamDecoderState state) AbstractSymbolTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) BooleanFalseTypeDecoder.readValue(InputStream stream, StreamDecoderState state) BooleanFalseTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) BooleanTrueTypeDecoder.readValue(InputStream stream, StreamDecoderState state) BooleanTrueTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) BooleanTypeDecoder.readValue(InputStream stream, StreamDecoderState state) BooleanTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) ByteTypeDecoder.readValue(InputStream stream, StreamDecoderState state) ByteTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) CharacterTypeDecoder.readValue(InputStream stream, StreamDecoderState state) CharacterTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) Decimal128TypeDecoder.readValue(InputStream stream, StreamDecoderState state) Decimal128TypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) Decimal32TypeDecoder.readValue(InputStream stream, StreamDecoderState state) Decimal32TypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) Decimal64TypeDecoder.readValue(InputStream stream, StreamDecoderState state) Decimal64TypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) DoubleTypeDecoder.readValue(InputStream stream, StreamDecoderState state) DoubleTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) FloatTypeDecoder.readValue(InputStream stream, StreamDecoderState state) FloatTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) Integer32TypeDecoder.readValue(InputStream stream, StreamDecoderState state) Integer32TypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) Integer8TypeDecoder.readValue(InputStream stream, StreamDecoderState state) Integer8TypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) List0TypeDecoder.readValue(InputStream stream, StreamDecoderState state) List0TypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) Long8TypeDecoder.readValue(InputStream stream, StreamDecoderState state) Long8TypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) LongTypeDecoder.readValue(InputStream stream, StreamDecoderState state) LongTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) NullTypeDecoder.readValue(InputStream stream, StreamDecoderState state) NullTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) ShortTypeDecoder.readValue(InputStream stream, StreamDecoderState state) ShortTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) TimestampTypeDecoder.readValue(InputStream stream, StreamDecoderState state) TimestampTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) UnsignedByteTypeDecoder.readValue(InputStream stream, StreamDecoderState state) UnsignedByteTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) UnsignedInteger0TypeDecoder.readValue(InputStream stream, StreamDecoderState state) UnsignedInteger0TypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) UnsignedInteger32TypeDecoder.readValue(InputStream stream, StreamDecoderState state) UnsignedInteger32TypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) UnsignedInteger8TypeDecoder.readValue(InputStream stream, StreamDecoderState state) UnsignedInteger8TypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) UnsignedLong0TypeDecoder.readValue(InputStream stream, StreamDecoderState state) UnsignedLong0TypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) UnsignedLong64TypeDecoder.readValue(InputStream stream, StreamDecoderState state) UnsignedLong64TypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) UnsignedLong8TypeDecoder.readValue(InputStream stream, StreamDecoderState state) UnsignedLong8TypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) UnsignedShortTypeDecoder.readValue(InputStream stream, StreamDecoderState state) UnsignedShortTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) UUIDTypeDecoder.readValue(InputStream stream, StreamDecoderState state) UUIDTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) byte[]AbstractBinaryTypeDecoder.readValueAsArray(InputStream stream, StreamDecoderState state) Read and decode an AMQPBinaryinto a byte array instance and return it.byte[]AbstractBinaryTypeDecoder.readValueAsArray(ProtonBuffer buffer, DecoderState state) Read and decode an AMQPBinaryinto a byte array instance and return it.byte[]BinaryTypeDecoder.readValueAsArray(InputStream stream, StreamDecoderState state) Read and decode an AMQPBinaryinto a byte array instance and return it.byte[]BinaryTypeDecoder.readValueAsArray(ProtonBuffer buffer, DecoderState state) Read and decode an AMQPBinaryinto a byte array instance and return it.AbstractBinaryTypeDecoder.readValueAsBuffer(InputStream stream, StreamDecoderState state) Read and decode an AMQPBinaryinto aProtonBufferinstance and return it.AbstractBinaryTypeDecoder.readValueAsBuffer(ProtonBuffer buffer, DecoderState state) Read and decode an AMQPBinaryinto aProtonBufferinstance and return it.BinaryTypeDecoder.readValueAsBuffer(InputStream stream, StreamDecoderState state) Read and decode an AMQPBinaryinto aProtonBufferinstance and return it.BinaryTypeDecoder.readValueAsBuffer(ProtonBuffer buffer, DecoderState state) Read and decode an AMQPBinaryinto aProtonBufferinstance and return it.<KeyType> voidAbstractMapTypeDecoder.scanKeys(InputStream stream, StreamDecoderState state, StreamScanningContext<KeyType> context, BiConsumer<KeyType, Object> matchConsumer) <KeyType> voidAbstractMapTypeDecoder.scanKeys(ProtonBuffer buffer, DecoderState state, ScanningContext<KeyType> context, BiConsumer<KeyType, Object> matchConsumer) <KeyType> voidMapTypeDecoder.scanKeys(InputStream stream, StreamDecoderState state, StreamScanningContext<KeyType> context, BiConsumer<KeyType, Object> matchConsumer) Scan the encodedMapkeys 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.<KeyType> voidMapTypeDecoder.scanKeys(ProtonBuffer buffer, DecoderState state, ScanningContext<KeyType> context, BiConsumer<KeyType, Object> matchConsumer) Scan the encodedMapkeys 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.voidAbstractArrayTypeDecoder.skipValue(InputStream stream, StreamDecoderState state) voidAbstractArrayTypeDecoder.skipValue(ProtonBuffer buffer, DecoderState state) voidAbstractBinaryTypeDecoder.skipValue(InputStream stream, StreamDecoderState state) voidAbstractBinaryTypeDecoder.skipValue(ProtonBuffer buffer, DecoderState state) voidAbstractListTypeDecoder.skipValue(InputStream stream, StreamDecoderState state) voidAbstractListTypeDecoder.skipValue(ProtonBuffer buffer, DecoderState state) voidAbstractMapTypeDecoder.skipValue(InputStream stream, StreamDecoderState state) voidAbstractMapTypeDecoder.skipValue(ProtonBuffer buffer, DecoderState state) voidAbstractStringTypeDecoder.skipValue(InputStream stream, StreamDecoderState state) voidAbstractStringTypeDecoder.skipValue(ProtonBuffer buffer, DecoderState state) voidAbstractSymbolTypeDecoder.skipValue(InputStream stream, StreamDecoderState state) voidAbstractSymbolTypeDecoder.skipValue(ProtonBuffer buffer, DecoderState state) voidBooleanFalseTypeDecoder.skipValue(InputStream stream, StreamDecoderState state) voidBooleanFalseTypeDecoder.skipValue(ProtonBuffer buffer, DecoderState state) voidBooleanTrueTypeDecoder.skipValue(InputStream stream, StreamDecoderState state) voidBooleanTrueTypeDecoder.skipValue(ProtonBuffer buffer, DecoderState state) voidBooleanTypeDecoder.skipValue(InputStream stream, StreamDecoderState state) voidBooleanTypeDecoder.skipValue(ProtonBuffer buffer, DecoderState state) voidByteTypeDecoder.skipValue(InputStream stream, StreamDecoderState state) voidByteTypeDecoder.skipValue(ProtonBuffer buffer, DecoderState state) voidCharacterTypeDecoder.skipValue(InputStream stream, StreamDecoderState state) voidCharacterTypeDecoder.skipValue(ProtonBuffer buffer, DecoderState state) voidDecimal128TypeDecoder.skipValue(InputStream stream, StreamDecoderState state) voidDecimal128TypeDecoder.skipValue(ProtonBuffer buffer, DecoderState state) voidDecimal32TypeDecoder.skipValue(InputStream stream, StreamDecoderState state) voidDecimal32TypeDecoder.skipValue(ProtonBuffer buffer, DecoderState state) voidDecimal64TypeDecoder.skipValue(InputStream stream, StreamDecoderState state) voidDecimal64TypeDecoder.skipValue(ProtonBuffer buffer, DecoderState state) voidDoubleTypeDecoder.skipValue(InputStream stream, StreamDecoderState state) voidDoubleTypeDecoder.skipValue(ProtonBuffer buffer, DecoderState state) voidFloatTypeDecoder.skipValue(InputStream stream, StreamDecoderState state) voidFloatTypeDecoder.skipValue(ProtonBuffer buffer, DecoderState state) voidInteger32TypeDecoder.skipValue(InputStream stream, StreamDecoderState state) voidInteger32TypeDecoder.skipValue(ProtonBuffer buffer, DecoderState state) voidInteger8TypeDecoder.skipValue(InputStream stream, StreamDecoderState state) voidInteger8TypeDecoder.skipValue(ProtonBuffer buffer, DecoderState state) voidList0TypeDecoder.skipValue(InputStream stream, StreamDecoderState state) voidList0TypeDecoder.skipValue(ProtonBuffer buffer, DecoderState state) voidLong8TypeDecoder.skipValue(InputStream stream, StreamDecoderState state) voidLong8TypeDecoder.skipValue(ProtonBuffer buffer, DecoderState state) voidLongTypeDecoder.skipValue(InputStream stream, StreamDecoderState state) voidLongTypeDecoder.skipValue(ProtonBuffer buffer, DecoderState state) voidNullTypeDecoder.skipValue(InputStream stream, StreamDecoderState state) voidNullTypeDecoder.skipValue(ProtonBuffer buffer, DecoderState state) voidShortTypeDecoder.skipValue(InputStream stream, StreamDecoderState state) voidShortTypeDecoder.skipValue(ProtonBuffer buffer, DecoderState state) voidTimestampTypeDecoder.skipValue(InputStream stream, StreamDecoderState state) voidTimestampTypeDecoder.skipValue(ProtonBuffer buffer, DecoderState state) voidUnsignedByteTypeDecoder.skipValue(InputStream stream, StreamDecoderState state) voidUnsignedByteTypeDecoder.skipValue(ProtonBuffer buffer, DecoderState state) voidUnsignedInteger0TypeDecoder.skipValue(InputStream stream, StreamDecoderState state) voidUnsignedInteger0TypeDecoder.skipValue(ProtonBuffer buffer, DecoderState state) voidUnsignedInteger32TypeDecoder.skipValue(InputStream stream, StreamDecoderState state) voidUnsignedInteger32TypeDecoder.skipValue(ProtonBuffer buffer, DecoderState state) voidUnsignedInteger8TypeDecoder.skipValue(InputStream stream, StreamDecoderState state) voidUnsignedInteger8TypeDecoder.skipValue(ProtonBuffer buffer, DecoderState state) voidUnsignedLong0TypeDecoder.skipValue(InputStream stream, StreamDecoderState state) voidUnsignedLong0TypeDecoder.skipValue(ProtonBuffer buffer, DecoderState state) voidUnsignedLong64TypeDecoder.skipValue(InputStream stream, StreamDecoderState state) voidUnsignedLong64TypeDecoder.skipValue(ProtonBuffer buffer, DecoderState state) voidUnsignedLong8TypeDecoder.skipValue(InputStream stream, StreamDecoderState state) voidUnsignedLong8TypeDecoder.skipValue(ProtonBuffer buffer, DecoderState state) voidUnsignedShortTypeDecoder.skipValue(InputStream stream, StreamDecoderState state) voidUnsignedShortTypeDecoder.skipValue(ProtonBuffer buffer, DecoderState state) voidUUIDTypeDecoder.skipValue(InputStream stream, StreamDecoderState state) voidUUIDTypeDecoder.skipValue(ProtonBuffer buffer, DecoderState state) -
Uses of DecodeException in org.apache.qpid.protonj2.codec.decoders.security
Methods in org.apache.qpid.protonj2.codec.decoders.security that throw DecodeExceptionModifier and TypeMethodDescriptionprotected SaslChallengeSaslChallengeTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected SaslChallengeSaslChallengeTypeDecoder.readType(int count, ProtonBuffer buffer, Decoder decoder, DecoderState state) protected SaslInitSaslInitTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected SaslInitSaslInitTypeDecoder.readType(int count, ProtonBuffer buffer, Decoder decoder, DecoderState state) protected SaslMechanismsSaslMechanismsTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected SaslMechanismsSaslMechanismsTypeDecoder.readType(int count, ProtonBuffer buffer, Decoder decoder, DecoderState state) protected SaslOutcomeSaslOutcomeTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected SaslOutcomeSaslOutcomeTypeDecoder.readType(int count, ProtonBuffer buffer, Decoder decoder, DecoderState state) protected SaslResponseSaslResponseTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected SaslResponseSaslResponseTypeDecoder.readType(int count, ProtonBuffer buffer, Decoder decoder, DecoderState state) -
Uses of DecodeException in org.apache.qpid.protonj2.codec.decoders.transactions
Methods in org.apache.qpid.protonj2.codec.decoders.transactions that throw DecodeExceptionModifier and TypeMethodDescriptionprotected CoordinatorCoordinatorTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected CoordinatorCoordinatorTypeDecoder.readType(int count, ProtonBuffer buffer, Decoder decoder, DecoderState state) protected DeclaredDeclaredTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected DeclaredDeclaredTypeDecoder.readType(int count, ProtonBuffer buffer, Decoder decoder, DecoderState state) protected DeclareDeclareTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected DeclareDeclareTypeDecoder.readType(int count, ProtonBuffer buffer, Decoder decoder, DecoderState state) protected DischargeDischargeTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected DischargeDischargeTypeDecoder.readType(int count, ProtonBuffer buffer, Decoder decoder, DecoderState state) protected TransactionalStateTransactionStateTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected TransactionalStateTransactionStateTypeDecoder.readType(int count, ProtonBuffer buffer, Decoder decoder, DecoderState state) -
Uses of DecodeException in org.apache.qpid.protonj2.codec.decoders.transport
Methods in org.apache.qpid.protonj2.codec.decoders.transport that throw DecodeExceptionModifier and TypeMethodDescriptionprotected AttachAttachTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected AttachAttachTypeDecoder.readType(int count, ProtonBuffer buffer, Decoder decoder, DecoderState state) protected BeginBeginTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected BeginBeginTypeDecoder.readType(int count, ProtonBuffer buffer, Decoder decoder, DecoderState state) protected CloseCloseTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected CloseCloseTypeDecoder.readType(int count, ProtonBuffer buffer, Decoder decoder, DecoderState state) protected DetachDetachTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected DetachDetachTypeDecoder.readType(int count, ProtonBuffer buffer, Decoder decoder, DecoderState state) protected DispositionDispositionTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected DispositionDispositionTypeDecoder.readType(int count, ProtonBuffer buffer, Decoder decoder, DecoderState state) protected EndEndTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected EndEndTypeDecoder.readType(int count, ProtonBuffer buffer, Decoder decoder, DecoderState state) protected ErrorConditionErrorConditionTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected ErrorConditionErrorConditionTypeDecoder.readType(int count, ProtonBuffer buffer, Decoder decoder, DecoderState state) protected FlowFlowTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected FlowFlowTypeDecoder.readType(int count, ProtonBuffer buffer, Decoder decoder, DecoderState state) protected OpenOpenTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected OpenOpenTypeDecoder.readType(int count, ProtonBuffer buffer, Decoder decoder, DecoderState state) protected TransferTransferTypeDecoder.readType(int count, InputStream stream, StreamDecoder decoder, StreamDecoderState state) protected TransferTransferTypeDecoder.readType(int count, ProtonBuffer buffer, Decoder decoder, DecoderState state)