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