|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AsyncWriteCallbackHandler | |
---|---|
com.sun.grizzly | |
com.sun.grizzly.async | |
com.sun.grizzly.connectioncache.client | |
com.sun.grizzly.filter | |
com.sun.grizzly.http | |
com.sun.grizzly.ssl |
Uses of AsyncWriteCallbackHandler in com.sun.grizzly |
---|
Methods in com.sun.grizzly with parameters of type AsyncWriteCallbackHandler | |
---|---|
Future<AsyncQueueWriteUnit> |
AbstractConnectorHandler.writeToAsyncQueue(ByteBuffer buffer,
AsyncWriteCallbackHandler callbackHandler)
Method writes ByteBuffer using async write queue. |
Future<AsyncQueueWriteUnit> |
AbstractConnectorHandler.writeToAsyncQueue(ByteBuffer buffer,
AsyncWriteCallbackHandler callbackHandler,
AsyncQueueDataProcessor writePreProcessor)
Method writes ByteBuffer using async write queue. |
Future<AsyncQueueWriteUnit> |
SSLConnectorHandler.writeToAsyncQueue(ByteBuffer buffer,
AsyncWriteCallbackHandler callbackHandler,
AsyncQueueDataProcessor writePreProcessor,
ByteBufferCloner cloner)
Method writes ByteBuffer using async write queue. |
Future<AsyncQueueWriteUnit> |
AbstractConnectorHandler.writeToAsyncQueue(ByteBuffer buffer,
AsyncWriteCallbackHandler callbackHandler,
AsyncQueueDataProcessor writePreProcessor,
ByteBufferCloner cloner)
Method writes ByteBuffer using async write queue. |
Future<AsyncQueueWriteUnit> |
AbstractConnectorHandler.writeToAsyncQueue(SocketAddress dstAddress,
ByteBuffer buffer,
AsyncWriteCallbackHandler callbackHandler)
Method sends ByteBuffer using async write queue. |
Future<AsyncQueueWriteUnit> |
AbstractConnectorHandler.writeToAsyncQueue(SocketAddress dstAddress,
ByteBuffer buffer,
AsyncWriteCallbackHandler callbackHandler,
AsyncQueueDataProcessor writePreProcessor)
Method sends ByteBuffer using async write queue. |
Future<AsyncQueueWriteUnit> |
SSLConnectorHandler.writeToAsyncQueue(SocketAddress dstAddress,
ByteBuffer buffer,
AsyncWriteCallbackHandler callbackHandler,
AsyncQueueDataProcessor writePreProcessor,
ByteBufferCloner cloner)
Method sends ByteBuffer using async write queue. |
Future<AsyncQueueWriteUnit> |
AbstractConnectorHandler.writeToAsyncQueue(SocketAddress dstAddress,
ByteBuffer buffer,
AsyncWriteCallbackHandler callbackHandler,
AsyncQueueDataProcessor writePreProcessor,
ByteBufferCloner cloner)
Method sends ByteBuffer using async write queue. |
Uses of AsyncWriteCallbackHandler in com.sun.grizzly.async |
---|
Fields in com.sun.grizzly.async declared as AsyncWriteCallbackHandler | |
---|---|
protected AsyncWriteCallbackHandler |
AsyncQueueWriteUnit.callbackHandler
|
Methods in com.sun.grizzly.async that return AsyncWriteCallbackHandler | |
---|---|
AsyncWriteCallbackHandler |
AsyncQueueWriteUnit.getCallbackHandler()
|
Methods in com.sun.grizzly.async with parameters of type AsyncWriteCallbackHandler | |
---|---|
void |
AsyncQueueWriteUnit.set(ByteBuffer byteBuffer,
AsyncWriteCallbackHandler callbackHandler,
AsyncQueueDataProcessor writePreProcessor,
SocketAddress dstAddress,
ByteBufferCloner byteBufferCloner,
Future future)
|
void |
AsyncQueueWriteUnit.setCallbackHandler(AsyncWriteCallbackHandler callbackHandler)
|
Future<AsyncQueueWriteUnit> |
AsyncQueueWriter.write(SelectionKey key,
ByteBuffer buffer,
AsyncWriteCallbackHandler callbackHandler)
Method writes ByteBuffer to the SelectableChannel
First, if SelectableChannel associated write queue is empty -
it tries to write ByteBuffer to the given
SelectableChannel directly (without putting to the queue). |
Future<AsyncQueueWriteUnit> |
AbstractAsyncQueueWriter.write(SelectionKey key,
ByteBuffer buffer,
AsyncWriteCallbackHandler callbackHandler)
|
Future<AsyncQueueWriteUnit> |
AsyncQueueWriter.write(SelectionKey key,
ByteBuffer buffer,
AsyncWriteCallbackHandler callbackHandler,
AsyncQueueDataProcessor writePreProcessor)
Method writes ByteBuffer to the SelectableChannel
First, if SelectableChannel associated write queue is empty -
it tries to write ByteBuffer to the given
SelectableChannel directly (without putting to the queue). |
Future<AsyncQueueWriteUnit> |
AbstractAsyncQueueWriter.write(SelectionKey key,
ByteBuffer buffer,
AsyncWriteCallbackHandler callbackHandler,
AsyncQueueDataProcessor writePreProcessor)
|
Future<AsyncQueueWriteUnit> |
AsyncQueueWriter.write(SelectionKey key,
ByteBuffer buffer,
AsyncWriteCallbackHandler callbackHandler,
AsyncQueueDataProcessor writePreProcessor,
ByteBufferCloner cloner)
Method writes ByteBuffer to the SelectableChannel
First, if SelectableChannel associated write queue is empty -
it tries to write ByteBuffer to the given
SelectableChannel directly (without putting to the queue). |
Future<AsyncQueueWriteUnit> |
AbstractAsyncQueueWriter.write(SelectionKey key,
ByteBuffer buffer,
AsyncWriteCallbackHandler callbackHandler,
AsyncQueueDataProcessor writePreProcessor,
ByteBufferCloner cloner)
|
Future<AsyncQueueWriteUnit> |
AsyncQueueWriter.write(SelectionKey key,
SocketAddress dstAddress,
ByteBuffer buffer,
AsyncWriteCallbackHandler callbackHandler)
Method sends ByteBuffer to the SocketAddress
First, if SelectableChannel associated write queue is empty -
it tries to write ByteBuffer to the given
SocketAddress directly (without putting to the queue). |
Future<AsyncQueueWriteUnit> |
AbstractAsyncQueueWriter.write(SelectionKey key,
SocketAddress dstAddress,
ByteBuffer buffer,
AsyncWriteCallbackHandler callbackHandler)
|
Future<AsyncQueueWriteUnit> |
AsyncQueueWriter.write(SelectionKey key,
SocketAddress dstAddress,
ByteBuffer buffer,
AsyncWriteCallbackHandler callbackHandler,
AsyncQueueDataProcessor writePreProcessor)
Method sends ByteBuffer to the SocketAddress
First, if SelectableChannel associated write queue is empty -
it tries to write ByteBuffer to the given
SocketAddress directly (without putting to the queue). |
Future<AsyncQueueWriteUnit> |
AbstractAsyncQueueWriter.write(SelectionKey key,
SocketAddress dstAddress,
ByteBuffer buffer,
AsyncWriteCallbackHandler callbackHandler,
AsyncQueueDataProcessor writePreProcessor)
|
Future<AsyncQueueWriteUnit> |
AsyncQueueWriter.write(SelectionKey key,
SocketAddress dstAddress,
ByteBuffer buffer,
AsyncWriteCallbackHandler callbackHandler,
AsyncQueueDataProcessor writePreProcessor,
ByteBufferCloner cloner)
Method sends ByteBuffer to the SocketAddress
First, if SelectableChannel associated write queue is empty -
it tries to write ByteBuffer to the given
SocketAddress directly (without putting to the queue). |
Future<AsyncQueueWriteUnit> |
AbstractAsyncQueueWriter.write(SelectionKey key,
SocketAddress dstAddress,
ByteBuffer buffer,
AsyncWriteCallbackHandler callbackHandler,
AsyncQueueDataProcessor writePreProcessor,
ByteBufferCloner cloner)
|
Future<AsyncQueueWriteUnit> |
TCPAsyncQueueWriter.write(SelectionKey key,
SocketAddress dstAddress,
ByteBuffer buffer,
AsyncWriteCallbackHandler callbackHandler,
AsyncQueueDataProcessor writePreProcessor,
ByteBufferCloner cloner)
Method sends ByteBuffer to the SocketAddress
First, if SelectableChannel associated write queue is empty -
it tries to write ByteBuffer to the given
SocketAddress directly (without putting to the queue). |
Future<AsyncQueueWriteUnit> |
AsyncQueueWritable.writeToAsyncQueue(ByteBuffer buffer,
AsyncWriteCallbackHandler callbackHandler)
Method writes ByteBuffer using async write queue. |
Future<AsyncQueueWriteUnit> |
AsyncQueueWritable.writeToAsyncQueue(ByteBuffer buffer,
AsyncWriteCallbackHandler callbackHandler,
AsyncQueueDataProcessor writePreProcessor)
Method writes ByteBuffer using async write queue. |
Future<AsyncQueueWriteUnit> |
AsyncQueueWritable.writeToAsyncQueue(ByteBuffer buffer,
AsyncWriteCallbackHandler callbackHandler,
AsyncQueueDataProcessor writePreProcessor,
ByteBufferCloner cloner)
Method writes ByteBuffer using async write queue. |
Future<AsyncQueueWriteUnit> |
AsyncQueueWritable.writeToAsyncQueue(SocketAddress dstAddress,
ByteBuffer buffer,
AsyncWriteCallbackHandler callbackHandler)
Method sends ByteBuffer using async write queue. |
Future<AsyncQueueWriteUnit> |
AsyncQueueWritable.writeToAsyncQueue(SocketAddress dstAddress,
ByteBuffer buffer,
AsyncWriteCallbackHandler callbackHandler,
AsyncQueueDataProcessor writePreProcessor)
Method sends ByteBuffer using async write queue. |
Future<AsyncQueueWriteUnit> |
AsyncQueueWritable.writeToAsyncQueue(SocketAddress dstAddress,
ByteBuffer buffer,
AsyncWriteCallbackHandler callbackHandler,
AsyncQueueDataProcessor writePreProcessor,
ByteBufferCloner cloner)
Method sends ByteBuffer using async write queue. |
Uses of AsyncWriteCallbackHandler in com.sun.grizzly.connectioncache.client |
---|
Uses of AsyncWriteCallbackHandler in com.sun.grizzly.filter |
---|
Methods in com.sun.grizzly.filter with parameters of type AsyncWriteCallbackHandler | |
---|---|
abstract void |
ProtocolOutputStream.write(ByteBuffer b,
AsyncWriteCallbackHandler callbackHandler)
|
Uses of AsyncWriteCallbackHandler in com.sun.grizzly.http |
---|
Classes in com.sun.grizzly.http that implement AsyncWriteCallbackHandler | |
---|---|
protected static class |
SocketChannelOutputBuffer.AsyncWriteCallbackHandlerImpl
AsyncWriteCallbackHandler implementation, which is responsible
for returning cloned ByteBuffers to the pool |
Uses of AsyncWriteCallbackHandler in com.sun.grizzly.ssl |
---|
Classes in com.sun.grizzly.ssl that implement AsyncWriteCallbackHandler | |
---|---|
protected static class |
SSLOutputBuffer.AsyncWriteCallbackHandlerImpl
AsyncWriteCallbackHandler implementation, which is responsible
for returning cloned ByteBuffers to the pool |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |