|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Context.OpType | |
---|---|
com.sun.grizzly |
Uses of Context.OpType in com.sun.grizzly |
---|
Methods in com.sun.grizzly that return Context.OpType | |
---|---|
Context.OpType |
Context.getCurrentOpType()
Get the current SelectionKey interest ops this instance is executing. |
Context.OpType |
NIOContext.getCurrentOpType()
Get the current SelectionKey interest ops this instance is executing. |
static Context.OpType |
Context.OpType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Context.OpType[] |
Context.OpType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.sun.grizzly with parameters of type Context.OpType | |
---|---|
void |
Controller.configureContext(SelectionKey key,
Context.OpType opType,
NIOContext ctx,
SelectorHandler selectorHandler)
Configure the Context |
boolean |
CallbackHandlerDescriptor.isRunInSeparateThread(Context.OpType operation)
|
protected NIOContext |
TCPSelectorHandler.pollContext(Context serverContext,
SelectionKey key,
Context.OpType opType)
Polls Context from pool and initializes it. |
void |
NIOContext.setCurrentOpType(Context.OpType currentOpType)
Set the current OpType value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |