|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--kom.tools.ipc.IPCClient
A network client. The client makes a connection to a server and then uses the connection for both sending and receiving data.
Field Summary | |
IPCConnection |
connection
Connection to the server side |
Constructor Summary | |
IPCClient()
class constructor |
Method Summary | |
IPCConnection |
connect(java.lang.String host,
int port)
Sets up a connection to a given server |
Methods inherited from class java.lang.Object |
|
Field Detail |
public IPCConnection connection
Constructor Detail |
public IPCClient()
Method Detail |
public IPCConnection connect(java.lang.String host, int port)
host
- The host name of the machine where the server is running.port
- The port number on which the server listens for
incoming connections
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |