|
||||||||||
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 | |
---|---|
void |
UDPConnectorHandler.readFromAsyncQueue(ByteBuffer buffer,
AsyncReadCallbackHandler callbackHandler)
Method reads data to the ByteBuffer using async read queue. |
void |
SSLConnectorHandler.readFromAsyncQueue(ByteBuffer buffer,
AsyncReadCallbackHandler callbackHandler)
Method reads data to the ByteBuffer using async read queue. |
void |
TCPConnectorHandler.readFromAsyncQueue(ByteBuffer buffer,
AsyncReadCallbackHandler callbackHandler)
Method reads data to the ByteBuffer using async read queue. |
void |
UDPConnectorHandler.readFromAsyncQueue(ByteBuffer buffer,
AsyncReadCallbackHandler callbackHandler,
AsyncReadCondition condition)
Method reads data to the ByteBuffer using async read queue. |
void |
SSLConnectorHandler.readFromAsyncQueue(ByteBuffer buffer,
AsyncReadCallbackHandler callbackHandler,
AsyncReadCondition condition)
Method reads data to the ByteBuffer using async read queue. |
void |
TCPConnectorHandler.readFromAsyncQueue(ByteBuffer buffer,
AsyncReadCallbackHandler callbackHandler,
AsyncReadCondition condition)
Method reads data to the ByteBuffer using async read queue. |
void |
UDPConnectorHandler.readFromAsyncQueue(ByteBuffer buffer,
AsyncReadCallbackHandler callbackHandler,
AsyncReadCondition condition,
AsyncQueueDataProcessor readPostProcessor)
Method reads data to the ByteBuffer using async read queue. |
void |
SSLConnectorHandler.readFromAsyncQueue(ByteBuffer buffer,
AsyncReadCallbackHandler callbackHandler,
AsyncReadCondition condition,
AsyncQueueDataProcessor readPostProcessor)
Method reads data to the ByteBuffer using async read queue. |
void |
TCPConnectorHandler.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 | |
---|---|
AsyncReadCallbackHandler |
AsyncReadQueueRecord.callbackHandler
|
Methods in com.sun.grizzly.async that return AsyncReadCallbackHandler | |
---|---|
AsyncReadCallbackHandler |
AsyncReadQueueRecord.getCallbackHandler()
|
Methods in com.sun.grizzly.async with parameters of type AsyncReadCallbackHandler | |
---|---|
void |
AsyncQueueReader.read(SelectionKey key,
ByteBuffer buffer,
AsyncReadCallbackHandler callbackHandler)
|
void |
AbstractAsyncQueueReader.read(SelectionKey key,
ByteBuffer buffer,
AsyncReadCallbackHandler callbackHandler)
|
void |
AsyncQueueReader.read(SelectionKey key,
ByteBuffer buffer,
AsyncReadCallbackHandler callbackHandler,
AsyncReadCondition condition)
|
void |
AbstractAsyncQueueReader.read(SelectionKey key,
ByteBuffer buffer,
AsyncReadCallbackHandler callbackHandler,
AsyncReadCondition condition)
|
void |
AsyncQueueReader.read(SelectionKey key,
ByteBuffer buffer,
AsyncReadCallbackHandler callbackHandler,
AsyncReadCondition condition,
AsyncQueueDataProcessor readPostProcessor)
|
void |
AbstractAsyncQueueReader.read(SelectionKey key,
ByteBuffer buffer,
AsyncReadCallbackHandler callbackHandler,
AsyncReadCondition condition,
AsyncQueueDataProcessor readPostProcessor)
|
void |
AsyncQueueReadable.readFromAsyncQueue(ByteBuffer buffer,
AsyncReadCallbackHandler callbackHandler)
Method reads data to the ByteBuffer using async read queue. |
void |
AsyncQueueReadable.readFromAsyncQueue(ByteBuffer buffer,
AsyncReadCallbackHandler callbackHandler,
AsyncReadCondition condition)
Method reads data to the ByteBuffer using async read queue. |
void |
AsyncQueueReadable.readFromAsyncQueue(ByteBuffer buffer,
AsyncReadCallbackHandler callbackHandler,
AsyncReadCondition condition,
AsyncQueueDataProcessor readPostProcessor)
Method reads data to the ByteBuffer using async read queue. |
void |
AsyncReadQueueRecord.set(ByteBuffer byteBuffer,
AsyncReadCallbackHandler callbackHandler,
AsyncReadCondition condition,
AsyncQueueDataProcessor readPostProcessor)
|
void |
AsyncReadQueueRecord.setCallbackHandler(AsyncReadCallbackHandler callbackHandler)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |