| Package | Description |
|---|---|
| software.amazon.awssdk.utils.async |
| Modifier and Type | Method and Description |
|---|---|
ByteBufferStoringSubscriber.TransferResult |
ByteBufferStoringSubscriber.blockingTransferTo(ByteBuffer out)
Like
ByteBufferStoringSubscriber.transferTo(ByteBuffer), but blocks until some data has been written. |
ByteBufferStoringSubscriber.TransferResult |
ByteBufferStoringSubscriber.transferTo(ByteBuffer out)
Transfer the data stored by this subscriber into the provided byte buffer.
|
static ByteBufferStoringSubscriber.TransferResult |
ByteBufferStoringSubscriber.TransferResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ByteBufferStoringSubscriber.TransferResult[] |
ByteBufferStoringSubscriber.TransferResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023. All rights reserved.