|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AsyncReadCondition | |
---|---|
com.sun.grizzly | |
com.sun.grizzly.async |
Uses of AsyncReadCondition in com.sun.grizzly |
---|
Methods in com.sun.grizzly with parameters of type AsyncReadCondition | |
---|---|
Future<AsyncQueueReadUnit> |
UDPConnectorHandler.readFromAsyncQueue(ByteBuffer buffer,
AsyncReadCallbackHandler callbackHandler,
AsyncReadCondition condition)
Method reads data to the ByteBuffer using async read queue. |
Future<AsyncQueueReadUnit> |
TCPConnectorHandler.readFromAsyncQueue(ByteBuffer buffer,
AsyncReadCallbackHandler callbackHandler,
AsyncReadCondition condition)
Method reads data to the ByteBuffer using async read queue. |
Future<AsyncQueueReadUnit> |
SSLConnectorHandler.readFromAsyncQueue(ByteBuffer buffer,
AsyncReadCallbackHandler callbackHandler,
AsyncReadCondition condition)
Method reads data to the ByteBuffer using async read queue. |
Future<AsyncQueueReadUnit> |
UDPConnectorHandler.readFromAsyncQueue(ByteBuffer buffer,
AsyncReadCallbackHandler callbackHandler,
AsyncReadCondition condition,
AsyncQueueDataProcessor readPostProcessor)
Method reads data to the ByteBuffer using async read queue. |
Future<AsyncQueueReadUnit> |
TCPConnectorHandler.readFromAsyncQueue(ByteBuffer buffer,
AsyncReadCallbackHandler callbackHandler,
AsyncReadCondition condition,
AsyncQueueDataProcessor readPostProcessor)
Method reads data to the ByteBuffer using async read queue. |
Future<AsyncQueueReadUnit> |
SSLConnectorHandler.readFromAsyncQueue(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()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |