|
Class Summary |
| HttpStreamSelector |
Implements a selection logic for HTTP requests. |
| MultiplexServerSocket |
This class is the main server socket that multiplexes the traditionnal
java.net.ServerSocket. |
| MultiplexSocket |
The MultiplesSocket is the implementation of client socket that is
used in Ubik's multiplex logic. |
| ObjectStreamSelector |
Implements the logic to select a stream of serialized Java objects. |
| PositiveStreamSelector |
This is an implementation of a selector that always return true. |
| ServerSocketAdapter |
This utility class adapts a MultiplexSocketConnector to a
java.net.ServerSocket. |
| SimpleStreamSelector |
This basic selector implementation allows you to define a selection logic based on a
simple string value. |
| SocketConnectorImpl |
Class documentation |
| SocketQueue |
This class implements a simple asynchronous, thread safe, FIFO queue of
Socket objects. |