Package org.apache.qpid.proton.codec
Class UnsignedShortType
- java.lang.Object
-
- org.apache.qpid.proton.codec.UnsignedShortType
-
- All Implemented Interfaces:
AMQPType<UnsignedShort>,PrimitiveType<UnsignedShort>
public class UnsignedShortType extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfastWrite(EncoderImpl encoder, UnsignedShort value)java.util.Collection<org.apache.qpid.proton.codec.UnsignedShortType.UnsignedShortEncoding>getAllEncodings()org.apache.qpid.proton.codec.UnsignedShortType.UnsignedShortEncodinggetCanonicalEncoding()org.apache.qpid.proton.codec.UnsignedShortType.UnsignedShortEncodinggetEncoding(UnsignedShort val)java.lang.Class<UnsignedShort>getTypeClass()voidwrite(T val)
-
-
-
Method Detail
-
getTypeClass
public java.lang.Class<UnsignedShort> getTypeClass()
-
getEncoding
public org.apache.qpid.proton.codec.UnsignedShortType.UnsignedShortEncoding getEncoding(UnsignedShort val)
-
fastWrite
public void fastWrite(EncoderImpl encoder, UnsignedShort value)
-
getCanonicalEncoding
public org.apache.qpid.proton.codec.UnsignedShortType.UnsignedShortEncoding getCanonicalEncoding()
-
getAllEncodings
public java.util.Collection<org.apache.qpid.proton.codec.UnsignedShortType.UnsignedShortEncoding> getAllEncodings()
-
-