Uses of Class
org.apache.olingo.client.core.communication.request.Wrapper
Packages that use Wrapper
Package
Description
-
Uses of Wrapper in org.apache.olingo.client.core.communication.request
Constructors in org.apache.olingo.client.core.communication.request with parameters of type WrapperModifierConstructorDescriptionAbstractODataStreamManager(Wrapper<Future<org.apache.http.HttpResponse>> futureWrap) Constructor.AbstractODataStreamManager(Wrapper<Future<org.apache.http.HttpResponse>> futureWrap, InputStream input) Constructor.AbstractODataStreamManager(Wrapper<Future<org.apache.http.HttpResponse>> futureWrap, PipedOutputStream output) Constructor. -
Uses of Wrapper in org.apache.olingo.client.core.communication.request.batch
Constructors in org.apache.olingo.client.core.communication.request.batch with parameters of type WrapperModifierConstructorDescriptionprotectedAbstractBatchManager(ODataBatchRequest req, Wrapper<Future<org.apache.http.HttpResponse>> futureWrap, boolean continueOnError) -
Uses of Wrapper in org.apache.olingo.client.core.communication.request.streamed
Fields in org.apache.olingo.client.core.communication.request.streamed declared as WrapperModifier and TypeFieldDescriptionAbstractODataStreamedRequest.futureWrapperWrapper for actual streamed request's future.