java.lang.Object
org.apache.activemq.artemis.core.protocol.core.impl.PacketImpl
org.apache.activemq.artemis.core.protocol.core.impl.wireformat.NullResponseMessage
All Implemented Interfaces:
Packet
Direct Known Subclasses:
NullResponseMessage_V2

public class NullResponseMessage extends PacketImpl
  • Constructor Details

    • NullResponseMessage

      public NullResponseMessage()
  • Method Details

    • 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 this packet is being sent in response to a previously received packet
    • expectedEncodeSize

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

      public void reset()