All Classes and Interfaces

Class
Description
The base parser for the frame body of HTTP/3 frames.
 
 
 
 
 
The HTTP/3 protocol parser.
 
 
 
 
 
 
 
 
 
 
 
 
The parser for the frame header of HTTP/3 frames.
 
 
 
The HTTP/3 configuration parameters.
 
 
 
 
 
 
 
 
 
 
 
 
 
The HTTP/3 protocol parser.
 
 
 
 
 
The low-level HTTP/3 API representing a connection with a remote peer.
The client-side HTTP/3 API representing a connection with a server.
The client-side specific Session.Listener.
A Session.Listener is the passive counterpart of a Session and receives events happening on an HTTP/3 connection.
The server-side HTTP/3 API representing a connection with a client.
The server-side specific Session.Listener.
 
 
 
A Stream represents a bidirectional exchange of data within a Session.
The client side version of Stream.
A Stream.Client.Listener is the passive counterpart of a Stream.Client and receives client-side events happening on an HTTP/3 stream.
A Stream.Data instance associates a ByteBuffer containing request bytes or response bytes with a completion event that applications must trigger when the bytes have been processed.
The server side version of Stream.
A Stream.Server.Listener is the passive counterpart of a Stream.Server and receives server-side events happening on an HTTP/3 stream.
 
 
Encodes and decodes long values as specified by QUIC.