Uses of Interface
org.eclipse.jetty.quic.quiche.QuicheConnection.TokenMinter
Packages that use QuicheConnection.TokenMinter
Package
Description
-
Uses of QuicheConnection.TokenMinter in org.eclipse.jetty.quic.quiche
Methods in org.eclipse.jetty.quic.quiche with parameters of type QuicheConnection.TokenMinterModifier and TypeMethodDescriptionboolean
QuicheBinding.negotiate
(QuicheConnection.TokenMinter tokenMinter, ByteBuffer packetRead, ByteBuffer packetToSend) static boolean
QuicheConnection.negotiate
(QuicheConnection.TokenMinter tokenMinter, ByteBuffer packetRead, ByteBuffer packetToSend) Fully consumes thepacketRead
buffer. -
Uses of QuicheConnection.TokenMinter in org.eclipse.jetty.quic.quiche.foreign
Methods in org.eclipse.jetty.quic.quiche.foreign with parameters of type QuicheConnection.TokenMinterModifier and TypeMethodDescriptionboolean
ForeignQuicheBinding.negotiate
(QuicheConnection.TokenMinter tokenMinter, ByteBuffer packetRead, ByteBuffer packetToSend) static boolean
ForeignQuicheConnection.negotiate
(QuicheConnection.TokenMinter tokenMinter, ByteBuffer packetRead, ByteBuffer packetToSend) -
Uses of QuicheConnection.TokenMinter in org.eclipse.jetty.quic.quiche.jna
Methods in org.eclipse.jetty.quic.quiche.jna with parameters of type QuicheConnection.TokenMinterModifier and TypeMethodDescriptionboolean
JnaQuicheBinding.negotiate
(QuicheConnection.TokenMinter tokenMinter, ByteBuffer packetRead, ByteBuffer packetToSend) static boolean
JnaQuicheConnection.negotiate
(QuicheConnection.TokenMinter tokenMinter, ByteBuffer packetRead, ByteBuffer packetToSend) Fully consumes thepacketRead
buffer.