Class UnsignedShortType

java.lang.Object
org.apache.qpid.proton.codec.UnsignedShortType
All Implemented Interfaces:
AMQPType<UnsignedShort>, PrimitiveType<UnsignedShort>

public class UnsignedShortType extends Object
  • Method Details

    • getTypeClass

      public 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 Collection<org.apache.qpid.proton.codec.UnsignedShortType.UnsignedShortEncoding> getAllEncodings()
    • write

      public final void write(UnsignedShort val)
      Specified by:
      write in interface AMQPType<T>