Package | Description |
---|---|
org.glassfish.grizzly | |
org.glassfish.grizzly.asyncqueue | |
org.glassfish.grizzly.filterchain |
Modifier and Type | Method and Description |
---|---|
static ProcessorResult |
ProcessorResult.createComplete() |
static ProcessorResult |
ProcessorResult.createComplete(Object data) |
static ProcessorResult |
ProcessorResult.createError() |
static ProcessorResult |
ProcessorResult.createError(Object description) |
static ProcessorResult |
ProcessorResult.createLeave() |
static ProcessorResult |
ProcessorResult.createNotRun() |
static ProcessorResult |
ProcessorResult.createReregister(Context context) |
static ProcessorResult |
ProcessorResult.createRerun(Context context) |
static ProcessorResult |
ProcessorResult.createTerminate() |
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
occurred on a connection
|
protected ProcessorResult |
ProcessorResult.setData(Object context) |
protected ProcessorResult |
ProcessorResult.setStatus(ProcessorResult.Status status) |
Modifier and Type | Method and Description |
---|---|
void |
Context.complete(ProcessorResult result) |
Modifier and Type | Method and Description |
---|---|
ProcessorResult |
AsyncQueue.AsyncResult.toProcessorResult() |
Modifier and Type | Method and Description |
---|---|
ProcessorResult |
FilterChain.execute(FilterChainContext context)
Method processes occurred
IOEvent on this FilterChain . |
ProcessorResult |
DefaultFilterChain.execute(FilterChainContext ctx)
Execute this FilterChain.
|
ProcessorResult |
DefaultFilterChain.process(Context context) |
Copyright © 2014 Oracle Corporation. All rights reserved.