Class HttpContentCompressorSubstitutions.IsBrotliAbsent
- java.lang.Object
-
- io.quarkus.vertx.http.runtime.graal.HttpContentCompressorSubstitutions.IsBrotliAbsent
-
- All Implemented Interfaces:
BooleanSupplier
- Enclosing class:
- HttpContentCompressorSubstitutions
public static class HttpContentCompressorSubstitutions.IsBrotliAbsent extends Object implements BooleanSupplier
-
-
Constructor Summary
Constructors Constructor Description IsBrotliAbsent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetAsBoolean()
-
-
-
Method Detail
-
getAsBoolean
public boolean getAsBoolean()
- Specified by:
getAsBooleanin interfaceBooleanSupplier
-
-