Uses of Interface
org.eclipse.jetty.quic.quiche.Quiche.TokenMinter
Packages that use Quiche.TokenMinter
Package
Description
This module contains the main abstractions for the QUIC protocol using the Quiche library.
-
Uses of Quiche.TokenMinter in org.eclipse.jetty.quic.quiche
Methods in org.eclipse.jetty.quic.quiche with parameters of type Quiche.TokenMinterModifier and TypeMethodDescriptionstatic boolean
Quiche.negotiate
(Quiche.TokenMinter tokenMinter, ByteBuffer packetRead, ByteBuffer packetToSend) Fully consumes thepacketRead
buffer.boolean
QuicheBinding.negotiate
(Quiche.TokenMinter tokenMinter, ByteBuffer packetRead, ByteBuffer packetToSend) -
Uses of Quiche.TokenMinter in org.eclipse.jetty.quic.quiche.foreign
Methods in org.eclipse.jetty.quic.quiche.foreign with parameters of type Quiche.TokenMinterModifier and TypeMethodDescriptionboolean
ForeignQuicheBinding.negotiate
(Quiche.TokenMinter tokenMinter, ByteBuffer packetRead, ByteBuffer packetToSend) static boolean
ForeignQuicheConnection.negotiate
(Quiche.TokenMinter tokenMinter, ByteBuffer packetRead, ByteBuffer packetToSend) -
Uses of Quiche.TokenMinter in org.eclipse.jetty.quic.quiche.jna
Methods in org.eclipse.jetty.quic.quiche.jna with parameters of type Quiche.TokenMinterModifier and TypeMethodDescriptionboolean
JnaQuicheBinding.negotiate
(Quiche.TokenMinter tokenMinter, ByteBuffer packetRead, ByteBuffer packetToSend) static boolean
JnaQuicheConnection.negotiate
(Quiche.TokenMinter tokenMinter, ByteBuffer packetRead, ByteBuffer packetToSend) Fully consumes thepacketRead
buffer.