|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AsyncQueueReadUnit | |
|---|---|
| com.sun.grizzly | |
| com.sun.grizzly.async | |
| com.sun.grizzly.connectioncache.client | |
| Uses of AsyncQueueReadUnit in com.sun.grizzly |
|---|
| Methods in com.sun.grizzly that return types with arguments of type AsyncQueueReadUnit | |
|---|---|
java.util.concurrent.Future<AsyncQueueReadUnit> |
AbstractConnectorHandler.readFromAsyncQueue(java.nio.ByteBuffer buffer,
AsyncReadCallbackHandler callbackHandler)
Method reads data to the ByteBuffer using async read queue. |
java.util.concurrent.Future<AsyncQueueReadUnit> |
AbstractConnectorHandler.readFromAsyncQueue(java.nio.ByteBuffer buffer,
AsyncReadCallbackHandler callbackHandler,
AsyncReadCondition condition)
Method reads data to the ByteBuffer using async read queue. |
java.util.concurrent.Future<AsyncQueueReadUnit> |
SSLConnectorHandler.readFromAsyncQueue(java.nio.ByteBuffer buffer,
AsyncReadCallbackHandler callbackHandler,
AsyncReadCondition condition,
AsyncQueueDataProcessor readPostProcessor)
Method reads data to the ByteBuffer using async read queue. |
java.util.concurrent.Future<AsyncQueueReadUnit> |
AbstractConnectorHandler.readFromAsyncQueue(java.nio.ByteBuffer buffer,
AsyncReadCallbackHandler callbackHandler,
AsyncReadCondition condition,
AsyncQueueDataProcessor readPostProcessor)
Method reads data to the ByteBuffer using async read queue. |
| Uses of AsyncQueueReadUnit in com.sun.grizzly.async |
|---|
| Fields in com.sun.grizzly.async with type parameters of type AsyncQueueReadUnit | |
|---|---|
protected java.util.concurrent.Future<AsyncQueueReadUnit> |
AsyncQueueReadUnit.future
|
| Methods in com.sun.grizzly.async that return types with arguments of type AsyncQueueReadUnit | |
|---|---|
java.util.concurrent.Future<AsyncQueueReadUnit> |
AsyncQueueReadUnit.getFuture()
|
java.util.concurrent.Future<AsyncQueueReadUnit> |
AsyncQueueReader.read(java.nio.channels.SelectionKey key,
java.nio.ByteBuffer buffer,
AsyncReadCallbackHandler callbackHandler)
|
java.util.concurrent.Future<AsyncQueueReadUnit> |
AbstractAsyncQueueReader.read(java.nio.channels.SelectionKey key,
java.nio.ByteBuffer buffer,
AsyncReadCallbackHandler callbackHandler)
|
java.util.concurrent.Future<AsyncQueueReadUnit> |
AsyncQueueReader.read(java.nio.channels.SelectionKey key,
java.nio.ByteBuffer buffer,
AsyncReadCallbackHandler callbackHandler,
AsyncReadCondition condition)
|
java.util.concurrent.Future<AsyncQueueReadUnit> |
AbstractAsyncQueueReader.read(java.nio.channels.SelectionKey key,
java.nio.ByteBuffer buffer,
AsyncReadCallbackHandler callbackHandler,
AsyncReadCondition condition)
|
java.util.concurrent.Future<AsyncQueueReadUnit> |
AsyncQueueReader.read(java.nio.channels.SelectionKey key,
java.nio.ByteBuffer buffer,
AsyncReadCallbackHandler callbackHandler,
AsyncReadCondition condition,
AsyncQueueDataProcessor readPostProcessor)
|
java.util.concurrent.Future<AsyncQueueReadUnit> |
AbstractAsyncQueueReader.read(java.nio.channels.SelectionKey key,
java.nio.ByteBuffer buffer,
AsyncReadCallbackHandler callbackHandler,
AsyncReadCondition condition,
AsyncQueueDataProcessor readPostProcessor)
|
java.util.concurrent.Future<AsyncQueueReadUnit> |
AsyncQueueReadable.readFromAsyncQueue(java.nio.ByteBuffer buffer,
AsyncReadCallbackHandler callbackHandler)
Method reads data to the ByteBuffer using async read queue. |
java.util.concurrent.Future<AsyncQueueReadUnit> |
AsyncQueueReadable.readFromAsyncQueue(java.nio.ByteBuffer buffer,
AsyncReadCallbackHandler callbackHandler,
AsyncReadCondition condition)
Method reads data to the ByteBuffer using async read queue. |
java.util.concurrent.Future<AsyncQueueReadUnit> |
AsyncQueueReadable.readFromAsyncQueue(java.nio.ByteBuffer buffer,
AsyncReadCallbackHandler callbackHandler,
AsyncReadCondition condition,
AsyncQueueDataProcessor readPostProcessor)
Method reads data to the ByteBuffer using async read queue. |
| Methods in com.sun.grizzly.async with parameters of type AsyncQueueReadUnit | |
|---|---|
void |
AsyncReadCallbackHandler.onReadCompleted(java.nio.channels.SelectionKey key,
java.net.SocketAddress srcAddress,
AsyncQueueReadUnit readRecord)
Method will be called by AsyncQueueReader, if
data was read to the ByteBuffer from the
SelectableChannel, associated with SelectionKey,
and read data confirms to the user-specific condition (if any was set). |
| Method parameters in com.sun.grizzly.async with type arguments of type AsyncQueueReadUnit | |
|---|---|
void |
AsyncReadCallbackHandler.onException(java.lang.Exception exception,
java.nio.channels.SelectionKey key,
java.nio.ByteBuffer buffer,
java.util.Queue<AsyncQueueReadUnit> remainingQueue)
Method will be called by AsyncQueueReader, if
error occured when reading from the SelectableChannel,
which is associated with SelectionKey |
void |
AsyncQueueReadUnit.set(java.nio.ByteBuffer byteBuffer,
AsyncReadCallbackHandler callbackHandler,
AsyncReadCondition condition,
AsyncQueueDataProcessor readPostProcessor,
java.util.concurrent.Future<AsyncQueueReadUnit> future)
|
void |
AsyncQueueReadUnit.setFuture(java.util.concurrent.Future<AsyncQueueReadUnit> future)
|
| Uses of AsyncQueueReadUnit in com.sun.grizzly.connectioncache.client |
|---|
| Methods in com.sun.grizzly.connectioncache.client that return types with arguments of type AsyncQueueReadUnit | |
|---|---|
java.util.concurrent.Future<AsyncQueueReadUnit> |
CacheableConnectorHandler.readFromAsyncQueue(java.nio.ByteBuffer buffer,
AsyncReadCallbackHandler callbackHandler)
|
java.util.concurrent.Future<AsyncQueueReadUnit> |
CacheableConnectorHandler.readFromAsyncQueue(java.nio.ByteBuffer buffer,
AsyncReadCallbackHandler callbackHandler,
AsyncReadCondition condition)
|
java.util.concurrent.Future<AsyncQueueReadUnit> |
CacheableConnectorHandler.readFromAsyncQueue(java.nio.ByteBuffer buffer,
AsyncReadCallbackHandler callbackHandler,
AsyncReadCondition condition,
AsyncQueueDataProcessor readPostProcessor)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||