| Package | Description |
|---|---|
| org.apache.http.protocol |
HTTP protocol execution framework and synchronous HTTP protocol handlers
based on the blocking I/O model.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UriHttpRequestHandlerMapper
Maintains a map of HTTP request handlers keyed by a request URI pattern.
|
| Constructor and Description |
|---|
HttpService(HttpProcessor processor,
ConnectionReuseStrategy connStrategy,
HttpResponseFactory responseFactory,
HttpRequestHandlerMapper handlerMapper)
Create a new HTTP service.
|
HttpService(HttpProcessor processor,
ConnectionReuseStrategy connStrategy,
HttpResponseFactory responseFactory,
HttpRequestHandlerMapper handlerMapper,
HttpExpectationVerifier expectationVerifier)
Create a new HTTP service.
|
HttpService(HttpProcessor processor,
HttpRequestHandlerMapper handlerMapper)
Create a new HTTP service.
|
Copyright © 2005–2013 The Apache Software Foundation. All rights reserved.