Uses of Class
org.jacorb.orb.factory.AbstractSocketFactory

Packages that use AbstractSocketFactory
org.jacorb.orb.factory   
 

Uses of AbstractSocketFactory in org.jacorb.orb.factory
 

Subclasses of AbstractSocketFactory in org.jacorb.orb.factory
 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.