Modifier and Type | Method and Description |
---|---|
IoWriteFuture |
Session.writePacket(Buffer buffer)
Encode and send the given buffer.
|
Modifier and Type | Method and Description |
---|---|
IoWriteFuture |
IoSession.write(Buffer buffer)
Write a packet on the socket.
|
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 | Method and Description |
---|---|
IoWriteFuture |
AbstractSession.writePacket(Buffer buffer)
Encode and send the given buffer.
|
Modifier and Type | Method and Description |
---|---|
IoWriteFuture |
ServerSession.writePacket(Buffer buffer) |
Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.