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

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

Introduction

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

The text is from its open source code.

Constructor

SchemeRegistry()
Creates a new, empty scheme registry.

Method

Schemeget(final String name)
Obtains a scheme by name, if registered.
SchemegetScheme(final String name)
Obtains a scheme by name.
SchemegetScheme(final HttpHost host)
Obtains the scheme for a host.
ListgetSchemeNames()
Obtains the names of the registered schemes.
Schemeregister(final Scheme sch)
Registers a scheme.
Schemeunregister(final String name)
Unregisters a scheme.