|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IConnectionHandler
New connection handler interface that operates on socket channels rather than plain sockets (the socket channel is local abstraction and is not the standard Java one)
| Method Summary | |
|---|---|
void |
connectionAccepted(ISocketChannel clientChannel)
Method that is invoked once a new connection is made with the client via the client socket channel. |
| Method Detail |
|---|
void connectionAccepted(ISocketChannel clientChannel)
clientChannel - the client channel created from the server socket channel
|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||