Interface BrotliNativeProvider


  • public interface BrotliNativeProvider
    A service interface that signals that an implementor jar contains a native lib.
    • Method Detail

      • platformName

        java.lang.String platformName()
        Gives the name of the platform that this provider contains a native brotli lib for
        Returns:
        The name of the native, e.g. linux-x86_64 or osx-aarch64