Uses of Interface
org.apache.qpid.protonj2.codec.StreamTypeDecoder
-
-
Uses of StreamTypeDecoder in org.apache.qpid.protonj2.codec
Subinterfaces of StreamTypeDecoder in org.apache.qpid.protonj2.codec Modifier and Type Interface Description interfaceStreamDescribedTypeDecoder<V>Interface for all DescribedType decoder implementationsMethods in org.apache.qpid.protonj2.codec that return StreamTypeDecoder Modifier and Type Method Description StreamTypeDecoder<?>StreamDecoder. peekNextTypeDecoder(java.io.InputStream stream, StreamDecoderState state)Peeks ahead in the givenInputStreaminstance and returns aTypeDecoderthat can read the next encoded AMQP type from the stream's bytes.StreamTypeDecoder<?>StreamDecoder. readNextTypeDecoder(java.io.InputStream stream, StreamDecoderState state)Reads from the givenInputStreaminstance and returns aStreamTypeDecoderthat can read the next encoded AMQP type from the stream's bytes. -
Uses of StreamTypeDecoder in org.apache.qpid.protonj2.codec.decoders
Subinterfaces of StreamTypeDecoder in org.apache.qpid.protonj2.codec.decoders Modifier and Type Interface Description interfacePrimitiveArrayTypeDecoderProvides an interface for an Array type decoder that provides the Proton decoder with entry points to read arrays in a manner that support the desired Java array type to be returned.interfacePrimitiveTypeDecoder<V>Interface for a TypeDecoder that manages decoding of AMQP primitive types.Classes in org.apache.qpid.protonj2.codec.decoders that implement StreamTypeDecoder Modifier and Type Class Description classAbstractDescribedTypeDecoder<V>Abstract base for all Described Type decoders which implements the generic methods common to all the implementations.classAbstractPrimitiveTypeDecoder<V>Abstract base for all Described Type decoders which implements the generic methods common to all the implementations.classUnknownDescribedTypeDecoderDecoder of AMQP Described type values from a byte stream.Methods in org.apache.qpid.protonj2.codec.decoders that return StreamTypeDecoder Modifier and Type Method Description StreamTypeDecoder<?>ProtonStreamDecoder. peekNextTypeDecoder(java.io.InputStream stream, StreamDecoderState state)StreamTypeDecoder<?>ProtonStreamDecoder. readNextTypeDecoder(java.io.InputStream stream, StreamDecoderState state)Methods in org.apache.qpid.protonj2.codec.decoders with parameters of type StreamTypeDecoder Modifier and Type Method Description protected static voidAbstractDescribedTypeDecoder. checkIsExpectedType(java.lang.Class<?> expected, StreamTypeDecoder<?> actual)protected static <E> EAbstractDescribedTypeDecoder. checkIsExpectedTypeAndCast(java.lang.Class<?> expected, StreamTypeDecoder<?> actual) -
Uses of StreamTypeDecoder in org.apache.qpid.protonj2.codec.decoders.messaging
Classes in org.apache.qpid.protonj2.codec.decoders.messaging that implement StreamTypeDecoder Modifier and Type Class Description classAcceptedTypeDecoderDecoder of AMQP Accepted type values from a byte stream.classAmqpSequenceTypeDecoderDecoder of AMQP Data type values from a byte stream.classAmqpValueTypeDecoderDecoder of AMQP Data type values from a byte stream.classApplicationPropertiesTypeDecoderDecoder of AMQP ApplicationProperties types from a byte streamclassDataTypeDecoderDecoder of AMQP Data type values from a byte stream.classDeleteOnCloseTypeDecoderDecoder of AMQP DeleteOnClose type values from a byte streamclassDeleteOnNoLinksOrMessagesTypeDecoderDecoder of AMQP DeleteOnNoLinksOrMessages type values from a byte streamclassDeleteOnNoLinksTypeDecoderDecoder of AMQP DeleteOnNoLinks type values from a byte streamclassDeleteOnNoMessagesTypeDecoderDecoder of AMQP DeleteOnNoLinks type values from a byte streamclassDeliveryAnnotationsTypeDecoderDecoder of AMQP Delivery Annotations type values from a byte stream.classFooterTypeDecoderDecoder of AMQP Footer type values from a byte stream.classHeaderTypeDecoderDecoder of AMQP Header types from a byte streamclassMessageAnnotationsTypeDecoderDecoder of AMQP Message Annotations type values from a byte stream.classModifiedTypeDecoderDecoder of AMQP Modified type values from a byte stream.classPropertiesTypeDecoderDecoder of AMQP Properties type values from a byte streamclassReceivedTypeDecoderDecoder of AMQP Received type value from a byte stream.classRejectedTypeDecoderDecoder of AMQP Rejected type values from a byte stream.classReleasedTypeDecoderDecoder of AMQP Released type values from a byte stream.classSourceTypeDecoderDecoder of AMQP Source type values from a byte stream.classTargetTypeDecoderDecoder of AMQP Target type values from a byte stream -
Uses of StreamTypeDecoder in org.apache.qpid.protonj2.codec.decoders.primitives
Subinterfaces of StreamTypeDecoder in org.apache.qpid.protonj2.codec.decoders.primitives Modifier and Type Interface Description interfaceBinaryTypeDecoderBase for all Binary type value decoders.interfaceListTypeDecoderBase class for List type decoders.interfaceMapTypeDecoderBase interface for all AMQP Map type value decoders.interfaceStringTypeDecoderBase for all String type decodersinterfaceSymbolTypeDecoderBase for all Symbol type decoders.Classes in org.apache.qpid.protonj2.codec.decoders.primitives that implement StreamTypeDecoder Modifier and Type Class Description classAbstractArrayTypeDecoderBase for the decoders of AMQP Array types that defaults to returning opaque Object values to match what the other decoders do.classAbstractBinaryTypeDecoderBase class for the various Binary type decoders used to read AMQP Binary values.classAbstractListTypeDecoderBase for the various List type decoders needed to read AMQP List values.classAbstractMapTypeDecoderBase for the various Map type decoders used to read AMQP Map values.classAbstractStringTypeDecoderBase for the various String type Decoders used to read AMQP String values.classAbstractSymbolTypeDecoderBase class for the Symbol decoders used on AMQP Symbol types.classArray32TypeDecoderDecoder of AMQP Arrays from a byte stream.classArray8TypeDecoderDecoder of AMQP Arrays from a byte stream.classBinary32TypeDecoderDecoder of AMQP Binary values from a byte stream.classBinary8TypeDecoderDecoder of AMQP Binary values with length less than 255 from a byte stream.classBooleanFalseTypeDecoderDecoder of AMQP Boolean False values from a byte stream.classBooleanTrueTypeDecoderDecoder of AMQP Boolean True values from a byte stream.classBooleanTypeDecoderDecoder of AMQP Boolean values from a byte stream.classByteTypeDecoderDecoder of AMQP Bytes from a byte stream.classCharacterTypeDecoderDecoder of AMQP Character from a byte stream.classDecimal128TypeDecoderDecoder of AMQP Decimal128 values from a byte streamclassDecimal32TypeDecoderDecoder of AMQP Decimal32 values from a byte streamclassDecimal64TypeDecoderDecoder of AMQP Decimal64 values from a byte streamclassDoubleTypeDecoderDecoder of AMQP Double values from a byte streamclassFloatTypeDecoderDecoder of AMQP Float values from a byte stream.classInteger32TypeDecoderDecode AMQP Integer values from a byte streamclassInteger8TypeDecoderDecode AMQP small Integer values from a byte streamclassList0TypeDecoderDecoder of Zero sized AMQP List values from a byte stream.classList32TypeDecoderDecoder of AMQP List values from a byte streamclassList8TypeDecoderDecoder of AMQP small List values from a byte stream.classLong8TypeDecoderDecode AMQP small Long values from a byte streamclassLongTypeDecoderDecode AMQP Long values from a byte streamclassMap32TypeDecoderDecoder of AMQP Map value from a byte streamclassMap8TypeDecoderDecoder of AMQP small Map types from a byte streamclassNullTypeDecoderDecoder of AMQP Null values from a byte stream.classShortTypeDecoderDecode AMQP Short values from a byte streamclassString32TypeDecoderDecoder of AMQP String values from a byte stream.classString8TypeDecoderDecoder of AMQP small String values from a byte stream.classSymbol32TypeDecoderDecoder of AMQP Symbol values from a byte stream.classSymbol8TypeDecoderDecoder of AMQP Symbol values from a byte stream.classTimestampTypeDecoderDecoder of AMQP Timestamp values from a byte stream.classUnsignedByteTypeDecoderDecode AMQP Unsigned Byte values from a byte streamclassUnsignedInteger0TypeDecoderDecode AMQP Zero value Unsigned Integer values from a byte streamclassUnsignedInteger32TypeDecoderDecode AMQP Unsigned Integer values from a byte streamclassUnsignedInteger8TypeDecoderDecode AMQP Small Unsigned Integer values from a byte streamclassUnsignedLong0TypeDecoderDecode AMQP Zero value Unsigned Long values from a byte streamclassUnsignedLong64TypeDecoderDecode AMQP Unsigned Long values from a byte streamclassUnsignedLong8TypeDecoderDecode AMQP Unsigned small Long values from a byte streamclassUnsignedShortTypeDecoderDecode AMQP Unsigned Short values from a byte streamclassUUIDTypeDecoderDecoder of AMQP UUID values from a byte stream -
Uses of StreamTypeDecoder in org.apache.qpid.protonj2.codec.decoders.security
Classes in org.apache.qpid.protonj2.codec.decoders.security that implement StreamTypeDecoder Modifier and Type Class Description classSaslChallengeTypeDecoderDecoder of AMQP SaslChallenge type values from a byte stream.classSaslInitTypeDecoderDecoder of AMQP SaslInit type values from a byte stream.classSaslMechanismsTypeDecoderDecoder of AMQP SaslChallenge type values from a byte stream.classSaslOutcomeTypeDecoderDecoder of AMQP SaslOutcome type values from a byte stream.classSaslResponseTypeDecoderDecoder of AMQP SaslResponse type values from a byte stream. -
Uses of StreamTypeDecoder in org.apache.qpid.protonj2.codec.decoders.transactions
Classes in org.apache.qpid.protonj2.codec.decoders.transactions that implement StreamTypeDecoder Modifier and Type Class Description classCoordinatorTypeDecoderDecoder of AMQP Coordinator type values from a byte stream.classDeclaredTypeDecoderDecoder of AMQP Declared types from a byte stream.classDeclareTypeDecoderDecoder of AMQP Declare type values from a byte streamclassDischargeTypeDecoderDecoder of AMQP Discharge type values from a byte stream.classTransactionStateTypeDecoderDecoder of AMQP TransactionState types from a byte stream. -
Uses of StreamTypeDecoder in org.apache.qpid.protonj2.codec.decoders.transport
Classes in org.apache.qpid.protonj2.codec.decoders.transport that implement StreamTypeDecoder Modifier and Type Class Description classAttachTypeDecoderDecoder of AMQP Attach type values from a byte stream.classBeginTypeDecoderDecoder of AMQP Begin type values from a byte streamclassCloseTypeDecoderDecoder of AMQP Close type values from a byte streamclassDetachTypeDecoderDecoder of AMQP Detach type values from a byte streamclassDispositionTypeDecoderDecoder of AMQP Disposition type values from a byte stream.classEndTypeDecoderDecoder of AMQP End type values from a byte streamclassErrorConditionTypeDecoderDecoder of AMQP ErrorCondition type values from a byte stream.classFlowTypeDecoderDecoder of AMQP Flow type values from a byte stream.classOpenTypeDecoderDecoder of AMQP Open type values from a byte stream.classTransferTypeDecoderDecoder of AMQP Transfer type values from a byte stream
-