java.lang.Object
com.aoindustries.aoserv.master.AoservMaster
com.aoindustries.aoserv.master.TcpServer
All Implemented Interfaces:
Runnable
Direct Known Subclasses:
SslServer

public class TcpServer extends AoservMaster implements Runnable
The TcpServer accepts connections from an TcpConnector. Once the connection is accepted and authenticated, the server carries out all actions requested by the client while providing the necessary security checks and data filters.

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

Author:
AO Industries, Inc.