Class Grease
java.lang.Object
org.eclipse.jetty.http3.Grease
- 
Method Summary
 
- 
Method Details
- 
isGreaseValue
public static boolean isGreaseValue(long value) - Parameters:
 value- the value to test- Returns:
 - whether the value is a GREASE value as defined by HTTP/3
 
 - 
generateGreaseValue
public static long generateGreaseValue()- Returns:
 - a random grease value as defined by HTTP/3
 
 
 -