Constructors in triptracker.server with parameters of type Server |
CheckThread(Server server,
Socket socket)
Default class constructor. |
ClientHandler(Server server,
Socket socket,
User user)
Sets up socket streams for client communication and creates the message
reader thread for message processing. |
GPSHandler(Server server,
Socket socket,
User user)
Sets up socket streams for communication with a GPS client and creates
the message reader thread for message processing. |
MapHandler(Server server,
Socket socket,
User user)
Sets up socket streams for communication with a map client and creates
the message reader thread for message processing. |