|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of FilterChainContext in org.glassfish.grizzly.compression.lzma |
|---|
| Methods in org.glassfish.grizzly.compression.lzma with parameters of type FilterChainContext | |
|---|---|
NextAction |
LZMAFilter.handleClose(FilterChainContext ctx)
|
NextAction |
LZMAFilter.handleRead(FilterChainContext ctx)
|
NextAction |
LZMAFilter.handleWrite(FilterChainContext ctx)
|
| Uses of FilterChainContext in org.glassfish.grizzly.compression.zip |
|---|
| Methods in org.glassfish.grizzly.compression.zip with parameters of type FilterChainContext | |
|---|---|
NextAction |
GZipFilter.handleClose(FilterChainContext ctx)
Method perform the clean up of GZIP encoding/decoding state on a closed Connection. |
NextAction |
GZipFilter.handleRead(FilterChainContext ctx)
Method decodes GZIP encoded data stored in getMessage() and,
as the result, produces a Buffer with a plain data. |
NextAction |
GZipFilter.handleWrite(FilterChainContext ctx)
Method compresses plain data stored in getMessage() and,
as the result, produces a Buffer with a GZIP compressed data. |
| Uses of FilterChainContext in org.glassfish.grizzly.filterchain |
|---|
| Fields in org.glassfish.grizzly.filterchain with type parameters of type FilterChainContext | |
|---|---|
protected FutureImpl<FilterChainContext> |
FilterChainContext.operationCompletionFuture
FutureImpl, which will be notified, when operation will be
complete. |
protected CompletionHandler<FilterChainContext> |
FilterChainContext.operationCompletionHandler
CompletionHandler, which will be notified, when operation will be
complete. |
| Methods in org.glassfish.grizzly.filterchain that return FilterChainContext | |
|---|---|
static FilterChainContext |
FilterChainContext.create(Connection connection)
|
FilterChainContext |
BaseFilter.createContext(Connection connection,
FilterChainContext.Operation operation)
|
FilterChainContext |
FilterChain.obtainFilterChainContext(Connection connection)
|
FilterChainContext |
AbstractFilterChain.obtainFilterChainContext(Connection connection)
|
| Methods in org.glassfish.grizzly.filterchain that return types with arguments of type FilterChainContext | |
|---|---|
GrizzlyFuture<FilterChainContext> |
FilterChain.fireEventDownstream(Connection connection,
FilterChainEvent event,
CompletionHandler<FilterChainContext> completionHandler)
|
GrizzlyFuture<FilterChainContext> |
DefaultFilterChain.fireEventDownstream(Connection connection,
FilterChainEvent event,
CompletionHandler<FilterChainContext> completionHandler)
|
GrizzlyFuture<FilterChainContext> |
FilterChain.fireEventUpstream(Connection connection,
FilterChainEvent event,
CompletionHandler<FilterChainContext> completionHandler)
|
GrizzlyFuture<FilterChainContext> |
DefaultFilterChain.fireEventUpstream(Connection connection,
FilterChainEvent event,
CompletionHandler<FilterChainContext> completionHandler)
|
| Methods in org.glassfish.grizzly.filterchain with parameters of type FilterChainContext | |
|---|---|
int |
FilterExecutor.defaultEndIdx(FilterChainContext context)
|
int |
FilterExecutor.defaultStartIdx(FilterChainContext context)
|
void |
Filter.exceptionOccurred(FilterChainContext ctx,
java.lang.Throwable error)
Notification about exception, occurred on the FilterChain |
void |
BaseFilter.exceptionOccurred(FilterChainContext ctx,
java.lang.Throwable error)
Notification about exception, occurred on the FilterChain |
ProcessorResult |
FilterChain.execute(FilterChainContext context)
Method processes occurred IOEvent on this FilterChain. |
ProcessorResult |
DefaultFilterChain.execute(FilterChainContext ctx)
Execute this FilterChain. |
NextAction |
FilterExecutor.execute(Filter filter,
FilterChainContext context)
|
protected DefaultFilterChain.FilterExecution |
DefaultFilterChain.executeChainPart(FilterChainContext ctx,
FilterExecutor executor,
int start,
int end)
Sequentially lets each Filter in chain to process IOEvent. |
protected NextAction |
DefaultFilterChain.executeFilter(FilterExecutor executor,
Filter currentFilter,
FilterChainContext ctx)
Execute the Filter, using specific FilterExecutor and
FilterChainContext. |
void |
FilterChain.fail(FilterChainContext context,
java.lang.Throwable failure)
|
void |
DefaultFilterChain.fail(FilterChainContext context,
java.lang.Throwable failure)
|
int |
FilterExecutor.getNextFilter(FilterChainContext context)
|
int |
FilterExecutor.getPreviousFilter(FilterChainContext context)
|
NextAction |
TransportFilter.handleAccept(FilterChainContext ctx)
Delegates accept operation to Transport's specific transport
filter. |
NextAction |
Filter.handleAccept(FilterChainContext ctx)
Execute a unit of processing work to be performed, when server channel has accepted the client connection. |
NextAction |
BaseFilter.handleAccept(FilterChainContext ctx)
Execute a unit of processing work to be performed, when server channel has accepted the client connection. |
NextAction |
TransportFilter.handleClose(FilterChainContext ctx)
Delegates close operation to Transport's specific transport
filter. |
NextAction |
Filter.handleClose(FilterChainContext ctx)
Execute a unit of processing work to be performed, when connection has been closed. |
NextAction |
BaseFilter.handleClose(FilterChainContext ctx)
Execute a unit of processing work to be performed, when connection has been closed. |
NextAction |
TransportFilter.handleConnect(FilterChainContext ctx)
Delegates connect operation to Transport's specific transport
filter. |
NextAction |
Filter.handleConnect(FilterChainContext ctx)
Execute a unit of processing work to be performed, when channel gets connected. |
NextAction |
BaseFilter.handleConnect(FilterChainContext ctx)
Execute a unit of processing work to be performed, when channel gets connected. |
NextAction |
TransportFilter.handleEvent(FilterChainContext ctx,
FilterChainEvent event)
Delegates event operation to Transport's specific transport
filter. |
NextAction |
Filter.handleEvent(FilterChainContext ctx,
FilterChainEvent event)
Handle custom event associated with the Connection. |
NextAction |
BaseFilter.handleEvent(FilterChainContext ctx,
FilterChainEvent event)
Handle custom event associated with the Connection. |
NextAction |
TransportFilter.handleRead(FilterChainContext ctx)
Delegates reading operation to Transport's specific transport
filter. |
NextAction |
Filter.handleRead(FilterChainContext ctx)
Execute a unit of processing work to be performed, when channel will become available for reading. |
NextAction |
BaseFilter.handleRead(FilterChainContext ctx)
Execute a unit of processing work to be performed, when channel will become available for reading. |
NextAction |
AbstractCodecFilter.handleRead(FilterChainContext ctx)
|
NextAction |
TransportFilter.handleWrite(FilterChainContext ctx)
Delegates writing operation to Transport's specific transport
filter. |
NextAction |
Filter.handleWrite(FilterChainContext ctx)
Execute a unit of processing work to be performed, when some data should be written on channel. |
NextAction |
BaseFilter.handleWrite(FilterChainContext ctx)
Execute a unit of processing work to be performed, when some data should be written on channel. |
NextAction |
AbstractCodecFilter.handleWrite(FilterChainContext ctx)
|
boolean |
FilterExecutor.hasNextFilter(FilterChainContext context,
int idx)
|
boolean |
FilterExecutor.hasPreviousFilter(FilterChainContext context,
int idx)
|
void |
FilterExecutor.initIndexes(FilterChainContext context)
|
void |
FilterChainContext.CompletionListener.onComplete(FilterChainContext context)
The method is called, when passed FilterChainContext processing
is complete. |
protected static boolean |
DefaultFilterChain.prepareRemainder(FilterChainContext ctx,
DefaultFilterChain.FiltersState filtersState,
int start,
int end)
Locates a message remainder in the FilterChain, associated with the
Connection and prepares the Context for remainder processing. |
ReadResult |
FilterChain.read(FilterChainContext context)
|
ReadResult |
DefaultFilterChain.read(FilterChainContext context)
|
| Uses of FilterChainContext in org.glassfish.grizzly.nio.transport |
|---|
| Methods in org.glassfish.grizzly.nio.transport with parameters of type FilterChainContext | |
|---|---|
void |
UDPNIOTransportFilter.exceptionOccurred(FilterChainContext ctx,
java.lang.Throwable error)
|
void |
TCPNIOTransportFilter.exceptionOccurred(FilterChainContext ctx,
java.lang.Throwable error)
|
NextAction |
UDPNIOTransportFilter.handleEvent(FilterChainContext ctx,
FilterChainEvent event)
|
NextAction |
TCPNIOTransportFilter.handleEvent(FilterChainContext ctx,
FilterChainEvent event)
|
NextAction |
UDPNIOTransportFilter.handleRead(FilterChainContext ctx)
|
NextAction |
TCPNIOTransportFilter.handleRead(FilterChainContext ctx)
|
NextAction |
UDPNIOTransportFilter.handleWrite(FilterChainContext ctx)
|
NextAction |
TCPNIOTransportFilter.handleWrite(FilterChainContext ctx)
|
| Uses of FilterChainContext in org.glassfish.grizzly.ssl |
|---|
| Methods in org.glassfish.grizzly.ssl with parameters of type FilterChainContext | |
|---|---|
protected Buffer |
SSLFilter.doHandshakeStep(javax.net.ssl.SSLEngine sslEngine,
FilterChainContext context)
|
protected java.lang.Object[] |
SSLFilter.getPeerCertificateChain(javax.net.ssl.SSLEngine sslEngine,
FilterChainContext context,
boolean needClientAuth)
Obtains the certificate chain for this SSL session. |
NextAction |
SSLFilter.handleEvent(FilterChainContext ctx,
FilterChainEvent event)
|
NextAction |
SSLFilter.handleRead(FilterChainContext ctx)
|
NextAction |
SSLFilter.handleWrite(FilterChainContext ctx)
|
protected void |
SSLFilter.renegotiate(javax.net.ssl.SSLEngine sslEngine,
FilterChainContext context)
Performs an SSL renegotiation. |
| Uses of FilterChainContext in org.glassfish.grizzly.utils |
|---|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||