NextAction |
FilterExecutor.execute(Filter filter,
FilterChainContext context) |
|
protected NextAction |
DefaultFilterChain.executeFilter(FilterExecutor executor,
Filter currentFilter,
FilterChainContext ctx) |
|
NextAction |
FilterChainContext.getForkAction() |
|
NextAction |
FilterChainContext.getForkAction(NextAction nextAction) |
|
NextAction |
FilterChainContext.getInvokeAction() |
|
<E> NextAction |
FilterChainContext.getInvokeAction(E incompleteChunk,
Appender<E> appender) |
|
NextAction |
FilterChainContext.getInvokeAction(Object unparsedChunk) |
|
NextAction |
FilterChainContext.getRerunFilterAction() |
|
NextAction |
FilterChainContext.getStopAction() |
|
<E> NextAction |
FilterChainContext.getStopAction(E incompleteChunk,
Appender<E> appender) |
|
NextAction |
FilterChainContext.getStopAction(Object incompleteChunk) |
|
NextAction |
FilterChainContext.getSuspendAction() |
|
NextAction |
FilterChainContext.getSuspendingStopAction() |
Deprecated.
|
NextAction |
BaseFilter.handleAccept(FilterChainContext ctx) |
Execute a unit of processing work to be performed, when server channel has accepted the client connection.
|
NextAction |
Filter.handleAccept(FilterChainContext ctx) |
Execute a unit of processing work to be performed, when server channel has accepted the client connection.
|
NextAction |
TransportFilter.handleAccept(FilterChainContext ctx) |
Delegates accept operation to Transport's specific transport filter.
|
NextAction |
BaseFilter.handleClose(FilterChainContext ctx) |
Execute a unit of processing work to be performed, when connection has been closed.
|
NextAction |
Filter.handleClose(FilterChainContext ctx) |
Execute a unit of processing work to be performed, when connection has been closed.
|
NextAction |
TransportFilter.handleClose(FilterChainContext ctx) |
Delegates close operation to Transport's specific transport filter.
|
NextAction |
BaseFilter.handleConnect(FilterChainContext ctx) |
Execute a unit of processing work to be performed, when channel gets connected.
|
NextAction |
Filter.handleConnect(FilterChainContext ctx) |
Execute a unit of processing work to be performed, when channel gets connected.
|
NextAction |
TransportFilter.handleConnect(FilterChainContext ctx) |
Delegates connect operation to Transport's specific transport filter.
|
NextAction |
BaseFilter.handleEvent(FilterChainContext ctx,
FilterChainEvent event) |
Handle custom event associated with the Connection.
|
NextAction |
Filter.handleEvent(FilterChainContext ctx,
FilterChainEvent event) |
Handle custom event associated with the Connection.
|
NextAction |
TransportFilter.handleEvent(FilterChainContext ctx,
FilterChainEvent event) |
Delegates event operation to Transport's specific transport filter.
|
NextAction |
AbstractCodecFilter.handleRead(FilterChainContext ctx) |
|
NextAction |
BaseFilter.handleRead(FilterChainContext ctx) |
Execute a unit of processing work to be performed, when channel will become available for reading.
|
NextAction |
Filter.handleRead(FilterChainContext ctx) |
Execute a unit of processing work to be performed, when channel will become available for reading.
|
NextAction |
TransportFilter.handleRead(FilterChainContext ctx) |
Delegates reading operation to Transport's specific transport filter.
|
NextAction |
AbstractCodecFilter.handleWrite(FilterChainContext ctx) |
|
NextAction |
BaseFilter.handleWrite(FilterChainContext ctx) |
Execute a unit of processing work to be performed, when some data should be written on channel.
|
NextAction |
Filter.handleWrite(FilterChainContext ctx) |
Execute a unit of processing work to be performed, when some data should be written on channel.
|
NextAction |
TransportFilter.handleWrite(FilterChainContext ctx) |
Delegates writing operation to Transport's specific transport filter.
|