|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
StringServerSocket allows server applications to communicate with clients, with no difference between local and actual networked traffic.
1.0.0 - 2007-11-18 - initial release 1.0.3 - 2008-08-08 - add change history; no other changes in this file since 1.0.0
| Method Summary | |
StringConnection |
accept()
For server to call. |
void |
close()
Close down server socket immediately: Do not let inbound data drain. |
| Method Detail |
public StringConnection accept()
throws java.net.SocketException,
java.io.IOException
java.io.IOException - if network has a problem accepting
java.net.SocketException - if our setEOF() has been called, thus
new clients won't receive any data from us
public void close()
throws java.io.IOException
java.io.IOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||