Class SimpleSSLProtocolSocketFactory
- java.lang.Object
-
- org.apache.abdera.protocol.client.util.SimpleSSLProtocolSocketFactory
-
- All Implemented Interfaces:
org.apache.commons.httpclient.protocol.ProtocolSocketFactory,org.apache.commons.httpclient.protocol.SecureProtocolSocketFactory
@Deprecated public class SimpleSSLProtocolSocketFactory extends Object implements org.apache.commons.httpclient.protocol.SecureProtocolSocketFactory
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description SimpleSSLProtocolSocketFactory()Deprecated.SimpleSSLProtocolSocketFactory(TrustManager trustManager)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description SocketcreateSocket(String host, int port)Deprecated.SocketcreateSocket(String host, int port, InetAddress chost, int cport)Deprecated.SocketcreateSocket(String host, int port, InetAddress chost, int cport, org.apache.commons.httpclient.params.HttpConnectionParams params)Deprecated.SocketcreateSocket(Socket socket, String host, int port, boolean close)Deprecated.
-
-
-
Constructor Detail
-
SimpleSSLProtocolSocketFactory
public SimpleSSLProtocolSocketFactory(TrustManager trustManager)
Deprecated.
-
SimpleSSLProtocolSocketFactory
public SimpleSSLProtocolSocketFactory()
Deprecated.
-
-
Method Detail
-
createSocket
public Socket createSocket(Socket socket, String host, int port, boolean close) throws IOException, UnknownHostException
Deprecated.- Specified by:
createSocketin interfaceorg.apache.commons.httpclient.protocol.SecureProtocolSocketFactory- Throws:
IOExceptionUnknownHostException
-
createSocket
public Socket createSocket(String host, int port, InetAddress chost, int cport) throws IOException, UnknownHostException
Deprecated.- Specified by:
createSocketin interfaceorg.apache.commons.httpclient.protocol.ProtocolSocketFactory- Throws:
IOExceptionUnknownHostException
-
createSocket
public Socket createSocket(String host, int port, InetAddress chost, int cport, org.apache.commons.httpclient.params.HttpConnectionParams params) throws IOException, UnknownHostException, org.apache.commons.httpclient.ConnectTimeoutException
Deprecated.- Specified by:
createSocketin interfaceorg.apache.commons.httpclient.protocol.ProtocolSocketFactory- Throws:
IOExceptionUnknownHostExceptionorg.apache.commons.httpclient.ConnectTimeoutException
-
createSocket
public Socket createSocket(String host, int port) throws IOException, UnknownHostException
Deprecated.- Specified by:
createSocketin interfaceorg.apache.commons.httpclient.protocol.ProtocolSocketFactory- Throws:
IOExceptionUnknownHostException
-
-