|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SocketListener
General interface for classes that handle sockets.
| Method Summary | |
|---|---|
void |
onSocket(Socket sock)
Notifies the listener of the socket. |
| Method Detail |
|---|
void onSocket(Socket sock)
throws IOException
sock - The Socket.
IOException - If there's an IO error reading the socket data or
writing a response.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||