|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReadTask | |
|---|---|
| com.sun.enterprise.web.ara.rules | |
| com.sun.enterprise.web.connector.grizzly | |
| com.sun.enterprise.web.connector.grizzly.blocking | |
| com.sun.enterprise.web.connector.grizzly.ssl | |
| Uses of ReadTask in com.sun.enterprise.web.ara.rules |
|---|
| Fields in com.sun.enterprise.web.ara.rules declared as ReadTask | |
|---|---|
protected ReadTask |
ThreadRatioRule.readTask
The ReadTask attached to this Rule |
| Fields in com.sun.enterprise.web.ara.rules with type parameters of type ReadTask | |
|---|---|
protected static ConcurrentHashMap<ReadTask,String> |
HeapMemoryRule.contextRootyCache
Cache the context-root assocated with a ReadTask |
| Methods in com.sun.enterprise.web.ara.rules that return ReadTask | |
|---|---|
ReadTask |
ThreadRatioRule.attachement()
Return the current attachement. |
| Methods in com.sun.enterprise.web.ara.rules with parameters of type ReadTask | |
|---|---|
void |
ThreadRatioRule.attach(ReadTask o)
Attach a ReadTask to this rule. |
| Uses of ReadTask in com.sun.enterprise.web.connector.grizzly |
|---|
| Classes in com.sun.enterprise.web.connector.grizzly that implement ReadTask | |
|---|---|
class |
AsyncReadTask
This task execute and then notify its listener, which usualy execute on their own thread. |
class |
DefaultReadTask
Read available data on a non blocking SocketChannel. |
class |
XAReadTask
Read available data on a non blocking SocketChannel. |
| Fields in com.sun.enterprise.web.connector.grizzly with type parameters of type ReadTask | |
|---|---|
protected Queue<ReadTask> |
SelectorThread.readTasks
ConcurrentLinkedQueue used as an object pool. |
| Methods in com.sun.enterprise.web.connector.grizzly that return ReadTask | |
|---|---|
ReadTask |
SelectorReadThread.getReadTask(SelectionKey key)
Return a ReadTask configured to use this instance. |
ReadTask |
SelectorThread.getReadTask(SelectionKey key)
Return a ReadTask from the pool. |
protected ReadTask |
SelectorThread.handleRead(SelectionKey key)
Handle OP_READ |
protected ReadTask |
SelectorThread.newReadTask()
Return a new ReadTask instance |
| Methods in com.sun.enterprise.web.connector.grizzly that return types with arguments of type ReadTask | |
|---|---|
Queue<ReadTask> |
SelectorThread.getReadTasks()
|
| Method parameters in com.sun.enterprise.web.connector.grizzly with type arguments of type ReadTask | |
|---|---|
void |
SelectorThread.setReadTasks(Queue<ReadTask> readTasks)
|
| Uses of ReadTask in com.sun.enterprise.web.connector.grizzly.blocking |
|---|
| Classes in com.sun.enterprise.web.connector.grizzly.blocking that implement ReadTask | |
|---|---|
class |
ReadBlockingTask
Process a blocking socket. |
| Uses of ReadTask in com.sun.enterprise.web.connector.grizzly.ssl |
|---|
| Classes in com.sun.enterprise.web.connector.grizzly.ssl that implement ReadTask | |
|---|---|
class |
SSLAsyncReadTask
Asynchronous SSL support over NIO. |
class |
SSLReadTask
SSL support over NIO. |
| Methods in com.sun.enterprise.web.connector.grizzly.ssl that return ReadTask | |
|---|---|
ReadTask |
SSLSelectorThread.getReadTask(SelectionKey key)
Return a SSLReadTask from the pool. |
protected ReadTask |
SSLSelectorThread.handleRead(SelectionKey key)
Handle OP_READ |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||