|
Interface Summary |
| ClientSocketHandler |
Callback interface related to a client socket channel. |
| ClientSocketReactor |
Interface for a system that can manage client socket channels. |
| Handler |
Basic callback interface for all socket event handlers. |
| Reactor |
Base interface for any channel 'Reactors'. |
| ServerSocketHandler |
A handler for incoming connections on a server socket. |
| ServerSocketReactor |
A reactor that understands server sockets and will handle new
incoming connections and will hand them off to the handler as they
arrive. |