Class FD_SOCK.ClientConnectionHandler

  • All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    FD_SOCK

    protected static class FD_SOCK.ClientConnectionHandler
    extends java.lang.Object
    implements java.lang.Runnable
    Handles a client connection; multiple client can connect at the same time
    • Constructor Detail

    • Method Detail

      • stopThread

        protected void stopThread​(boolean graceful)
      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable