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 TypeMethodDescriptionvoidfastWrite(EncoderImpl encoder, UnsignedShort value) Collection<org.apache.qpid.proton.codec.UnsignedShortType.UnsignedShortEncoding>org.apache.qpid.proton.codec.UnsignedShortType.UnsignedShortEncodingorg.apache.qpid.proton.codec.UnsignedShortType.UnsignedShortEncodinggetEncoding(UnsignedShort val) final voidwrite(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
-