| Modifier and Type | Class and Description |
|---|---|
class |
ResponseInputStream<ResponseT>
Input stream that provides access to the unmarshalled POJO response returned by the service in addition to the streamed
contents.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TimeoutTracker.abortable(Abortable abortable)
Sets the abortable task to be aborted by
TimeoutTask |
default void |
TimeoutTask.abortable(Abortable abortable) |
void |
SyncTimeoutTask.abortable(Abortable abortable) |
void |
NoOpTimeoutTracker.abortable(Abortable abortable) |
void |
ApiCallTimeoutTracker.abortable(Abortable abortable) |
| Modifier and Type | Class and Description |
|---|---|
class |
ChecksumValidatingInputStream
Stream that will update the Checksum as the data is read.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BytesReadTrackingInputStream |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExecutableHttpRequest
An HTTP request that can be invoked by
ExecutableHttpRequest.call(). |
| Modifier and Type | Class and Description |
|---|---|
class |
AbortableInputStream
Input stream that can be aborted.
|
| Modifier and Type | Method and Description |
|---|---|
static AbortableInputStream |
AbortableInputStream.create(InputStream delegate,
Abortable abortable)
Creates an instance of
AbortableInputStream. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbortableInputStreamSubscriber
Wrapper of
InputStreamSubscriber that also implements Abortable. |
| Modifier and Type | Class and Description |
|---|---|
class |
S3ChecksumValidatingInputStream |
Copyright © 2026. All rights reserved.