Package | Description |
---|---|
org.glassfish.grizzly.spdy | |
org.glassfish.grizzly.spdy.v3 | |
org.glassfish.grizzly.spdy.v31 |
Modifier and Type | Field and Description |
---|---|
protected static SpdyVersion[] |
SpdyAddOn.ALL_SPDY_VERSIONS |
protected SpdyVersion[] |
SpdyAddOn.supportedSpdyVersions |
Modifier and Type | Method and Description |
---|---|
static SpdyVersion |
SpdyVersion.fromString(String spdyVersion) |
abstract SpdyVersion |
SpdySession.getVersion() |
static SpdyVersion |
SpdyVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpdyVersion[] |
SpdyVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected SpdySession |
SpdyHandlerFilter.createSpdySession(SpdyVersion spdyVersion,
Connection connection,
boolean isServer)
Creates
SpdySession with preconfigured initial-windows-size and
max-concurrent- |
Constructor and Description |
---|
ProtocolNegotiator(FilterChain filterChain,
SpdyVersion[] supportedSpdyVersions) |
SpdyAddOn(SpdyMode mode,
SpdyVersion... supportedSpdyVersions) |
SpdyHandlerFilter(SpdyMode spdyMode,
ExecutorService threadPool,
SpdyVersion... supportedSpdyVersions)
Constructs SpdyHandlerFilter.
|
SpdyHandlerFilter(SpdyMode spdyMode,
SpdyVersion... supportedSpdyVersions)
Constructs SpdyHandlerFilter.
|
Modifier and Type | Method and Description |
---|---|
SpdyVersion |
SpdySession3.getVersion() |
Modifier and Type | Method and Description |
---|---|
SpdyVersion |
SpdySession31.getVersion() |
Copyright © 2015 Oracle Corporation. All rights reserved.