Class TcpPingInterceptor.PingThread

java.lang.Object
java.lang.Thread
org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor.PingThread
All Implemented Interfaces:
Runnable
Enclosing class:
TcpPingInterceptor

protected class TcpPingInterceptor.PingThread extends Thread
Background thread that sends periodic pings.
  • Constructor Details

    • PingThread

      public PingThread()
      Constructs a new PingThread.
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread