public interface ClientConnectionHandler
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close and cleanup this connection handler.
|
SocketWrapper |
getSocketClient()
Get the socket client uses to communicate over a socket connection.
|
void |
init()
Initialize the connection.
|
void |
initSocketClient()
Initialize the underlying socket connection of this connection handler.
|
void init()
throws Exception
Exception - if an error is raised while initializing the connection.void initSocketClient()
throws Exception
Exception - if an error is raised during initialization.SocketWrapper getSocketClient() throws Exception
SocketWrapper instance.Exception - if the connection has failed or timed out.void close()
Copyright © 2005-2012 JPPF Team.