Class CommonsCompressRuntime
java.lang.Object
org.apache.hc.client5.http.entity.compress.CommonsCompressRuntime
Lightweight 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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static booleanReturnstrueif the core Commons Compress class can be loaded with the current class-loader,falseotherwise.
-
Field Details
-
CCSF
- See Also:
-
-
Constructor Details
-
CommonsCompressRuntime
private CommonsCompressRuntime()Non-instantiable.
-
-
Method Details
-
available
static boolean available()Returnstrueif the core Commons Compress class can be loaded with the current class-loader,falseotherwise.
-