| Methods in org.glassfish.grizzly.filterchain with parameters of type DefaultFilterChain.FiltersState |
protected org.glassfish.grizzly.filterchain.DefaultFilterChain.FilterExecution |
DefaultFilterChain.executeChainPart(FilterChainContext ctx,
FilterExecutor executor,
int start,
int end,
DefaultFilterChain.FiltersState filtersState)
Sequentially lets each Filter in chain to process IOEvent. |
protected static int |
DefaultFilterChain.indexOfRemainder(DefaultFilterChain.FiltersState filtersState,
FilterChainContext.Operation operation,
int start,
int end)
Locates a message remainder in the FilterChain, associated with the
Connection. |
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. |