java.lang.Object
java.lang.Thread
com.orientechnologies.orient.server.distributed.impl.proxy.OProxyServerListener
All Implemented Interfaces:
Runnable

public class OProxyServerListener extends Thread
  • Constructor Details

    • OProxyServerListener

      public OProxyServerListener(OProxyServer server, int localPort, int remotePort)
  • Method Details

    • run

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

      public Socket connectTargetServer() throws IOException
      Throws:
      IOException
    • sendShutdown

      public void sendShutdown()
    • shutdown

      public void shutdown()
    • getServer

      public OProxyServer getServer()