org.jboss.axis.components.net
Interface SocketFactory
- All Known Subinterfaces:
- SecureSocketFactory
- All Known Implementing Classes:
- DefaultSocketFactory, JSSE14SocketFactory, JSSESocketFactory
public interface SocketFactory
Socket factory.
- Author:
- Davanum Srinivas (dims@yahoo.com)
create
Socket create(String host,
int port,
StringBuffer otherHeaders,
BooleanHolder useFullURL)
throws Exception
- Create a socket
- Parameters:
host
- port
- otherHeaders
- useFullURL
-
- Returns:
-
- Throws:
Exception
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.