| Interface | Description |
|---|---|
| Http2Packet |
| Class | Description |
|---|---|
| AlpnSupport |
Grizzly TLS Next Protocol Negotiation support class.
|
| Constants | |
| Http2AddOn |
FilterChain after being processed by Http2AddOn:
|
| Http2BaseFilter |
The
Filter serves as a bridge
between HTTP2 frames and upper-level HTTP layers by converting Http2Frames into
HttpPackets and passing them up/down by the FilterChain. |
| Http2ClientFilter | |
| Http2Connection |
The HTTP2 connection abstraction.
|
| Http2ConnectionOutputSink |
Class represents an output sink associated with specific
Http2Connection
and is responsible for session (connection) level flow control. |
| Http2FrameCodec | |
| Http2FrameCodec.FrameParsingState | |
| Http2ServerFilter | |
| Http2Stream |
The abstraction representing HTTP2 stream.
|
| Http2Stream.Termination | |
| PushResource |
The class represents the data to be pushed from server to client.
|
| PushResource.PushResourceBuilder |
PushResource builder to be used to create
PushResource instance. |
| Source |
The class represents generic source of data to be sent on
Http2Stream. |
| Source.SourceFactory | |
| UpgradeOutputSink |
The
StreamOutputSink implementation, which is used when upgrading
HTTP -> HTTP/2 connections. |
| Enum | Description |
|---|---|
| DraftVersion |
Supported HTTP2 draft versions enum
|
| Http2Stream.TerminationType | |
| Http2StreamState |
Http2Stream states. |
| Exception | Description |
|---|---|
| Http2ConnectionException |
SPDY Session exception.
|
| Http2StreamException |
SPDY Stream exception.
|
Copyright © 2021 Oracle Corporation. All rights reserved.