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