Uses of Interface
org.apache.http.HttpEntityEnclosingRequest
Packages that use HttpEntityEnclosingRequest
Package
Description
Core HTTP component APIs and primitives.
Default implementations of HTTP connections for synchronous,
blocking communication.
Core HTTP message components, message element parser
and writer APIs and their default implementations.
Core HTTP protocol execution framework and HTTP protocol handlers
for asynchronous, event driven communication.
-
Uses of HttpEntityEnclosingRequest in org.apache.http
Methods in org.apache.http with parameters of type HttpEntityEnclosingRequestModifier and TypeMethodDescriptionvoidHttpServerConnection.receiveRequestEntity(HttpEntityEnclosingRequest request) Receives the next request entity available from this connection and attaches it to an existing request.voidHttpClientConnection.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 HttpEntityEnclosingRequestModifier and TypeMethodDescriptionvoidAbstractHttpServerConnection.receiveRequestEntity(HttpEntityEnclosingRequest request) Deprecated.voidDefaultBHttpServerConnection.receiveRequestEntity(HttpEntityEnclosingRequest request) voidAbstractHttpClientConnection.sendRequestEntity(HttpEntityEnclosingRequest request) Deprecated.voidDefaultBHttpClientConnection.sendRequestEntity(HttpEntityEnclosingRequest request) -
Uses of HttpEntityEnclosingRequest in org.apache.http.message
Classes in org.apache.http.message that implement HttpEntityEnclosingRequest -
Uses of HttpEntityEnclosingRequest in org.apache.http.nio.protocol
Methods in org.apache.http.nio.protocol with parameters of type HttpEntityEnclosingRequestModifier and TypeMethodDescriptionBufferingHttpServiceHandler.RequestHandlerAdaptor.entityRequest(HttpEntityEnclosingRequest request, HttpContext context) NHttpRequestHandler.entityRequest(HttpEntityEnclosingRequest request, HttpContext context) Deprecated.Triggered when a request is received with an entity.private voidThrottlingHttpClientHandler.sendRequestBody(HttpEntityEnclosingRequest request, ThrottlingHttpClientHandler.ClientConnState connState, NHttpClientConnection conn) Deprecated.Constructors in org.apache.http.nio.protocol with parameters of type HttpEntityEnclosingRequestModifierConstructorDescriptionprotectedBasicAsyncRequestProducer(HttpHost target, HttpEntityEnclosingRequest request, HttpAsyncContentProducer producer) Creates a producer that can be used to transmit the given request message.