Uses of Class
org.eclipse.jetty.quic.quiche.Quiche
Packages that use Quiche
Package
Description
This module contains the main abstractions for the QUIC protocol using the Quiche library.
-
Uses of Quiche in org.eclipse.jetty.quic.quiche
Methods in org.eclipse.jetty.quic.quiche that return QuicheModifier and TypeMethodDescriptionstatic Quiche
Quiche.connect
(QuicheConfig quicheConfig, InetSocketAddress local, InetSocketAddress peer) static Quiche
Quiche.connect
(QuicheConfig quicheConfig, InetSocketAddress local, InetSocketAddress peer, int connectionIdLength) QuicheBinding.connect
(QuicheConfig quicheConfig, InetSocketAddress local, InetSocketAddress peer, int connectionIdLength) static Quiche
Quiche.tryAccept
(QuicheConfig quicheConfig, Quiche.TokenValidator tokenValidator, ByteBuffer packetRead, SocketAddress local, SocketAddress peer) Fully consumes thepacketRead
buffer if the connection was accepted.QuicheBinding.tryAccept
(QuicheConfig quicheConfig, Quiche.TokenValidator tokenValidator, ByteBuffer packetRead, SocketAddress local, SocketAddress peer) Constructors in org.eclipse.jetty.quic.quiche with parameters of type QuicheModifierConstructorDescriptionQuicheSession
(Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, QuicConfiguration configuration, Quiche quiche, QuicheConnection connection, SocketAddress localAddress, SocketAddress remoteAddress, Session.Listener listener) -
Uses of Quiche in org.eclipse.jetty.quic.quiche.foreign
Subclasses of Quiche in org.eclipse.jetty.quic.quiche.foreignMethods in org.eclipse.jetty.quic.quiche.foreign that return QuicheModifier and TypeMethodDescriptionForeignQuicheBinding.connect
(QuicheConfig quicheConfig, InetSocketAddress local, InetSocketAddress peer, int connectionIdLength) ForeignQuicheBinding.tryAccept
(QuicheConfig quicheConfig, Quiche.TokenValidator tokenValidator, ByteBuffer packetRead, SocketAddress local, SocketAddress peer) -
Uses of Quiche in org.eclipse.jetty.quic.quiche.jna
Subclasses of Quiche in org.eclipse.jetty.quic.quiche.jnaMethods in org.eclipse.jetty.quic.quiche.jna that return QuicheModifier and TypeMethodDescriptionJnaQuicheBinding.connect
(QuicheConfig quicheConfig, InetSocketAddress local, InetSocketAddress peer, int connectionIdLength) JnaQuicheBinding.tryAccept
(QuicheConfig quicheConfig, Quiche.TokenValidator tokenValidator, ByteBuffer packetRead, SocketAddress local, SocketAddress peer)