Package org.apache.axis2.java.security
Class SSLProtocolSocketFactory
java.lang.Object
org.apache.axis2.java.security.SSLProtocolSocketFactory
- All Implemented Interfaces:
org.apache.commons.httpclient.protocol.ProtocolSocketFactory,org.apache.commons.httpclient.protocol.SecureProtocolSocketFactory
public class SSLProtocolSocketFactory
extends Object
implements org.apache.commons.httpclient.protocol.SecureProtocolSocketFactory
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateSocket(String host, int port) createSocket(String host, int port, InetAddress clientHost, int clientPort) createSocket(String host, int port, InetAddress localAddress, int localPort, org.apache.commons.httpclient.params.HttpConnectionParams params) createSocket(Socket socket, String host, int port, boolean autoClose)
-
Constructor Details
-
SSLProtocolSocketFactory
-
-
Method Details
-
createSocket
public Socket createSocket(String host, int port, InetAddress localAddress, int localPort, org.apache.commons.httpclient.params.HttpConnectionParams params) throws IOException - Specified by:
createSocketin interfaceorg.apache.commons.httpclient.protocol.ProtocolSocketFactory- Throws:
IOException
-
createSocket
public Socket createSocket(String host, int port, InetAddress clientHost, int clientPort) throws IOException - Specified by:
createSocketin interfaceorg.apache.commons.httpclient.protocol.ProtocolSocketFactory- Throws:
IOException- See Also:
-
createSocket
- Specified by:
createSocketin interfaceorg.apache.commons.httpclient.protocol.ProtocolSocketFactory- Throws:
IOException- See Also:
-
createSocket
public Socket createSocket(Socket socket, String host, int port, boolean autoClose) throws IOException - Specified by:
createSocketin interfaceorg.apache.commons.httpclient.protocol.SecureProtocolSocketFactory- Throws:
IOException- See Also:
-