-
static interface
The client-side HTTP/3 API representing a connection with a server.
static interface
The server-side HTTP/3 API representing a connection with a client.
default void
Callback method invoked when a connection has been accepted by the server.
default void
Callback method invoked when the underlying transport has been disconnected.
default void
Callback method invoked when a failure has been detected for this session.
default void
Callback method invoked when a GOAWAY frame has been received.
default boolean
Callback method invoked when the idle timeout has expired.
Callback method invoked just before the initial SETTINGS frame is sent
to the remote peer, to gather the configuration settings that the local
peer wants to send to the remote peer.
default void
Callback method invoked when a SETTINGS frame has been received.