| Modifier and Type | Method and Description |
|---|---|
PipedOutputStream |
AbstractODataStreamer.getBodyStreamWriter()
Gets the piped stream to be used to stream the payload.
|
| Constructor and Description |
|---|
AbstractODataStreamer(PipedOutputStream bodyStreamWriter)
Constructor.
|
AbstractODataStreamManager(Wrapper<Future<org.apache.http.HttpResponse>> futureWrap,
PipedOutputStream output)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PipedOutputStream |
AbstractODataBatchRequest.getOutputStream() |
| Modifier and Type | Method and Description |
|---|---|
void |
PipedInputStream.connect(PipedOutputStream source) |
| Constructor and Description |
|---|
PipedInputStream(PipedOutputStream source)
Creates a PipedInputStream with a default buffer size and connects it to
source. |
PipedInputStream(PipedOutputStream source,
int bufferSize)
Creates a PipedInputStream with buffer size
bufferSize and
connects it to source. |
Copyright © 2023. All rights reserved.