public interface SdkRequestChannel
Modifier and Type | Method | Description |
---|---|---|
void |
abort() |
Signify that this request should be aborted.
|
void |
complete() |
Signify that all data has been written and this request is complete.
|
void |
write(ByteBuffer data) |
Write data to the socket.
|
void write(ByteBuffer data)
data
- - the data to writevoid complete()
void abort()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.