Class ProtocolInitiation

    • Constructor Detail

      • ProtocolInitiation

        public ProtocolInitiation​(byte[] protocolHeader,
                                  byte protocolClass,
                                  byte protocolInstance,
                                  byte protocolMajor,
                                  byte protocolMinor)
      • ProtocolInitiation

        public ProtocolInitiation​(QpidByteBuffer in)
    • Method Detail

      • getSize

        public long getSize()
        Description copied from class: AMQDataBlock
        Get the size of buffer needed to store the byte representation of this frame.
        Specified by:
        getSize in class AMQDataBlock
        Returns:
        unsigned integer
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getProtocolClass

        public byte getProtocolClass()
      • getProtocolInstance

        public byte getProtocolInstance()
      • getProtocolMajor

        public byte getProtocolMajor()
      • getProtocolMinor

        public byte getProtocolMinor()