Example usage for org.apache.http.conn.ssl SSLConnectionSocketFactory connectSocket

List of usage examples for org.apache.http.conn.ssl SSLConnectionSocketFactory connectSocket

Introduction

In this page you can find the example usage for org.apache.http.conn.ssl SSLConnectionSocketFactory connectSocket.

Prototype

public Socket connectSocket(final int connectTimeout, final Socket socket, final HttpHost host,
            final InetSocketAddress remoteAddress, final InetSocketAddress localAddress, final HttpContext context)
            throws IOException 

Source Link

Usage