org.apache.avalon.cornerstone.services.sockets
Interface SocketManager
public interface SocketManager
Service to manager the socket factories.
- Author:
- Peter Donald
ROLE
static final String ROLE
getServerSocketFactory
ServerSocketFactory getServerSocketFactory(String name)
throws Exception
- Retrieve a server socket factory by name.
- Parameters:
name
- the name of server socket factory
- Returns:
- the ServerSocketFactory
- Throws:
Exception
- if server socket factory is not available
getSocketFactory
SocketFactory getSocketFactory(String name)
throws Exception
- Retrieve a client socket factory by name.
- Parameters:
name
- the name of client socket factory
- Returns:
- the SocketFactory
- Throws:
Exception
- if socket factory is not available
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.