Package com.caucho.network.listen

Interface Summary
Protocol Protocol factory responsible for creating new protocol connection objects.
ProtocolConnection Protocol specific information for each connection.
SocketLink Represents a protocol-independent connection.
SocketLinkCometListener Application handler for a comet controller.
SocketLinkDuplexListener Resin network handler for a bidirectional tcp stream.
 

Class Summary
AbstractProtocol Abstract implementation of the Protocol.
AbstractProtocolConnection Protocol specific information for each request.
AbstractSelectManager A select manager handles keepalive connections.
AbstractSocketLink Represents a protocol-independent connection.
AsyncController Controls a tcp connection for comet.
ListenService The socket listen service, which accepts sockets and dispatches them to protocols.
SocketLinkDuplexController Public API to control a http upgrade connection.
SocketPollService The socket poll service, provides nio-style socket listening.
StreamSocketLink A Connection based on streams.
TcpPort Represents a protocol connection.
TcpPortAdmin  
TcpSocketLink A protocol-independent TcpConnection.
Throttle Throttles connections