public class IOWritePool extends Object
LimitWriteOperations class instead.| Constructor and Description |
|---|
IOWritePool(IO.Writable io)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Async<IOException> |
onDone()
Must be called once all write operations have been done, and only one time.
|
void |
write(ByteBuffer buffer)
Write the given buffer.
|
public IOWritePool(IO.Writable io)
public void write(ByteBuffer buffer) throws IOException
IOExceptionpublic Async<IOException> onDone()
Copyright © 2019. All rights reserved.