Class JobAgentServerConnection.ListenerThread

  • All Implemented Interfaces:
    Runnable
    Enclosing class:
    JobAgentServerConnection

    private static class JobAgentServerConnection.ListenerThread
    extends Object
    implements Runnable
    This class is used for listening to the specified socket for incoming connections. Each request is forwarded to the RequestHandler in a separate thread.