Uses of Interface
org.glassfish.grizzly.IOEventLifeCycleListener
-
Packages that use IOEventLifeCycleListener Package Description org.glassfish.grizzly org.glassfish.grizzly.nio.transport org.glassfish.grizzly.strategies -
-
Uses of IOEventLifeCycleListener in org.glassfish.grizzly
Classes in org.glassfish.grizzly that implement IOEventLifeCycleListener Modifier and Type Class Description static classIOEventLifeCycleListener.AdapterEmptyIOEventLifeCycleListenerimplementation.Fields in org.glassfish.grizzly with type parameters of type IOEventLifeCycleListener Modifier and Type Field Description protected Context.MinimalisticArrayList<IOEventLifeCycleListener>Context. lifeCycleListenersIOEventProcessingHandler is called to notify about IOEvent processing life-cycle events like suspend, resume, complete.Methods in org.glassfish.grizzly with parameters of type IOEventLifeCycleListener Modifier and Type Method Description voidContext. addLifeCycleListener(IOEventLifeCycleListener listener)static ContextContext. create(Connection connection, Processor processor, IOEvent ioEvent, IOEventLifeCycleListener lifeCycleListener)static voidProcessorExecutor. execute(Connection connection, IOEvent ioEvent, Processor processor, IOEventLifeCycleListener lifeCycleListener)voidTransport. fireIOEvent(IOEvent ioEvent, Connection connection, IOEventLifeCycleListener listener)Fires specificIOEventon theConnectionbooleanContext. hasLifeCycleListener(IOEventLifeCycleListener listener)booleanContext. removeLifeCycleListener(IOEventLifeCycleListener listener) -
Uses of IOEventLifeCycleListener in org.glassfish.grizzly.nio.transport
Methods in org.glassfish.grizzly.nio.transport with parameters of type IOEventLifeCycleListener Modifier and Type Method Description voidTCPNIOTransport. fireIOEvent(IOEvent ioEvent, Connection connection, IOEventLifeCycleListener listener)voidUDPNIOTransport. fireIOEvent(IOEvent ioEvent, Connection connection, IOEventLifeCycleListener listener) -
Uses of IOEventLifeCycleListener in org.glassfish.grizzly.strategies
Fields in org.glassfish.grizzly.strategies declared as IOEventLifeCycleListener Modifier and Type Field Description protected static IOEventLifeCycleListenerAbstractIOStrategy. ENABLE_INTEREST_LIFECYCLE_LISTENERMethods in org.glassfish.grizzly.strategies with parameters of type IOEventLifeCycleListener Modifier and Type Method Description protected static voidAbstractIOStrategy. fireIOEvent(Connection connection, IOEvent ioEvent, IOEventLifeCycleListener listener, Logger logger)
-