Uses of Interface
org.eclipse.jetty.quic.quiche.Quiche.TokenValidator
Packages that use Quiche.TokenValidator
Package
Description
This module contains the main abstractions for the QUIC protocol using the Quiche library.
-
Uses of Quiche.TokenValidator in org.eclipse.jetty.quic.quiche
Methods in org.eclipse.jetty.quic.quiche with parameters of type Quiche.TokenValidatorModifier and TypeMethodDescriptionstatic 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) -
Uses of Quiche.TokenValidator in org.eclipse.jetty.quic.quiche.foreign
Methods in org.eclipse.jetty.quic.quiche.foreign with parameters of type Quiche.TokenValidatorModifier and TypeMethodDescriptionForeignQuicheBinding.tryAccept
(QuicheConfig quicheConfig, Quiche.TokenValidator tokenValidator, ByteBuffer packetRead, SocketAddress local, SocketAddress peer) static ForeignQuicheConnection
ForeignQuicheConnection.tryAccept
(QuicheConfig quicheConfig, Quiche.TokenValidator tokenValidator, ByteBuffer packetRead, SocketAddress local, SocketAddress peer) -
Uses of Quiche.TokenValidator in org.eclipse.jetty.quic.quiche.jna
Methods in org.eclipse.jetty.quic.quiche.jna with parameters of type Quiche.TokenValidatorModifier and TypeMethodDescriptionJnaQuicheBinding.tryAccept
(QuicheConfig quicheConfig, Quiche.TokenValidator tokenValidator, ByteBuffer packetRead, SocketAddress local, SocketAddress peer) static JnaQuicheConnection
JnaQuicheConnection.tryAccept
(QuicheConfig quicheConfig, Quiche.TokenValidator tokenValidator, ByteBuffer packetRead, SocketAddress local, SocketAddress peer) Fully consumes thepacketRead
buffer if the connection was accepted.