接口 SslBundleRegistry
- 所有已知实现类:
DefaultSslBundleRegistry
public interface SslBundleRegistry
Interface that can be used to register an
SslBundle for a given name.- 从以下版本开始:
- 4.0
- 作者:
- Scott Frederick
-
方法概要
-
方法详细资料
-
registerBundle
Register a namedSslBundle.- 参数:
name- the bundle namebundle- the bundle
-