| Interface | Description |
|---|---|
| NetEventHandler |
When a network event occurs, the connection manager calls the net event handler associated with
that channel to process the event.
|
| Class | Description |
|---|---|
| ConMgrStats | |
| Connection |
Implements the net event handler interface to check for delinquency and manages a client
connection.
|
| ConnectionManager |
Manages socket connections.
|
| ServerSocketChannelAcceptor |
Binds sockets on a given hostname for a set of ports for tcp connections, and passes accepted
connections into a connection manager.
|
Copyright © 2015. All rights reserved.