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 booleanQuiche.negotiate(Quiche.TokenMinter tokenMinter, ByteBuffer packetRead, ByteBuffer packetToSend) Fully consumes thepacketReadbuffer.booleanQuicheBinding.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 TypeMethodDescriptionbooleanForeignQuicheBinding.negotiate(Quiche.TokenMinter tokenMinter, ByteBuffer packetRead, ByteBuffer packetToSend) static booleanForeignQuicheConnection.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 TypeMethodDescriptionbooleanJnaQuicheBinding.negotiate(Quiche.TokenMinter tokenMinter, ByteBuffer packetRead, ByteBuffer packetToSend) static booleanJnaQuicheConnection.negotiate(Quiche.TokenMinter tokenMinter, ByteBuffer packetRead, ByteBuffer packetToSend) Fully consumes thepacketReadbuffer.