|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Context | |
|---|---|
| org.glassfish.grizzly | |
| org.glassfish.grizzly.asyncqueue | |
| org.glassfish.grizzly.filterchain | |
| org.glassfish.grizzly.nio | |
| Uses of Context in org.glassfish.grizzly |
|---|
| Classes in org.glassfish.grizzly with type parameters of type Context | |
|---|---|
interface |
Processor<E extends Context>
Processor implementations are responsible for processing I/O events, which occur on connection. |
| Methods in org.glassfish.grizzly that return Context | |
|---|---|
static Context |
Context.create(Connection connection)
|
static Context |
Context.create(Connection connection,
Processor processor,
IOEvent ioEvent,
IOEventProcessingHandler processingHandler)
|
Context |
StandaloneProcessor.obtainContext(Connection connection)
|
| Methods in org.glassfish.grizzly with parameters of type Context | |
|---|---|
static ProcessorResult |
ProcessorResult.createReregister(Context context)
|
static ProcessorResult |
ProcessorResult.createRerun(Context context)
|
static void |
ProcessorExecutor.execute(Context context)
|
void |
IOEventProcessingHandler.onComplete(Context context,
java.lang.Object data)
IOEvent processing completed. |
void |
EmptyIOEventProcessingHandler.onComplete(Context context,
java.lang.Object data)
IOEvent processing completed. |
void |
IOEventProcessingHandler.onContextManualIOEventControl(Context context)
Processing switched to the manual IOEvent control. |
void |
EmptyIOEventProcessingHandler.onContextManualIOEventControl(Context context)
Processing switched to the manual IOEvent control. |
void |
IOEventProcessingHandler.onContextResume(Context context)
IOEvent processing resumed. |
void |
EmptyIOEventProcessingHandler.onContextResume(Context context)
IOEvent processing resumed. |
void |
IOEventProcessingHandler.onContextSuspend(Context context)
IOEvent processing suspended. |
void |
EmptyIOEventProcessingHandler.onContextSuspend(Context context)
IOEvent processing suspended. |
void |
IOEventProcessingHandler.onError(Context context,
java.lang.Object description)
Error occurred during IOEvent processing. |
void |
EmptyIOEventProcessingHandler.onError(Context context,
java.lang.Object description)
Error occurred during IOEvent processing. |
void |
IOEventProcessingHandler.onLeave(Context context)
Detaching IOEvent processing out of this Context. |
void |
EmptyIOEventProcessingHandler.onLeave(Context context)
Detaching IOEvent processing out of this Context. |
void |
IOEventProcessingHandler.onNotRun(Context context)
IOEvent wasn't processed. |
void |
EmptyIOEventProcessingHandler.onNotRun(Context context)
IOEvent wasn't processed. |
void |
IOEventProcessingHandler.onReregister(Context context)
Reregister IOEvent interest. |
void |
EmptyIOEventProcessingHandler.onReregister(Context context)
Reregister IOEvent interest. |
void |
IOEventProcessingHandler.onRerun(Context context,
Context newContext)
Re-run IOEvent processing. |
void |
EmptyIOEventProcessingHandler.onRerun(Context context,
Context newContext)
Re-run IOEvent processing. |
void |
IOEventProcessingHandler.onTerminate(Context context)
Terminate IOEvent processing in this thread, but it's going to
be continued later. |
void |
EmptyIOEventProcessingHandler.onTerminate(Context context)
Terminate IOEvent processing in this thread, but it's going to
be continued later. |
ProcessorResult |
StandaloneProcessor.process(Context context)
This method should never be called, because StandaloneProcessor.isInterested(IOEvent) returns false for any
IOEvent. |
static void |
ProcessorExecutor.resume(Context context)
|
| Uses of Context in org.glassfish.grizzly.asyncqueue |
|---|
| Methods in org.glassfish.grizzly.asyncqueue with parameters of type Context | |
|---|---|
AsyncQueue.AsyncResult |
AsyncQueue.processAsync(Context context)
Callback method, which is called async. |
| Uses of Context in org.glassfish.grizzly.filterchain |
|---|
| Methods in org.glassfish.grizzly.filterchain that return Context | |
|---|---|
Context |
FilterChainContext.getInternalContext()
Get the general Grizzly Context this filter context wraps. |
Context |
AbstractFilterChain.obtainContext(Connection connection)
Creates Context |
| Methods in org.glassfish.grizzly.filterchain with parameters of type Context | |
|---|---|
ProcessorResult |
DefaultFilterChain.process(Context context)
|
| Uses of Context in org.glassfish.grizzly.nio |
|---|
| Methods in org.glassfish.grizzly.nio with parameters of type Context | |
|---|---|
AsyncQueue.AsyncResult |
AbstractNIOAsyncQueueWriter.processAsync(Context context)
Callback method, which is called async. |
AsyncQueue.AsyncResult |
AbstractNIOAsyncQueueReader.processAsync(Context context)
Callback method, which is called async. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||