| Modifier and Type | Method and Description |
|---|---|
IoWriteFuture |
Session.writePacket(Buffer buffer)
Encode and send the given buffer.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ChannelAsyncOutputStream.IoWriteFutureImpl |
| Modifier and Type | Method and Description |
|---|---|
IoWriteFuture |
ChannelAsyncOutputStream.write(Buffer buffer) |
IoWriteFuture |
BufferedIoOutputStream.write(Buffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
IoWriteFuture |
IoSession.write(Buffer buffer)
Write a packet on the socket.
|
IoWriteFuture |
IoOutputStream.write(Buffer buffer)
NOTE: the buffer must not be touched until the returned write future is completed.
|
| Modifier and Type | Method and Description |
|---|---|
IoWriteFuture |
MinaSession.write(Buffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
IoWriteFuture |
Nio2Session.write(Buffer buffer) |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractSession.PendingWriteFuture
Future holding a packet pending key exchange termination.
|
| Modifier and Type | Method and Description |
|---|---|
protected IoWriteFuture |
AbstractSession.doWritePacket(Buffer buffer) |
IoWriteFuture |
AbstractSession.writePacket(Buffer buffer)
Encode and send the given buffer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSession.PendingWriteFuture.operationComplete(IoWriteFuture future) |
Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.