Uses of Class
org.glassfish.grizzly.Context
Packages that use Context
Package
Description
-
Uses of Context in org.glassfish.grizzly
Classes in org.glassfish.grizzly with type parameters of type ContextModifier and TypeInterfaceDescriptioninterfaceProcessor implementations are responsible for processing I/O events, which occur on connection.Methods in org.glassfish.grizzly that return ContextModifier and TypeMethodDescriptionstatic ContextContext.create(Connection connection) static ContextContext.create(Connection connection, Processor processor, IOEvent ioEvent, IOEventLifeCycleListener lifeCycleListener) StandaloneProcessor.obtainContext(Connection connection) Methods in org.glassfish.grizzly with parameters of type ContextModifier and TypeMethodDescriptionstatic ProcessorResultProcessorResult.createReregister(Context context) static ProcessorResultProcessorResult.createRerun(Context context) static voidvoidIOEventLifeCycleListener.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.voidError occurred duringIOEventprocessing.voidError occurred duringIOEventprocessing.voidvoidvoidIOEventwasn't processed.voidIOEventwasn't processed.voidIOEventLifeCycleListener.Adapter.onReregister(Context context) ReregisterIOEventinterest.voidIOEventLifeCycleListener.onReregister(Context context) ReregisterIOEventinterest.voidRe-runIOEventprocessing.voidRe-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 invokedThis method should never be called, becauseStandaloneProcessor.isInterested(IOEvent)returns false for anyIOEvent.static void -
Uses of Context in org.glassfish.grizzly.asyncqueue
Methods in org.glassfish.grizzly.asyncqueue with parameters of type ContextModifier and TypeMethodDescriptionAsyncQueue.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 ContextModifier and TypeMethodDescriptionfinal ContextFilterChainContext.getInternalContext()Get the general GrizzlyContextthis filter context wraps.final ContextAbstractFilterChain.obtainContext(Connection connection) CreatesContextMethods in org.glassfish.grizzly.filterchain with parameters of type Context -
Uses of Context in org.glassfish.grizzly.nio
Methods in org.glassfish.grizzly.nio with parameters of type ContextModifier and TypeMethodDescriptionAbstractNIOAsyncQueueReader.processAsync(Context context) Callback method, which is called async.AbstractNIOAsyncQueueWriter.processAsync(Context context) Callback method, which is called async.