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 TypeMethodDescriptionboolean
Collection
<? extends TypeEncoding<Properties>> getEncoding
(Properties properties) static void
register
(Decoder decoder, EncoderImpl encoder) void
void
write
(Properties value)
-
Constructor Details
-
FastPathPropertiesType
-
-
Method Details
-
getEncoder
-
getDecoder
-
readValue
- Specified by:
readValue
in interfaceTypeConstructor<Properties>
-
skipValue
public void skipValue()- Specified by:
skipValue
in interfaceTypeConstructor<Properties>
-
encodesJavaPrimitive
public boolean encodesJavaPrimitive()- Specified by:
encodesJavaPrimitive
in interfaceTypeConstructor<Properties>
-
getTypeClass
- Specified by:
getTypeClass
in interfaceAMQPType<Properties>
- Specified by:
getTypeClass
in interfaceTypeConstructor<Properties>
-
getEncoding
- Specified by:
getEncoding
in interfaceAMQPType<Properties>
-
getCanonicalEncoding
- Specified by:
getCanonicalEncoding
in interfaceAMQPType<Properties>
-
getAllEncodings
- Specified by:
getAllEncodings
in interfaceAMQPType<Properties>
-
write
- Specified by:
write
in interfaceAMQPType<Properties>
-
register
-