|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AsyncReadCondition | |
|---|---|
| com.sun.grizzly | |
| com.sun.grizzly.async | |
| com.sun.grizzly.connectioncache.client | |
| Uses of AsyncReadCondition in com.sun.grizzly |
|---|
| Methods in com.sun.grizzly with parameters of type AsyncReadCondition | |
|---|---|
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 AsyncReadCondition in com.sun.grizzly.async |
|---|
| Fields in com.sun.grizzly.async declared as AsyncReadCondition | |
|---|---|
protected AsyncReadCondition |
AsyncQueueReadUnit.condition
|
| Methods in com.sun.grizzly.async that return AsyncReadCondition | |
|---|---|
AsyncReadCondition |
AsyncQueueReadUnit.getCondition()
|
| Methods in com.sun.grizzly.async with parameters of type AsyncReadCondition | |
|---|---|
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,
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.setCondition(AsyncReadCondition condition)
|
| Uses of AsyncReadCondition in com.sun.grizzly.connectioncache.client |
|---|
| Methods in com.sun.grizzly.connectioncache.client with parameters of type AsyncReadCondition | |
|---|---|
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 | |||||||||