Uses of Interface
org.eclipse.jetty.quic.util.VarLenInt.IntLongConsumer
Packages that use VarLenInt.IntLongConsumer
- 
Uses of VarLenInt.IntLongConsumer in org.eclipse.jetty.quic.util
Methods in org.eclipse.jetty.quic.util with parameters of type VarLenInt.IntLongConsumerModifier and TypeMethodDescriptionbooleanVarLenInt.tryDecode(ByteBuffer byteBuffer, VarLenInt.IntLongConsumer consumer) Tries to decode a variable-lengthlongfrom the givenByteBuffer.