|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AsyncReadCallbackHandler | |
|---|---|
| com.sun.grizzly | |
| com.sun.grizzly.async | |
| com.sun.grizzly.connectioncache.client | |
| Uses of AsyncReadCallbackHandler in com.sun.grizzly |
|---|
| Methods in com.sun.grizzly with parameters of type AsyncReadCallbackHandler | |
|---|---|
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 AsyncReadCallbackHandler in com.sun.grizzly.async |
|---|
| Fields in com.sun.grizzly.async declared as AsyncReadCallbackHandler | |
|---|---|
protected AsyncReadCallbackHandler |
AsyncQueueReadUnit.callbackHandler
|
| Methods in com.sun.grizzly.async that return AsyncReadCallbackHandler | |
|---|---|
AsyncReadCallbackHandler |
AsyncQueueReadUnit.getCallbackHandler()
|
| Methods in com.sun.grizzly.async with parameters of type AsyncReadCallbackHandler | |
|---|---|
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. |
void |
AsyncQueueReadUnit.set(java.nio.ByteBuffer byteBuffer,
AsyncReadCallbackHandler callbackHandler,
AsyncReadCondition condition,
AsyncQueueDataProcessor readPostProcessor,
java.util.concurrent.Future<AsyncQueueReadUnit> future)
|
void |
AsyncQueueReadUnit.setCallbackHandler(AsyncReadCallbackHandler callbackHandler)
|
| Uses of AsyncReadCallbackHandler in com.sun.grizzly.connectioncache.client |
|---|
| Methods in com.sun.grizzly.connectioncache.client with parameters of type AsyncReadCallbackHandler | |
|---|---|
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 | |||||||||