All Classes and Interfaces
Class
Description
The base parser for the frame body of HTTP/2 frames.
A flow control strategy that accumulates updates and emits window control
frames when the accumulated value reaches a threshold.
The set of close states for a stream or a session.
Standard HTTP/2 error codes.
The parser for the frame header of HTTP/2 frames.
A HTTP/2 specific handler of events for normal and tunnelled exchanges.
A client specific handler for events that happen after
a
HEADERS response frame is received.A server specific handler for events that happen after
a
HEADERS request frame is received.Comparator that orders non blacklisted ciphers before blacklisted ones.
An ordered list of frames belonging to the same stream.
The HTTP/2 protocol parser.
Controls rate of events via
RateControl.onEvent(Object).Factory to create RateControl instances.
Server-side extension of
Session.Listener that exposes additional events.A
Session represents the client-side endpoint of an HTTP/2 connection to a single origin server.A
Session.Listener is the passive counterpart of a Session and
receives events happening on an HTTP/2 connection.A
Retainable wrapper of a DataFrame.A
Stream.Listener is the passive counterpart of a Stream and receives
events happening on an HTTP/2 stream.An implementation of
RateControl that limits the number of
events within a time period.