public interface SSLSessionInitializer
| 限定符和类型 | 方法和说明 |
|---|---|
void |
initialize(NamedEndpoint endpoint,
SSLEngine sslEngine)
Triggered when the SSL connection is being initialized.
|
void initialize(NamedEndpoint endpoint, SSLEngine sslEngine)
SSLEngine
used to establish the SSL session.endpoint - the endpoint name for a client side session or null
for a server side session.sslEngine - the SSL engine.Copyright © 2023. All rights reserved.