| Interface | Description |
|---|---|
| ClientClosedProvider | |
| HeartbeatListener | |
| MarshallableFunction<T,R> | |
| NetworkContext<T extends NetworkContext> | |
| NetworkContextManager<T extends NetworkContext> |
| Class | Description |
|---|---|
| AcceptorEventHandler |
Created by peter.lawrey on 22/01/15.
|
| ClientSessionProvider | |
| ConnectionDetails |
Created by daniel on 10/02/2016.
|
| ConnectorEventHandler |
Created by daniel on 09/02/2016.
|
| HeaderTcpHandler<T extends NetworkContext> | |
| RemoteConnector | |
| TcpEventHandler |
Created by peter.lawrey on 22/01/15.
|
| TcpEventHandler.Factory | |
| VanillaNetworkContext<T extends VanillaNetworkContext> | |
| VanillaSessionDetails |
Created by peter on 01/06/15.
|
| WireTcpHandler<T extends NetworkContext> | |
| WireTypeSniffingTcpHandler<T extends NetworkContext> |
sets the wire-type in the network context by inspecting the byte message
|
| Enum | Description |
|---|---|
| ServerThreadingStrategy |
Created by rob on 25/08/2015.
|
| SessionMode |
Created by andre on 07/10/2015.
|
| TCPRegistry |
The TCPRegistry allows you to either provide a true host and port for example "localhost:8080" or
if you would rather let the application allocate you a free port at random, you can just provide
a text reference to the port, for example "host.port", you can provide any text you want, it will
always be taken as a reference, that is unless its correctly formed like
"<hostname>:<port>”, then it will use the exact host and port you provide.
|
| WanSimulator |
Created by peter.lawrey on 16/07/2015.
|
Copyright © 2016. All rights reserved.