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

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

Introduction

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

The text is from its open source code.

Constructor

AsyncSchemeRegistry()
Creates a new, empty scheme registry.

Method

AsyncSchemegetScheme(final String name)
Obtains a scheme by name.
AsyncSchemegetScheme(final HttpHost host)
Obtains the scheme for a host.
AsyncSchemeregister(final AsyncScheme sch)
Registers a scheme.