Uses of Class
org.glassfish.grizzly.Context
-
Packages that use Context Package Description 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 Modifier and Type Interface Description interfaceProcessor<E extends Context>Processor implementations are responsible for processing I/O events, which occur on connection.Methods in org.glassfish.grizzly that return Context Modifier and Type Method Description static ContextContext. create(Connection connection)static ContextContext. create(Connection connection, Processor processor, IOEvent ioEvent, IOEventLifeCycleListener lifeCycleListener)ContextStandaloneProcessor. obtainContext(Connection connection)Methods in org.glassfish.grizzly with parameters of type Context Modifier and Type Method Description static ProcessorResultProcessorResult. createReregister(Context context)static ProcessorResultProcessorResult. createRerun(Context context)static voidProcessorExecutor. execute(Context context)voidIOEventLifeCycleListener.Adapter. onComplete(Context context, Object data)IOEventprocessing completed.voidIOEventLifeCycleListener. onComplete(Context context, Object data)IOEventprocessing completed.voidIOEventLifeCycleListener.Adapter. onContextManualIOEventControl(Context context)Processing switched to the manual IOEvent control.voidIOEventLifeCycleListener. onContextManualIOEventControl(Context context)Processing switched to the manual IOEvent control.voidIOEventLifeCycleListener.Adapter. onContextResume(Context context)IOEventprocessing resumed.voidIOEventLifeCycleListener. onContextResume(Context context)IOEventprocessing resumed.voidIOEventLifeCycleListener.Adapter. onContextSuspend(Context context)IOEventprocessing suspended.voidIOEventLifeCycleListener. onContextSuspend(Context context)IOEventprocessing suspended.voidIOEventLifeCycleListener.Adapter. onError(Context context, Object description)Error occurred duringIOEventprocessing.voidIOEventLifeCycleListener. onError(Context context, Object description)Error occurred duringIOEventprocessing.voidIOEventLifeCycleListener.Adapter. onLeave(Context context)voidIOEventLifeCycleListener. onLeave(Context context)voidIOEventLifeCycleListener.Adapter. onNotRun(Context context)IOEventwasn't processed.voidIOEventLifeCycleListener. onNotRun(Context context)IOEventwasn't processed.voidIOEventLifeCycleListener.Adapter. onReregister(Context context)ReregisterIOEventinterest.voidIOEventLifeCycleListener. onReregister(Context context)ReregisterIOEventinterest.voidIOEventLifeCycleListener.Adapter. onRerun(Context context, Context newContext)Re-runIOEventprocessing.voidIOEventLifeCycleListener. onRerun(Context context, Context newContext)Re-runIOEventprocessing.voidIOEventLifeCycleListener.Adapter. onTerminate(Context context)TerminateIOEventprocessing in this thread, but it's going to be continued later.voidIOEventLifeCycleListener. onTerminate(Context context)Deprecated.will never be invokedProcessorResultStandaloneProcessor. process(Context context)This method should never be called, becauseStandaloneProcessor.isInterested(IOEvent)returns false for anyIOEvent.static voidProcessorExecutor. resume(Context context) -
Uses of Context in org.glassfish.grizzly.asyncqueue
Methods in org.glassfish.grizzly.asyncqueue with parameters of type Context Modifier and Type Method Description AsyncQueue.AsyncResultAsyncQueue. 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 Modifier and Type Method Description ContextFilterChainContext. getInternalContext()Get the general GrizzlyContextthis filter context wraps.ContextAbstractFilterChain. obtainContext(Connection connection)CreatesContextMethods in org.glassfish.grizzly.filterchain with parameters of type Context Modifier and Type Method Description ProcessorResultDefaultFilterChain. process(Context context) -
Uses of Context in org.glassfish.grizzly.nio
Methods in org.glassfish.grizzly.nio with parameters of type Context Modifier and Type Method Description AsyncQueue.AsyncResultAbstractNIOAsyncQueueReader. processAsync(Context context)Callback method, which is called async.AsyncQueue.AsyncResultAbstractNIOAsyncQueueWriter. processAsync(Context context)Callback method, which is called async.
-