| Package | Description |
|---|---|
| org.glassfish.grizzly.spdy |
| Modifier and Type | Field and Description |
|---|---|
protected SpdyMode |
SpdyAddOn.mode |
| Modifier and Type | Method and Description |
|---|---|
static SpdyMode |
SpdyMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpdyMode[] |
SpdyMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
SpdyAddOn.updateFilterChain(SpdyMode mode,
org.glassfish.grizzly.filterchain.FilterChainBuilder builder) |
| Constructor and Description |
|---|
SpdyAddOn(SpdyMode mode) |
SpdyAddOn(SpdyMode mode,
SpdyVersion... supportedSpdyVersions) |
SpdyHandlerFilter(SpdyMode spdyMode)
Constructs SpdyHandlerFilter.
|
SpdyHandlerFilter(SpdyMode spdyMode,
ExecutorService threadPool,
SpdyVersion... supportedSpdyVersions)
Constructs SpdyHandlerFilter.
|
SpdyHandlerFilter(SpdyMode spdyMode,
SpdyVersion... supportedSpdyVersions)
Constructs SpdyHandlerFilter.
|
Copyright © 2020 Oracle Corporation. All Rights Reserved.