public interface HandshakeableSocketHandler extends SocketHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handshake(alt.java.net.Socket socket)
the handler will do an initial handshake first before having
handle called.
|
handle, shutdown, startvoid handshake(alt.java.net.Socket socket)
throws HandshakeFailedException
HandshakeFailedException - when error occurs during handshakingCopyright © 2001-2005 Echomine. All Rights Reserved.