|
|||||||||
Home >> All >> edu >> emory >> mathcs >> util >> [ net overview ] | PREV PACKAGE NEXT PACKAGE |
Package edu.emory.mathcs.util.net
Interface Summary | |
DecoratingServerSocket | Marker interface that indicates that a server socket is a wrapper for another server socket. |
DecoratingSocket | Marker interface that indicates that a socket is a wrapper for another socket. |
Class Summary | |
Connection | Single connection from pool of connections. |
Connection.Reaper | |
ConnectionPool | Manages a pool of socket connections to a single network endpoint. |
ServerSocketWrapper | Wrapper for server sockets which enables to add functionality in subclasses on top of existing, bound server sockets. |
SocketWrapper | Wrapper for sockets which enables to add functionality in subclasses on top of existing, connected sockets. |
SocketWrapper.WrappingSocketImpl |
|
|||||||||
Home >> All >> edu >> emory >> mathcs >> util >> [ net overview ] | PREV PACKAGE NEXT PACKAGE |