|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Execution | |
|---|---|
| org.xsocket.connection | Provides classes to handle a connection-oriented, sequenced flow of data in a blocking or non-blocking mode on the server and on the client side. |
| Uses of Execution in org.xsocket.connection |
|---|
| Methods in org.xsocket.connection with annotations of type Execution | |
|---|---|
boolean |
HandlerChain.onConnect(INonBlockingConnection connection)
handles a new incoming connection |
boolean |
HandlerChain.onConnectionTimeout(INonBlockingConnection connection)
handles the connection timeout. |
boolean |
HandlerChain.onData(INonBlockingConnection connection)
processes the incoming data based on the given connection. |
boolean |
HandlerChain.onDisconnect(INonBlockingConnection connection)
handles disconnecting of a connection |
boolean |
HandlerChain.onIdleTimeout(INonBlockingConnection connection)
handles the idle timeout. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||