|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpEntityEnclosingRequest | |
---|---|
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. |
Uses of HttpEntityEnclosingRequest in org.apache.http |
---|
Methods in org.apache.http with parameters of type HttpEntityEnclosingRequest | |
---|---|
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. |
Uses of HttpEntityEnclosingRequest in org.apache.http.impl |
---|
Methods in org.apache.http.impl with parameters of type HttpEntityEnclosingRequest | |
---|---|
void |
AbstractHttpServerConnection.receiveRequestEntity(HttpEntityEnclosingRequest request)
|
void |
AbstractHttpClientConnection.sendRequestEntity(HttpEntityEnclosingRequest request)
|
Uses of HttpEntityEnclosingRequest in org.apache.http.message |
---|
Classes in org.apache.http.message that implement HttpEntityEnclosingRequest | |
---|---|
class |
BasicHttpEntityEnclosingRequest
Basic implementation of HttpEntityEnclosingRequest . |
Uses of HttpEntityEnclosingRequest in org.apache.http.nio.protocol |
---|
Methods in org.apache.http.nio.protocol with parameters of type HttpEntityEnclosingRequest | |
---|---|
ConsumingNHttpEntity |
NHttpRequestHandler.entityRequest(HttpEntityEnclosingRequest request,
HttpContext context)
Deprecated. Triggered when a request is received with an entity. |
Constructors in org.apache.http.nio.protocol with parameters of type HttpEntityEnclosingRequest | |
---|---|
BasicAsyncRequestProducer(HttpHost target,
HttpEntityEnclosingRequest request,
HttpAsyncContentProducer producer)
Creates a producer that can be used to transmit the given request message. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |