@Internal @Contract(threading=STATELESS) public final class ZstdRuntime extends Object
Used by the async client implementation to conditionally register
zstd encoders/decoders without creating a hard dependency on zstd-jni.
This class performs a lightweight reflective check and intentionally avoids
linking to JNI classes at compile time to prevent LinkageErrors when
the optional dependency is absent.
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.