| Package | Description |
|---|---|
| com.echomine.net |
| Modifier and Type | Method and Description |
|---|---|
HandshakeableSocketHandler |
HandshakeableSocketConnector.getSocketHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
HandshakeableSocketAcceptor.aaccept(HandshakeableSocketHandler socketHandler)
The asynchronous version of the accept method.
|
void |
HandshakeablePerpetualSocketAcceptor.aaccept(HandshakeableSocketHandler socketHandler)
Accepts a connection,hands it over to the handler for processing, and immediately goes back to accepting more
connections.
|
void |
HandshakeableSocketAcceptor.accept(HandshakeableSocketHandler socketHandler)
Accepts a connection synchronously and hands it over to the handler for processing.
|
void |
HandshakeablePerpetualSocketAcceptor.accept(HandshakeableSocketHandler socketHandler)
Accepts a connection and hands it over to the handler for processing one at a time.
|
void |
HandshakeableSocketConnector.aconnect(HandshakeableSocketHandler socketHandler,
ConnectionModel connectionModel)
makes a connection asynchronously.
|
void |
HandshakeableSocketConnector.connect(HandshakeableSocketHandler socketHandler,
ConnectionModel connectionModel)
Synchronous connect method.
|
void |
HandshakeableSocketConnector.setSocketHandler(HandshakeableSocketHandler socketHandler)
override parent to check and make sure the handler is a HandshakeableSocketHandler.
|
| Constructor and Description |
|---|
HandshakeableSocketConnector(HandshakeableSocketHandler socketHandler) |
Copyright © 2001-2005 Echomine. All Rights Reserved.