public class SslConfig extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ServerSslProps |
getProps()
获取属性(可能是 null)
|
SSLContext |
getSslContext()
获取上下文
|
boolean |
isSslEnable()
是否启用
|
void |
set(boolean enable,
SSLContext sslContext)
设置
|
public SslConfig(String signalName)
public void set(boolean enable,
SSLContext sslContext)
public ServerSslProps getProps()
public boolean isSslEnable()
public SSLContext getSslContext() throws IOException
IOExceptionCopyright © 2024. All rights reserved.