|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NIOContext | |
---|---|
com.sun.grizzly |
Uses of NIOContext in com.sun.grizzly |
---|
Methods in com.sun.grizzly that return NIOContext | |
---|---|
protected NIOContext |
TCPSelectorHandler.pollContext(Context serverContext,
SelectionKey key,
Context.OpType opType)
Polls Context from pool and initializes it. |
Methods in com.sun.grizzly with parameters of type NIOContext | |
---|---|
void |
Controller.configureContext(SelectionKey key,
Context.OpType opType,
NIOContext ctx,
SelectorHandler selectorHandler)
Configure the Context |
protected boolean |
SelectorHandlerRunner.continueSelect(SelectorHandler selectorHandler,
NIOContext serverCtx)
|
protected boolean |
SelectorHandlerRunner.doSelect(SelectorHandler selectorHandler,
NIOContext serverCtx)
This method handle the processing of all Selector's interest op (OP_ACCEPT,OP_READ,OP_WRITE,OP_CONNECT) by delegating to its Handler. |
protected void |
TCPSelectorHandler.invokeAsyncQueueReader(NIOContext context)
Invoke a AsyncQueueReader |
protected void |
TCPSelectorHandler.invokeAsyncQueueWriter(NIOContext context)
Invoke a AsyncQueueWriter |
protected void |
TCPSelectorHandler.invokeCallbackHandler(CallbackHandler callbackHandler,
NIOContext context)
Invoke a CallbackHandler via a Context instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |