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.
 
 
 
 
 
 
Deprecated, for removal: This API element is subject to removal in a future version.
No replacement, never used.
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.
 
 
 
Listener for processable HTTP/2 frames that have been received.
Listener for open/close Session events.
 
An ordered list of frames belonging to the same stream.
 
Deprecated, for removal: This API element is subject to removal in a future version.
No replacement, never used.
The HTTP/2 protocol parser.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Controls rate of events via RateControl.onEvent(Object).
Factory to create RateControl instances.
 
 
 
Exception indicating that the HTTP/2 stream was not handled by the server, and can therefore be retried, if possible.
 
 
 
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 container of HTTP/2 Session instances.
 
 
 
 
A Stream represents a bidirectional exchange of data on top of a Session.
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.