Class CommonsCompressRuntime
- java.lang.Object
-
- org.apache.hc.client5.http.entity.compress.CommonsCompressRuntime
-
@Internal @Contract(threading=STATELESS) final class CommonsCompressRuntime extends java.lang.ObjectLightweight guard that checks whether the Commons Compress factory class is loadable with the current class loader.Used by the codec registry to decide if reflective wiring of optional codecs should even be attempted.
- Since:
- 5.6
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.StringCCSF
-
Constructor Summary
Constructors Modifier Constructor Description privateCommonsCompressRuntime()Non-instantiable.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static booleanavailable()Returnstrueif the core Commons Compress class can be loaded with the current class-loader,falseotherwise.
-
-
-
Field Detail
-
CCSF
private static final java.lang.String CCSF
- See Also:
- Constant Field Values
-
-