Package | Description |
---|---|
org.glassfish.grizzly.filterchain | |
org.glassfish.grizzly.ssl |
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) |
Modifier and Type | Method and Description |
---|---|
FilterChainContext |
SSLBaseFilter.SSLTransportFilterWrapper.createContext(Connection connection,
FilterChainContext.Operation operation) |
Copyright © 2015 Oracle Corporation. All rights reserved.