Package org.apache.axis.components.net
Interface SocketFactory
-
- All Known Subinterfaces:
SecureSocketFactory
- All Known Implementing Classes:
DefaultSocketFactory
,IBMFakeTrustSocketFactory
,IBMJSSESocketFactory
,JSSESocketFactory
,SunFakeTrustSocketFactory
,SunJSSESocketFactory
public interface SocketFactory
Socket factory.- Author:
- Davanum Srinivas (dims@yahoo.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.net.Socket
create(java.lang.String host, int port, java.lang.StringBuffer otherHeaders, BooleanHolder useFullURL)
Create a socket
-
-
-
Method Detail
-
create
java.net.Socket create(java.lang.String host, int port, java.lang.StringBuffer otherHeaders, BooleanHolder useFullURL) throws java.lang.Exception
Create a socket- Parameters:
host
-port
-otherHeaders
-useFullURL
-- Returns:
- Throws:
java.lang.Exception
-
-