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