接口 SslBundleRegistry

所有已知实现类:
DefaultSslBundleRegistry

public interface SslBundleRegistry
Interface that can be used to register an SslBundle for a given name.
从以下版本开始:
4.0
作者:
Scott Frederick
  • 方法详细资料

    • registerBundle

      void registerBundle(String name, SslBundle bundle)
      Register a named SslBundle.
      参数:
      name - the bundle name
      bundle - the bundle