Package | Description |
---|---|
org.glassfish.grizzly | |
org.glassfish.grizzly.nio.transport | |
org.glassfish.grizzly.strategies |
Modifier and Type | Class and Description |
---|---|
class |
EmptyIOEventProcessingHandler
Empty
IOEventProcessingHandler implementation. |
static class |
IOEventProcessingHandler.Adapter
Empty
IOEventProcessingHandler implementation. |
Modifier and Type | Field and Description |
---|---|
protected IOEventProcessingHandler |
Context.processingHandler
IOEventProcessingHandler is called to notify about IOEvent processing
life-cycle events like suspend, resume, complete.
|
Modifier and Type | Method and Description |
---|---|
IOEventProcessingHandler |
Context.getProcessingHandler() |
Modifier and Type | Method and Description |
---|---|
static Context |
Context.create(Connection connection,
Processor processor,
IOEvent ioEvent,
IOEventProcessingHandler processingHandler) |
static void |
ProcessorExecutor.execute(Connection connection,
IOEvent ioEvent,
Processor processor,
IOEventProcessingHandler processingHandler) |
void |
Transport.fireIOEvent(IOEvent ioEvent,
Connection connection,
IOEventProcessingHandler processingHandler)
Fires specific
IOEvent on the Connection |
void |
Context.setIoEvent(IOEvent event,
IOEventProcessingHandler handler)
Set the processing
IOEvent . |
void |
Context.setProcessingHandler(IOEventProcessingHandler processingHandler) |
Modifier and Type | Method and Description |
---|---|
void |
UDPNIOTransport.fireIOEvent(IOEvent ioEvent,
Connection connection,
IOEventProcessingHandler processingHandler) |
void |
TCPNIOTransport.fireIOEvent(IOEvent ioEvent,
Connection connection,
IOEventProcessingHandler processingHandler) |
Modifier and Type | Field and Description |
---|---|
protected static IOEventProcessingHandler |
AbstractIOStrategy.ENABLE_INTEREST_PROCESSING_HANDLER |
Modifier and Type | Method and Description |
---|---|
protected static void |
AbstractIOStrategy.fireIOEvent(Connection connection,
IOEvent ioEvent,
IOEventProcessingHandler ph,
Logger logger) |
Copyright © 2014 Oracle Corporation. All rights reserved.