Package | Description |
---|---|
org.glassfish.grizzly.filterchain |
Modifier and Type | Method and Description |
---|---|
static FilterChainContext.Operation |
FilterChainContext.Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterChainContext.Operation[] |
FilterChainContext.Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
FilterChainContext |
BaseFilter.createContext(Connection connection,
FilterChainContext.Operation operation) |
protected static int |
DefaultFilterChain.indexOfRemainder(org.glassfish.grizzly.filterchain.DefaultFilterChain.FiltersState filtersState,
FilterChainContext.Operation operation,
int start,
int end)
Locates a message remainder in the
FilterChain , associated with the
Connection . |
Copyright © 2012-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.