Modifier and Type | Class and Description |
---|---|
class |
ArrayWriteBuffer
WriteBuffer containing an array of bytes to write. |
class |
BufferWriteBuffer
|
Modifier and Type | Method and Description |
---|---|
WriteBuffer |
ConnectionImpl.createWriteBuffer(byte[] data,
int length) |
WriteBuffer |
ConnectionImpl.createWriteBuffer(ByteBuffer buffer) |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionImpl.writeData(WriteBuffer[] data) |
Modifier and Type | Method and Description |
---|---|
WriteBuffer |
SslConnectionImpl.createWriteBuffer(byte[] data,
int length) |
WriteBuffer |
SslConnectionImpl.createWriteBuffer(ByteBuffer buffer) |
Modifier and Type | Method and Description |
---|---|
void |
SslConnectionImpl.writeData(WriteBuffer[] data) |
Modifier and Type | Method and Description |
---|---|
WriteBuffer |
TcpConnectionHandler.createWriteBuffer(byte[] data,
int length) |
WriteBuffer |
TcpConnectionHandler.createWriteBuffer(ByteBuffer buffer) |
Modifier and Type | Method and Description |
---|---|
void |
TcpConnectionHandler.writeData(WriteBuffer[] data) |
Modifier and Type | Method and Description |
---|---|
WriteBuffer |
WriteBufferReceiver.createWriteBuffer(byte[] data,
int length)
Creates a
WriteBuffer for the data. |
WriteBuffer |
WriteBufferReceiver.createWriteBuffer(ByteBuffer buffer)
Creates the
WriteBuffer for the ByteBuffer . |
Modifier and Type | Method and Description |
---|---|
void |
WriteBufferReceiver.writeData(WriteBuffer[] data)
Writes data to client of this
Connection . |
Modifier and Type | Method and Description |
---|---|
WriteBuffer |
MockServerOutputStream.createWriteBuffer(byte[] data,
int length) |
WriteBuffer |
MockServerOutputStream.createWriteBuffer(ByteBuffer buffer) |
Modifier and Type | Method and Description |
---|---|
void |
MockServerOutputStream.writeData(WriteBuffer[] data) |
Copyright © 2005–2016. All rights reserved.