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

Packages that use ServerSocketFactory
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 ServerSocketFactory in org.apache.avalon.cornerstone.blocks.sockets
 

Classes in org.apache.avalon.cornerstone.blocks.sockets that implement ServerSocketFactory
 class DefaultServerSocketFactory
          Factory implementation for vanilla TCP sockets.
 class TLSServerSocketFactory
          Manufactures TLS server sockets.
 

Methods in org.apache.avalon.cornerstone.blocks.sockets that return ServerSocketFactory
 ServerSocketFactory DefaultSocketManager.getServerSocketFactory(java.lang.String name)
          Retrieve a server socket factory by name.
 

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

Methods in org.apache.avalon.cornerstone.services.sockets that return ServerSocketFactory
 ServerSocketFactory SocketManager.getServerSocketFactory(java.lang.String name)
          Retrieve a server socket factory by name.
 



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