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

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

Introduction

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

The text is from its open source code.

Constructor

Method

intgetDefaultPort()
Obtains the default port.
StringgetName()
Obtains the scheme name.
SchemeSocketFactorygetSchemeSocketFactory()
Obtains the socket factory.
SocketFactorygetSocketFactory()
Obtains the socket factory.
booleanisLayered()
Indicates whether this scheme allows for layered connections.
intresolvePort(final int port)
Resolves the correct port for this scheme.