Uses of Interface
org.jacorb.orb.factory.SocketFactory

Packages that use SocketFactory
org.jacorb.orb.factory   
 

Uses of SocketFactory in org.jacorb.orb.factory
 

Classes in org.jacorb.orb.factory that implement SocketFactory
 class AbstractSocketFactory
          abstract base class for JacORB's default SocketFactory implementations.
 class DefaultSocketFactory
          the default SocketFactory implementation.
 class FixedAddressSocketFactory
          a SocketFactory implementation that allows to specify the local address the socket should be bound to.
 class PortRangeSocketFactory
          a SocketFactory implementation that allows to specify the range of local ports that should be used by a created socket.
 

Methods in org.jacorb.orb.factory that return SocketFactory
 SocketFactory SocketFactoryManager.getSocketFactory()
           
 SocketFactory SocketFactoryManager.getSSLSocketFactory()
          getSSLSocketFactory returns a SSL socket factory.