|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnathan.middleware.ServerCommunication
public class ServerCommunication
ServerCommunication creates a coomunication module to handle request from the client by creating new threads of the type ServerCommunicationHandler to handle the communication.
Constructor Summary | |
---|---|
ServerCommunication(int port)
Create a new ServerCommunication instance. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServerCommunication(int port)
port
- The port number the server will be located on.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |