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 QuicheQuiche.tryAccept(QuicheConfig quicheConfig, Quiche.TokenValidator tokenValidator, ByteBuffer packetRead, SocketAddress local, SocketAddress peer) Fully consumes thepacketReadbuffer 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 ForeignQuicheConnectionForeignQuicheConnection.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 JnaQuicheConnectionJnaQuicheConnection.tryAccept(QuicheConfig quicheConfig, Quiche.TokenValidator tokenValidator, ByteBuffer packetRead, SocketAddress local, SocketAddress peer) Fully consumes thepacketReadbuffer if the connection was accepted.