|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProcessorResult | |
|---|---|
| com.sun.grizzly | |
| com.sun.grizzly.callbackhandler | |
| com.sun.grizzly.filterchain | |
| com.sun.grizzly.nio | |
| com.sun.grizzly.nio.transport | |
| com.sun.grizzly.utils | |
| Uses of ProcessorResult in com.sun.grizzly |
|---|
| Methods in com.sun.grizzly that return ProcessorResult | |
|---|---|
ProcessorResult |
StandaloneProcessor.process(Context context)
This method should never be called, because StandaloneProcessor.isInterested(IOEvent) returns false for any
IOEvent. |
ProcessorResult |
Processor.process(E context)
Method will be called by framework to process some event, which occured on a connection |
| Methods in com.sun.grizzly with parameters of type ProcessorResult | |
|---|---|
void |
PostProcessor.process(ProcessorResult result,
E context)
Method will be called by framework to post process the I/O event, which occured on a connection |
| Uses of ProcessorResult in com.sun.grizzly.callbackhandler |
|---|
| Methods in com.sun.grizzly.callbackhandler that return ProcessorResult | |
|---|---|
ProcessorResult |
AbstractCallbackHandler.process(Context context)
Delegate IOEvent processing to appropriate
CallbackHandler method. |
| Uses of ProcessorResult in com.sun.grizzly.filterchain |
|---|
| Methods in com.sun.grizzly.filterchain that return ProcessorResult | |
|---|---|
ProcessorResult |
DefaultFilterChain.execute(FilterChainContext ctx)
Execute this FilterChain. |
abstract ProcessorResult |
AbstractFilterChain.execute(FilterChainContext context)
Method processes occured IOEvent on this FilterChain. |
ProcessorResult |
AbstractFilterChain.process(Context context)
Delegates processing to AbstractFilterChain.execute(com.sun.grizzly.filterchain.FilterChainContext) |
| Uses of ProcessorResult in com.sun.grizzly.nio |
|---|
| Methods in com.sun.grizzly.nio that return ProcessorResult | |
|---|---|
ProcessorResult |
AbstractNIOAsyncQueueReader.process(Context context)
Method will be called by framework to process some event, which occured on a connection |
ProcessorResult |
AbstractNIOAsyncQueueWriter.process(Context context)
Method will be called by framework to process some event, which occured on a connection |
| Uses of ProcessorResult in com.sun.grizzly.nio.transport |
|---|
| Methods in com.sun.grizzly.nio.transport that return ProcessorResult | |
|---|---|
ProcessorResult |
TCPNIOConnectorHandler.ConnectorEventProcessor.process(Context context)
Method will be called by framework, when async connect will be completed |
ProcessorResult |
TCPNIOServerConnection.AcceptorEventProcessor.process(Context context)
Method will be called by framework, when async accept will be ready |
| Methods in com.sun.grizzly.nio.transport with parameters of type ProcessorResult | |
|---|---|
void |
TCPNIOTransport.EnableInterestPostProcessor.process(ProcessorResult result,
Context context)
|
void |
UDPNIOTransport.EnableInterestPostProcessor.process(ProcessorResult result,
Context context)
|
| Uses of ProcessorResult in com.sun.grizzly.utils |
|---|
| Methods in com.sun.grizzly.utils that return ProcessorResult | |
|---|---|
ProcessorResult |
ProcessorWrapper.process(E context)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||