Package | Description |
---|---|
org.apache.http |
Core HTTP components based on the blocking I/O model.
|
org.apache.http.impl |
Default implementations for interfaces in
org.apache.http . |
org.apache.http.message |
Basic HTTP message implementations.
|
org.apache.http.nio.protocol |
Asynchronous HTTP protocol handlers based on the non-blocking I/O model.
|
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)
Deprecated.
Triggered when a request is received with an entity.
|
Constructor and Description |
---|
BasicAsyncRequestProducer(HttpHost target,
HttpEntityEnclosingRequest request,
HttpAsyncContentProducer producer)
Creates a producer that can be used to transmit the given request
message.
|
Copyright © 2005-2015 The Apache Software Foundation. All Rights Reserved.