T
- OData response type corresponding to the request implementation.public interface ODataPayloadManager<T extends ODataResponse> extends ODataStreamer
CRLF
Modifier and Type | Method and Description |
---|---|
void |
finalizeBody()
Closes piped output stream.
|
Future<T> |
getAsyncResponse()
Closes the payload input stream and ask for an asynchronous response.
|
InputStream |
getBody()
Gets payload stream.
|
T |
getResponse()
Closes the payload input stream and gets the OData response back.
|
getBodyStreamWriter
InputStream getBody()
void finalizeBody()
T getResponse()
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.