|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Implement this interface to process incoming socket connections.
Method Summary | |
void |
handleConnection(Socket socket)
Processes connections as they occur. |
void |
shutdown(long timeout)
Shutdown the handler and any requests currently being handled. |
Method Detail |
public void handleConnection(Socket socket)
socket
- the socketpublic void shutdown(long timeout)
timeout
- the timeout
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |