| Package | Description |
|---|---|
| org.tio.core | |
| org.tio.core.ssl |
| Modifier and Type | Field and Description |
|---|---|
SslConfig |
TioConfig.sslConfig |
| Modifier and Type | Method and Description |
|---|---|
void |
TioConfig.setSslConfig(SslConfig sslConfig) |
| Modifier and Type | Method and Description |
|---|---|
static SslConfig |
SslConfig.forClient()
给客户端用的
|
static SslConfig |
SslConfig.forServer(InputStream keyStoreInputStream,
InputStream trustStoreInputStream,
String passwd)
给服务器用的
|
static SslConfig |
SslConfig.forServer(String keyStoreFile,
String trustStoreFile,
String passwd) |
Copyright © 2021. All rights reserved.