Java org.apache.http.conn.scheme SocketFactory fields, constructors, methods, implement or subclass

Example usage for Java org.apache.http.conn.scheme SocketFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.http.conn.scheme SocketFactory.

The text is from its open source code.

Implementation

org.apache.http.conn.scheme.SocketFactory has the following implementations.
Click this link to see all its implementation.

Constructor

Method

SocketconnectSocket(Socket sock, String host, int port, InetAddress localAddress, int localPort, HttpParams params)
Connects a socket to the given host.
SocketcreateSocket()
Creates a new, unconnected socket.
booleanisSecure(Socket sock)
Checks whether a socket provides a secure connection.