Interface Session.Server

All Superinterfaces:
Session
All Known Implementing Classes:
HTTP3SessionServer
Enclosing interface:
Session

public static interface Session.Server extends Session

The server-side HTTP/3 API representing a connection with a client.

To receive HTTP/3 request events, see Session.Server.Listener.onRequest(Stream.Server, HeadersFrame).