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

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

Introduction

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

The text is from its open source code.

Constructor

Method

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