Class TCPServer

java.lang.Object
java.lang.Thread
com.apogee.dev.DuoVaders.server.TCPServer
All Implemented Interfaces:
Runnable

public class TCPServer extends Thread
Serveur TCP.
Version:
1.0
  • Field Details

    • nbConnections

      private static int nbConnections
    • TAG

      private static final String TAG
      See Also:
    • maxConnections

      private int maxConnections
    • clientSocket

      private Socket clientSocket
    • context

      private IContext context
    • protocol

      private IProtocol protocol
    • port

      private int port
  • Constructor Details

    • TCPServer

      public TCPServer(int port)
    • TCPServer

      public TCPServer(IContext context, IProtocol protocol, int port)
  • Method Details