Java org.apache.commons.httpclient.contrib.ssl EasySSLProtocolSocketFactory fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.httpclient.contrib.ssl EasySSLProtocolSocketFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.httpclient.contrib.ssl EasySSLProtocolSocketFactory.

The text is from its open source code.

Subclass

org.apache.commons.httpclient.contrib.ssl.EasySSLProtocolSocketFactory has subclasses.
Click this link to see all its subclasses.

Constructor

EasySSLProtocolSocketFactory()
Constructor for EasySSLProtocolSocketFactory.

Method

SocketcreateSocket(final String host, final int port, final InetAddress localAddress, final int localPort, final HttpConnectionParams params)
Attempts to get a new socket connection to the given host within the given time limit.