Java org.apache.http.nio.protocol UriHttpAsyncRequestHandlerMapper fields, constructors, methods, implement or subclass

Example usage for Java org.apache.http.nio.protocol UriHttpAsyncRequestHandlerMapper fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.http.nio.protocol UriHttpAsyncRequestHandlerMapper.

The text is from its open source code.

Constructor

Method

voidregister(final String pattern, final HttpAsyncRequestHandler handler)
Registers the given HttpAsyncRequestHandler as a handler for URIs matching the given pattern.