Uses of Interface
org.apache.avalon.cornerstone.services.sockets.SocketFactory

Packages that use SocketFactory
org.apache.avalon.cornerstone.blocks.sockets Default implementation of a sockets manager. 
org.apache.avalon.cornerstone.services.sockets Defintion of the sockets service. 
 

Uses of SocketFactory in org.apache.avalon.cornerstone.blocks.sockets
 

Classes in org.apache.avalon.cornerstone.blocks.sockets that implement SocketFactory
 class DefaultSocketFactory
          The vanilla implementation of SocketFactory.
 class TLSSocketFactory
          Manufactures TLS client sockets.
 

Methods in org.apache.avalon.cornerstone.blocks.sockets that return SocketFactory
 SocketFactory DefaultSocketManager.getSocketFactory(java.lang.String name)
          Retrieve a client socket factory by name.
 

Uses of SocketFactory in org.apache.avalon.cornerstone.services.sockets
 

Methods in org.apache.avalon.cornerstone.services.sockets that return SocketFactory
 SocketFactory SocketManager.getSocketFactory(java.lang.String name)
          Retrieve a client socket factory by name.
 



Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.