Class AoservDaemonServer

java.lang.Object
java.lang.Thread
com.aoindustries.aoserv.daemon.AoservDaemonServer
All Implemented Interfaces:
Runnable

public final class AoservDaemonServer extends Thread
The AoservDaemonServer accepts connections from an SimpleAoservClient. Once the connection is accepted and authenticated, the server carries out all actions requested by the client.

This server is completely threaded to handle multiple, simultaneous clients.

Author:
AO Industries, Inc.
  • Field Details

    • serverPort

      public final int serverPort
      The port that this server will listen on.
    • protocol

      public final String protocol
      The protocol to support.
  • Constructor Details

    • AoservDaemonServer

      public AoservDaemonServer(InetAddress serverBind, int serverPort, String protocol)
      Creates a new, running AOServServer.
  • Method Details