|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectfr.ove.clientserver.PipeServer
| Constructor Summary | |
PipeServer(int portNumber,
int maxConnection,
java.lang.String hostName,
int dportNumber)
The constructor. |
|
| Method Summary | |
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PipeServer(int portNumber,
int maxConnection,
java.lang.String hostName,
int dportNumber)
throws java.io.IOException
portNumber - the port number used on the host to run the server (instance).hostName - the name of the host the instance connects to.dportNumber - the port number through the instance is connected.| Method Detail |
public static void main(java.lang.String[] args)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||