Package | Description |
---|---|
org.glassfish.grizzly.http2 | |
org.glassfish.grizzly.http2.draft14 |
Modifier and Type | Field and Description |
---|---|
protected DraftVersion[] |
Http2AddOn.supportedDrafts |
Modifier and Type | Method and Description |
---|---|
static DraftVersion |
DraftVersion.fromString(String version) |
protected DraftVersion |
Http2BaseFilter.getHttp2UpgradingVersion(HttpHeader httpHeader) |
abstract DraftVersion |
Http2Connection.getVersion() |
static DraftVersion |
DraftVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DraftVersion[] |
DraftVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected Http2Connection |
Http2ClientFilter.createClientHttp2Connection(DraftVersion draftVersion,
Connection connection)
Creates client-side
Http2Connection with preconfigured
initial-windows-size and max-concurrent-streams. |
protected Http2Connection |
Http2BaseFilter.createHttp2Connection(DraftVersion draftVersion,
Connection connection,
boolean isServer)
Creates
Http2Connection with preconfigured initial-windows-size and
max-concurrent-streams |
protected SettingsFrame.SettingsFrameBuilder |
Http2ClientFilter.prepareSettings(DraftVersion version) |
protected SettingsFrame.SettingsFrameBuilder |
Http2ClientFilter.prepareSettings(DraftVersion version,
SettingsFrame.SettingsFrameBuilder builder) |
Constructor and Description |
---|
Http2AddOn(DraftVersion... supportedDrafts) |
Http2BaseFilter(DraftVersion... supportedDraftVersions)
Constructs Http2HandlerFilter.
|
Http2BaseFilter(ExecutorService threadPool,
DraftVersion... supportedDraftVersions)
Constructs Http2HandlerFilter.
|
Http2ClientFilter(DraftVersion... supportedDraftVersions) |
Http2ClientFilter(ExecutorService threadPool,
DraftVersion... supportedDraftVersions) |
Http2ServerFilter(DraftVersion... supportedDraftVersions) |
Http2ServerFilter(ExecutorService threadPool,
DraftVersion... supportedDraftVersions) |
Modifier and Type | Method and Description |
---|---|
DraftVersion |
Http2Connection14.getVersion() |
Copyright © 2023 Oracle Corporation. All rights reserved.