Package | Description |
---|---|
org.apache.http |
The core HTTP components (HttpCore).
|
org.apache.http.impl |
Default implementations for interfaces in
org.apache.http . |
org.apache.http.message |
A selection of HTTP message implementations.
|
org.apache.http.nio.protocol |
Non-blocking HTTP protocol execution framework.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpServerConnection.receiveRequestEntity(HttpEntityEnclosingRequest request)
Receives the next request entity available from this connection and attaches it to
an existing request.
|
void |
HttpClientConnection.sendRequestEntity(HttpEntityEnclosingRequest request)
Sends the request entity over the connection.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractHttpServerConnection.receiveRequestEntity(HttpEntityEnclosingRequest request) |
void |
AbstractHttpClientConnection.sendRequestEntity(HttpEntityEnclosingRequest request) |
Modifier and Type | Class and Description |
---|---|
class |
BasicHttpEntityEnclosingRequest
Basic implementation of
HttpEntityEnclosingRequest . |
Modifier and Type | Method and Description |
---|---|
ConsumingNHttpEntity |
NHttpRequestHandler.entityRequest(HttpEntityEnclosingRequest request,
HttpContext context)
Triggered when a request is received with an entity.
|
Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.