public class BrotliUtils
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static boolean |
isBrotliCompressionAvailable()
Are the classes required to support Brotli compression available?
|
static void |
setCacheBrotliAvailablity(boolean doCache)
Whether to cache the result of the Brotli for Java check.
|
public static boolean isBrotliCompressionAvailable()
public static void setCacheBrotliAvailablity(boolean doCache)
This defaults to false
in an OSGi environment and true
otherwise.
doCache
- whether to cache the result"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"