Package | Description |
---|---|
org.glassfish.grizzly | |
org.glassfish.grizzly.nio.transport | |
org.glassfish.grizzly.strategies |
Modifier and Type | Class and Description |
---|---|
static class |
IOEventLifeCycleListener.Adapter
Empty
IOEventLifeCycleListener implementation. |
Modifier and Type | Field and Description |
---|---|
protected Context.MinimalisticArrayList<IOEventLifeCycleListener> |
Context.lifeCycleListeners
IOEventProcessingHandler is called to notify about IOEvent processing
life-cycle events like suspend, resume, complete.
|
Modifier and Type | Method and Description |
---|---|
void |
Context.addLifeCycleListener(IOEventLifeCycleListener listener) |
static Context |
Context.create(Connection connection,
Processor processor,
IOEvent ioEvent,
IOEventLifeCycleListener lifeCycleListener) |
static void |
ProcessorExecutor.execute(Connection connection,
IOEvent ioEvent,
Processor processor,
IOEventLifeCycleListener lifeCycleListener) |
void |
Transport.fireIOEvent(IOEvent ioEvent,
Connection connection,
IOEventLifeCycleListener listener)
Fires specific
IOEvent on the Connection |
boolean |
Context.hasLifeCycleListener(IOEventLifeCycleListener listener) |
boolean |
Context.removeLifeCycleListener(IOEventLifeCycleListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
TCPNIOTransport.fireIOEvent(IOEvent ioEvent,
Connection connection,
IOEventLifeCycleListener listener) |
void |
UDPNIOTransport.fireIOEvent(IOEvent ioEvent,
Connection connection,
IOEventLifeCycleListener listener) |
Modifier and Type | Field and Description |
---|---|
protected static IOEventLifeCycleListener |
AbstractIOStrategy.ENABLE_INTEREST_LIFECYCLE_LISTENER |
Modifier and Type | Method and Description |
---|---|
protected static void |
AbstractIOStrategy.fireIOEvent(Connection connection,
IOEvent ioEvent,
IOEventLifeCycleListener listener,
Logger logger) |
Copyright © 2015 Oracle Corporation. All rights reserved.