Class NullType

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

public final class NullType extends Object
  • Method Details

    • getTypeClass

      public Class<Void> getTypeClass()
    • getEncoding

      public org.apache.qpid.proton.codec.NullType.NullEncoding getEncoding(Void val)
    • getCanonicalEncoding

      public org.apache.qpid.proton.codec.NullType.NullEncoding getCanonicalEncoding()
    • getAllEncodings

      public Collection<org.apache.qpid.proton.codec.NullType.NullEncoding> getAllEncodings()
    • write

      public void write()
    • write

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