java.lang.Object
org.apache.activemq.artemis.core.protocol.core.impl.PacketImpl
org.apache.activemq.artemis.core.protocol.core.impl.wireformat.Ping
All Implemented Interfaces:
Packet

public final class Ping extends PacketImpl
Ping is sent on the client side by ClientSessionFactoryImpl. At the server's side it is handled by org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl
  • Constructor Details

    • Ping

      public Ping(long connectionTTL)
    • Ping

      public Ping()
  • Method Details