| Interface | Description |
|---|---|
| AbstractServer.AcceptFilter | |
| AcceptCallback | |
| AsyncTcpSocket |
Common interface for connection-oriented transport protocols.
|
| AsyncTcpSocket.EventHandler |
Handles events of socket
|
| AsyncTcpSocketImpl.Inspector | |
| AsyncUdpSocket | |
| AsyncUdpSocket.EventHandler | |
| AsyncUdpSocketImpl.Inspector | |
| EventloopExecutor | |
| EventloopServer |
Represents non-blocking server which listens new connection and accepts it asynchronous.
|
| EventloopService | |
| FatalErrorHandler | |
| NioChannelEventHandler | |
| Scheduler | |
| SimpleServer.SocketHandlerProvider | |
| WorkerServer |
| Class | Description |
|---|---|
| AbstractServer<S extends AbstractServer<S>> |
It is implementation of
EventloopServer. |
| AsyncSslSocket | |
| AsyncTcpSocketImpl | |
| AsyncTcpSocketImpl.JmxInspector | |
| AsyncUdpSocketImpl | |
| AsyncUdpSocketImpl.JmxInspector | |
| BlockingEventloopExecutor | |
| Eventloop |
It is internal class for asynchronous programming.
|
| EventloopStats | |
| EventloopStats.DurationRunnable | |
| EventloopStats.Keys | |
| EventloopStats.ScheduledTaskStats | |
| EventloopStats.Tasks | |
| EventloopStats.TaskStats | |
| FatalErrorHandlers | |
| InetAddressRange | |
| PrimaryServer |
It is the
AbstractServer which only handles connections. |
| ScheduledRunnable | |
| SimpleServer | |
| ThrottlingController | |
| UdpPacket |
This class represents a UDP packet.
|
Copyright © 2019. All rights reserved.