|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServerSocketFacade
The ServerSocketFacade provides operations to accept client connections over
TCP/IP sockets.
It hides the details of the underlying I/O system used for server socket
communication.
Method Summary | |
---|---|
SocketConnectionFacade |
accept()
Waits for a new incoming connection. |
void |
close()
Unbinds and closes the server socket. |
Method Detail |
---|
SocketConnectionFacade accept() throws java.io.IOException
java.io.IOException
void close() throws java.io.IOException
java.io.IOException
- if the server socket cannot be closed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |