static Buffer |
TCPNIOUtils.allocateAndReadBuffer(TCPNIOConnection connection) |
protected static void |
TCPNIOConnectorHandler.onConnectedAsync(TCPNIOConnection connection,
CompletionHandler<Connection> completionHandler) |
static int |
TCPNIOUtils.readBuffer(TCPNIOConnection connection,
Buffer buffer) |
static int |
TCPNIOUtils.readCompositeBuffer(TCPNIOConnection connection,
CompositeBuffer buffer) |
static int |
TCPNIOUtils.readSimpleBuffer(TCPNIOConnection connection,
Buffer buffer) |
int |
TCPNIOTransport.write(TCPNIOConnection connection,
WritableMessage message) |
int |
TCPNIOTransport.write(TCPNIOConnection connection,
WritableMessage message,
WriteResult currentResult) |
static int |
TCPNIOUtils.writeCompositeBuffer(TCPNIOConnection connection,
CompositeBuffer buffer) |
static int |
TCPNIOUtils.writeSimpleBuffer(TCPNIOConnection connection,
Buffer buffer) |