Uses of Interface
org.eclipse.jetty.quic.quiche.QuicheConnection.TokenValidator
Packages that use QuicheConnection.TokenValidator
-
Uses of QuicheConnection.TokenValidator in org.eclipse.jetty.quic.quiche
Methods in org.eclipse.jetty.quic.quiche with parameters of type QuicheConnection.TokenValidatorModifier and TypeMethodDescriptionQuicheBinding.tryAccept
(QuicheConfig quicheConfig, QuicheConnection.TokenValidator tokenValidator, ByteBuffer packetRead, SocketAddress local, SocketAddress peer) static QuicheConnection
QuicheConnection.tryAccept
(QuicheConfig quicheConfig, QuicheConnection.TokenValidator tokenValidator, ByteBuffer packetRead, SocketAddress local, SocketAddress peer) Fully consumes thepacketRead
buffer if the connection was accepted. -
Uses of QuicheConnection.TokenValidator in org.eclipse.jetty.quic.quiche.jna
Methods in org.eclipse.jetty.quic.quiche.jna with parameters of type QuicheConnection.TokenValidatorModifier and TypeMethodDescriptionJnaQuicheBinding.tryAccept
(QuicheConfig quicheConfig, QuicheConnection.TokenValidator tokenValidator, ByteBuffer packetRead, SocketAddress local, SocketAddress peer) static JnaQuicheConnection
JnaQuicheConnection.tryAccept
(QuicheConfig quicheConfig, QuicheConnection.TokenValidator tokenValidator, ByteBuffer packetRead, SocketAddress local, SocketAddress peer) Fully consumes thepacketRead
buffer if the connection was accepted.