|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SocketHandler
Handler handles all connection details, including handshaking and data processing.
Method Summary | |
---|---|
void |
handle(alt.java.net.Socket socket)
Handles the connection details, including handshaking and data processing. |
void |
shutdown()
shuts down/closes the connection. |
void |
start()
starts the connection. |
Method Detail |
---|
void handle(alt.java.net.Socket socket) throws java.io.IOException
java.io.IOException
- when any processing error occursvoid start()
void shutdown()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |