Uses of Class
org.eclipse.jetty.quic.quiche.QuicheConnection
Packages that use QuicheConnection
Package
Description
This module contains the main abstractions for the QUIC protocol using the Quiche library.
-
Uses of QuicheConnection in org.eclipse.jetty.quic.quiche
Methods in org.eclipse.jetty.quic.quiche that return QuicheConnectionConstructors in org.eclipse.jetty.quic.quiche with parameters of type QuicheConnectionModifierConstructorDescriptionQuicheSession
(Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, QuicConfiguration configuration, Quiche quiche, QuicheConnection connection, SocketAddress localAddress, SocketAddress remoteAddress, Session.Listener listener)