JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
All Classes
All Classes
Interface Summary
Class Summary
Enum Summary
Class
Description
AbstractFlowControlStrategy
BodyParser
The base parser for the frame body of HTTP/2 frames.
BufferingFlowControlStrategy
A flow control strategy that accumulates updates and emits window control frames when the accumulated value reaches a threshold.
CloseState
The set of close states for a stream or a session.
CloseState.Event
ContinuationBodyParser
DataBodyParser
DataFrame
DataGenerator
DisconnectFrame
DisconnectGenerator
ErrorCode
Standard HTTP/2 error codes.
FailureFrame
Flags
FlowControlStrategy
FlowControlStrategy.Factory
Frame
FrameGenerator
FrameType
Generator
GoAwayBodyParser
GoAwayFrame
GoAwayGenerator
HeaderBlockFragments
HeaderBlockParser
HeaderGenerator
HeaderParser
The parser for the frame header of HTTP/2 frames.
HeadersBodyParser
HeadersFrame
HeadersGenerator
HTTP2Cipher
HTTP2Cipher.CipherComparator
Comparator that orders non blacklisted ciphers before blacklisted ones.
HTTP2Connection
HTTP2Flusher
HTTP2Flusher.Entry
HTTP2Session
HTTP2Stream
ISession
The SPI interface for implementing a HTTP/2 session.
IStream
The SPI interface for implementing a HTTP/2 stream.
Parser
The HTTP/2 protocol parser.
Parser.Listener
Parser.Listener.Adapter
Parser.Listener.Wrapper
PingBodyParser
PingFrame
PingGenerator
PrefaceFrame
PrefaceGenerator
PrefaceParser
PriorityBodyParser
PriorityFrame
PriorityGenerator
PushPromiseBodyParser
PushPromiseFrame
PushPromiseGenerator
ResetBodyParser
ResetFrame
ResetGenerator
ServerParser
ServerParser.Listener
ServerParser.Listener.Adapter
ServerParser.Listener.Wrapper
ServerSessionListener
Server-side extension of
Session.Listener
that exposes additional events.
ServerSessionListener.Adapter
Empty implementation of
ServerSessionListener
Session
A
Session
represents the client-side endpoint of a HTTP/2 connection to a single origin server.
Session.Listener
A
Session.Listener
is the passive counterpart of a
Session
and receives events happening on a HTTP/2 connection.
Session.Listener.Adapter
Empty implementation of
Stream.Listener
.
SettingsBodyParser
SettingsFrame
SettingsGenerator
SimpleFlowControlStrategy
Stream
A
Stream
represents a bidirectional exchange of data on top of a
Session
.
Stream.Listener
A
Stream.Listener
is the passive counterpart of a
Stream
and receives events happening on a HTTP/2 stream.
Stream.Listener.Adapter
Empty implementation of
Stream.Listener
UnknownBodyParser
WindowUpdateBodyParser
WindowUpdateFrame
WindowUpdateGenerator