public class ODataStreamUpdateRequestImpl extends AbstractODataStreamedRequest<org.apache.olingo.client.api.communication.response.ODataStreamUpdateResponse,org.apache.olingo.client.api.communication.request.streamed.StreamUpdateStreamManager> implements org.apache.olingo.client.api.communication.request.streamed.ODataStreamUpdateRequest
| Modifier and Type | Class and Description |
|---|---|
class |
ODataStreamUpdateRequestImpl.StreamUpdateStreamManagerImpl |
futureWrapper, payloadManagerhttpClient, method, odataClient, odataHeaders, request, uriLOG| Constructor and Description |
|---|
ODataStreamUpdateRequestImpl(org.apache.olingo.client.api.ODataClient odataClient,
org.apache.olingo.commons.api.http.HttpMethod method,
URI targetURI,
InputStream stream)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.olingo.client.api.communication.request.streamed.StreamUpdateStreamManager |
getPayloadManager()
Gets OData request payload management object.
|
batch, batch, getDefaultFormat, 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, waitpayloadManagerbatch, batchaddCustomHeader, getAccept, getContentType, getHeader, getHeaderNames, getIfMatch, getIfNoneMatch, getMethod, getPrefer, getURI, rawExecute, setAccept, setContentType, setIfMatch, setIfNoneMatch, setPrefer, setURI, setXHTTPMethod, toByteArraypublic ODataStreamUpdateRequestImpl(org.apache.olingo.client.api.ODataClient odataClient,
org.apache.olingo.commons.api.http.HttpMethod method,
URI targetURI,
InputStream stream)
odataClient - client instance getting this requestmethod - request method.targetURI - target URI.stream - stream to be updated.protected org.apache.olingo.client.api.communication.request.streamed.StreamUpdateStreamManager getPayloadManager()
getPayloadManager in class AbstractODataStreamedRequest<org.apache.olingo.client.api.communication.response.ODataStreamUpdateResponse,org.apache.olingo.client.api.communication.request.streamed.StreamUpdateStreamManager>Copyright © 2013–2017 The Apache Software Foundation. All rights reserved.