Package org.apache.qpid.proton.codec
Class UnsignedShortType
java.lang.Object
org.apache.qpid.proton.codec.UnsignedShortType
- All Implemented Interfaces:
AMQPType<UnsignedShort>
,PrimitiveType<UnsignedShort>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
fastWrite
(EncoderImpl encoder, UnsignedShort value) Collection<org.apache.qpid.proton.codec.UnsignedShortType.UnsignedShortEncoding>
org.apache.qpid.proton.codec.UnsignedShortType.UnsignedShortEncoding
org.apache.qpid.proton.codec.UnsignedShortType.UnsignedShortEncoding
getEncoding
(UnsignedShort val) final void
write
(UnsignedShort val)
-
Method Details
-
getTypeClass
-
getEncoding
public org.apache.qpid.proton.codec.UnsignedShortType.UnsignedShortEncoding getEncoding(UnsignedShort val) -
fastWrite
-
getCanonicalEncoding
public org.apache.qpid.proton.codec.UnsignedShortType.UnsignedShortEncoding getCanonicalEncoding() -
getAllEncodings
public Collection<org.apache.qpid.proton.codec.UnsignedShortType.UnsignedShortEncoding> getAllEncodings() -
write
-