Package | Description |
---|---|
org.glassfish.grizzly.filterchain |
Modifier and Type | Method and Description |
---|---|
protected org.glassfish.grizzly.filterchain.DefaultFilterChain.FilterExecution |
DefaultFilterChain.executeChainPart(FilterChainContext ctx,
FilterExecutor executor,
int start,
int end,
DefaultFilterChain.FiltersState filtersState)
|
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. |
Copyright © 2014 Oracle Corporation. All rights reserved.