Methods in com.sun.grizzly.async that return OperationResult |
protected abstract OperationResult |
AbstractAsyncQueueReader.doRead(ReadableByteChannel channel,
ByteBuffer byteBuffer,
AsyncQueueDataProcessor readPostProcessor,
OperationResult dstResult)
|
protected OperationResult |
UDPAsyncQueueReader.doRead(ReadableByteChannel channel,
ByteBuffer byteBuffer,
AsyncQueueDataProcessor readPostProcessor,
OperationResult dstResult)
|
protected OperationResult |
TCPAsyncQueueReader.doRead(ReadableByteChannel channel,
ByteBuffer byteBuffer,
AsyncQueueDataProcessor readPostProcessor,
OperationResult dstResult)
|
protected OperationResult |
AbstractAsyncQueueWriter.doWrite(WritableByteChannel channel,
SocketAddress dstAddress,
ByteBuffer byteBuffer,
AsyncQueueDataProcessor writePreProcessor,
OperationResult dstResult)
|
protected OperationResult |
UDPAsyncQueueWriter.doWrite(WritableByteChannel channel,
SocketAddress dstAddress,
ByteBuffer byteBuffer,
OperationResult dstResult)
|
protected abstract OperationResult |
AbstractAsyncQueueWriter.doWrite(WritableByteChannel channel,
SocketAddress dstAddress,
ByteBuffer byteBuffer,
OperationResult dstResult)
|
protected OperationResult |
TCPAsyncQueueWriter.doWrite(WritableByteChannel channel,
SocketAddress dstAddress,
ByteBuffer byteBuffer,
OperationResult dstResult)
|
Methods in com.sun.grizzly.async with parameters of type OperationResult |
protected abstract OperationResult |
AbstractAsyncQueueReader.doRead(ReadableByteChannel channel,
ByteBuffer byteBuffer,
AsyncQueueDataProcessor readPostProcessor,
OperationResult dstResult)
|
protected OperationResult |
UDPAsyncQueueReader.doRead(ReadableByteChannel channel,
ByteBuffer byteBuffer,
AsyncQueueDataProcessor readPostProcessor,
OperationResult dstResult)
|
protected OperationResult |
TCPAsyncQueueReader.doRead(ReadableByteChannel channel,
ByteBuffer byteBuffer,
AsyncQueueDataProcessor readPostProcessor,
OperationResult dstResult)
|
protected OperationResult |
AbstractAsyncQueueWriter.doWrite(WritableByteChannel channel,
SocketAddress dstAddress,
ByteBuffer byteBuffer,
AsyncQueueDataProcessor writePreProcessor,
OperationResult dstResult)
|
protected OperationResult |
UDPAsyncQueueWriter.doWrite(WritableByteChannel channel,
SocketAddress dstAddress,
ByteBuffer byteBuffer,
OperationResult dstResult)
|
protected abstract OperationResult |
AbstractAsyncQueueWriter.doWrite(WritableByteChannel channel,
SocketAddress dstAddress,
ByteBuffer byteBuffer,
OperationResult dstResult)
|
protected OperationResult |
TCPAsyncQueueWriter.doWrite(WritableByteChannel channel,
SocketAddress dstAddress,
ByteBuffer byteBuffer,
OperationResult dstResult)
|