Package | Description |
---|---|
org.apache.http.impl |
Default implementations for interfaces in
org.apache.http . |
org.apache.http.nio.protocol |
Non-blocking HTTP protocol execution framework.
|
org.apache.http.protocol |
HTTP protocol execution framework.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultConnectionReuseStrategy
Default implementation of a strategy deciding about connection re-use.
|
class |
NoConnectionReuseStrategy
A strategy that never re-uses a connection.
|
Modifier and Type | Field and Description |
---|---|
protected ConnectionReuseStrategy |
NHttpHandlerBase.connStrategy |
Modifier and Type | Method and Description |
---|---|
void |
HttpService.setConnReuseStrategy(ConnectionReuseStrategy connStrategy)
Deprecated.
set
ConnectionReuseStrategy using constructor |
Constructor and Description |
---|
HttpService(HttpProcessor proc,
ConnectionReuseStrategy connStrategy,
HttpResponseFactory responseFactory)
|
HttpService(HttpProcessor processor,
ConnectionReuseStrategy connStrategy,
HttpResponseFactory responseFactory,
HttpRequestHandlerResolver handlerResolver,
HttpExpectationVerifier expectationVerifier,
HttpParams params)
Create a new HTTP service.
|
HttpService(HttpProcessor processor,
ConnectionReuseStrategy connStrategy,
HttpResponseFactory responseFactory,
HttpRequestHandlerResolver handlerResolver,
HttpParams params)
Create a new HTTP service.
|
Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.