Package org.sapia.ubik.net

Interface Summary
Connection Specifies "connection" behavior: in this case, connections that send and receive objects over the wire.
ConnectionFactory This interface specifies the behavior of a factory of Connection instances.
ServerAddress This interface models the concept of "server address", which hides the transport-specific details (host, port, etc.).
ThreadFactory This interface specifies the behavior of a factory of thread.
UbikServerSocketFactory  
 

Class Summary
ConnectionPool Implements a pool of Connection instances.
DefaultClientSocketFactory  
DefaultUbikServerSocketFactory  
MultiplexServerSocketFactory  
MyClient  
MyServer  
ObjectInputStreamEx An ObjectInputStream that allows to specify an application-defined class loader.
Pool Implements a basic object pool.
PooledThread Implements a pooled thread.
QueryString This class models a query string.
QueryStringParser Parses query strings to object representations.
Request Models a request to a server.
Semaphore This class implements a simple semaphore.
Semaphore.SemaphoreRunnable  
SocketConnection A Connection implemented through a Socket.
SocketConnectionFactory Implements a factory of SocketConnection instances.
SocketServer Implements a socket server.
TCPAddress This class models a TCP "server address".
TcpPortSelector An instance of this class is used to perform random port selection on a given host.
ThreadPool A pool of PooledThread instances.
Timer  
Uri This class models a URI.
 

Exception Summary
MaxThreadReachedException  
NestedIOException  
NoObjectAvailableException Exception thrown by a Pool instance when no object could be acquired from it.
UriSyntaxException  
 



Copyright © 2010 Sapia OSS. All Rights Reserved.