Class FastPathAmqpSequenceType
java.lang.Object
org.apache.qpid.proton.codec.messaging.FastPathAmqpSequenceType
- All Implemented Interfaces:
AMQPType<AmqpSequence>,FastPathDescribedTypeConstructor<AmqpSequence>,TypeConstructor<AmqpSequence>
public class FastPathAmqpSequenceType
extends Object
implements AMQPType<AmqpSequence>, FastPathDescribedTypeConstructor<AmqpSequence>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCollection<? extends TypeEncoding<AmqpSequence>>getEncoding(AmqpSequence val) static voidregister(Decoder decoder, EncoderImpl encoder) voidvoidwrite(AmqpSequence sequence)
-
Constructor Details
-
FastPathAmqpSequenceType
-
-
Method Details
-
getEncoder
-
getDecoder
-
encodesJavaPrimitive
public boolean encodesJavaPrimitive()- Specified by:
encodesJavaPrimitivein interfaceTypeConstructor<AmqpSequence>
-
getTypeClass
- Specified by:
getTypeClassin interfaceAMQPType<AmqpSequence>- Specified by:
getTypeClassin interfaceTypeConstructor<AmqpSequence>
-
getEncoding
- Specified by:
getEncodingin interfaceAMQPType<AmqpSequence>
-
getCanonicalEncoding
- Specified by:
getCanonicalEncodingin interfaceAMQPType<AmqpSequence>
-
getAllEncodings
- Specified by:
getAllEncodingsin interfaceAMQPType<AmqpSequence>
-
readValue
- Specified by:
readValuein interfaceTypeConstructor<AmqpSequence>
-
skipValue
public void skipValue()- Specified by:
skipValuein interfaceTypeConstructor<AmqpSequence>
-
write
- Specified by:
writein interfaceAMQPType<AmqpSequence>
-
register
-