Package org.sapia.ubik.net.mplex

Interface Summary
MultiplexSocketConnector The MultiplexSocketConnector class is the access point to get client socket connections in the multiplex logic.
StreamSelector This interface derfines the contract of a selector that defines, from a preview of a stream of data, if it can handle the entire stream or not.
 

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.
 



Copyright © 2010 Sapia OSS. All Rights Reserved.