V - OData response type corresponding to the request implementation.T - OData request payload type corresponding to the request implementation.public abstract class AbstractODataStreamedEntityRequest<V extends org.apache.olingo.client.api.communication.response.ODataResponse,T extends org.apache.olingo.client.api.communication.request.ODataPayloadManager<V>> extends AbstractODataStreamedRequest<V,T> implements org.apache.olingo.client.api.communication.request.streamed.ODataStreamedEntityRequest<V,T>
futureWrapper, payloadManagerhttpClient, method, odataClient, odataHeaders, request, uriLOG| Constructor and Description |
|---|
AbstractODataStreamedEntityRequest(org.apache.olingo.client.api.ODataClient odataClient,
org.apache.olingo.commons.api.http.HttpMethod method,
URI uri)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.olingo.commons.api.format.ContentType |
getFormat() |
void |
setFormat(org.apache.olingo.commons.api.format.ContentType contentType) |
batch, batch, getDefaultFormat, getPayloadManager, payloadManageraddCustomHeader, doExecute, getAccept, getContentType, getHeader, getHeader, getHeaderNames, getIfMatch, getIfNoneMatch, getMethod, getPrefer, getResponseTemplate, getURI, rawExecute, setAccept, setContentType, setIfMatch, setIfNoneMatch, setPrefer, setURI, setXHTTPMethod, toByteArraycheckRequest, checkResponseclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpayloadManageraddCustomHeader, getAccept, getContentType, getHeader, getHeaderNames, getIfMatch, getIfNoneMatch, getMethod, getPrefer, getURI, rawExecute, setAccept, setContentType, setIfMatch, setIfNoneMatch, setPrefer, setURI, setXHTTPMethod, toByteArraypublic AbstractODataStreamedEntityRequest(org.apache.olingo.client.api.ODataClient odataClient,
org.apache.olingo.commons.api.http.HttpMethod method,
URI uri)
odataClient - client instance getting this requestmethod - HTTP request method.uri - request URI.Copyright © 2013–2017 The Apache Software Foundation. All rights reserved.