Uses of Interface
org.sapia.ubik.net.UbikServerSocketFactory

Packages that use UbikServerSocketFactory
org.sapia.ubik.net   
org.sapia.ubik.rmi.server.transport.socket   
 

Uses of UbikServerSocketFactory in org.sapia.ubik.net
 

Classes in org.sapia.ubik.net that implement UbikServerSocketFactory
 class DefaultUbikServerSocketFactory
           
 class MultiplexServerSocketFactory
           
 

Constructors in org.sapia.ubik.net with parameters of type UbikServerSocketFactory
SocketServer(int port, SocketConnectionFactory fac, ThreadPool tp, UbikServerSocketFactory socketFactory)
           
SocketServer(int port, ThreadPool tp, UbikServerSocketFactory socketFactory)
           
SocketServer(java.lang.String bindAddr, int port, SocketConnectionFactory fac, ThreadPool tp, UbikServerSocketFactory socketFactory)
           
SocketServer(java.lang.String bindAddr, int port, ThreadPool tp, UbikServerSocketFactory socketFactory)
           
 

Uses of UbikServerSocketFactory in org.sapia.ubik.rmi.server.transport.socket
 

Constructors in org.sapia.ubik.rmi.server.transport.socket with parameters of type UbikServerSocketFactory
SocketRmiServer(java.lang.String bindAddr, int port, int maxThreads, long resetInterval, UbikServerSocketFactory factory)
           
 



Copyright © 2010 Sapia OSS. All Rights Reserved.