Class NullResponseMessage

    • Constructor Detail

      • NullResponseMessage

        public NullResponseMessage()
    • Method Detail

      • isResponse

        public boolean isResponse()
        Description copied from interface: Packet
        returns true if this packet is being sent in response to a previously received packet
        Specified by:
        isResponse in interface Packet
        Overrides:
        isResponse in class PacketImpl
        Returns:
        true if a response
      • expectedEncodeSize

        public int expectedEncodeSize()
        Description copied from interface: Packet
        This will return the expected packet size for the encoding
        Returns:
      • reset

        public void reset()