类 DefaultSslBundleRegistry
java.lang.Object
cn.taketoday.core.ssl.DefaultSslBundleRegistry
- 所有已实现的接口:
SslBundleRegistry,SslBundles
Default
SslBundleRegistry implementation.- 从以下版本开始:
- 4.0
- 作者:
- Scott Frederick, Harry Yang
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
bundles
-
-
构造器详细资料
-
DefaultSslBundleRegistry
public DefaultSslBundleRegistry() -
DefaultSslBundleRegistry
-
-
方法详细资料
-
registerBundle
从接口复制的说明:SslBundleRegistryRegister a namedSslBundle.- 指定者:
registerBundle在接口中SslBundleRegistry- 参数:
name- the bundle namebundle- the bundle
-
getBundle
从接口复制的说明:SslBundlesReturn anSslBundlewith the provided name.- 指定者:
getBundle在接口中SslBundles- 参数:
name- the bundle name- 返回:
- the bundle
-