Uses of Interface
org.eclipse.jetty.quic.quiche.QuicheConnection.TokenMinter
Packages that use QuicheConnection.TokenMinter
-
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.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.