Class TunnelClient.ServerThread

java.lang.Object
java.lang.Thread
org.springframework.boot.devtools.tunnel.client.TunnelClient.ServerThread
All Implemented Interfaces:
Runnable
Enclosing class:
TunnelClient

protected class TunnelClient.ServerThread extends Thread
The main server thread.
  • Constructor Details

  • Method Details

    • close

      public void close() throws IOException
      Throws:
      IOException
    • run

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

      protected void stopAcceptingConnections()