AprEndpoint
public static interface SSLContext.SNICallBack
Modifier and Type | Method | Description |
---|---|---|
long |
getSslContext(java.lang.String sniHostName) |
This callback is made during the TLS handshake when the client uses
the SNI extension to request a specific TLS host.
|
long getSslContext(java.lang.String sniHostName)
sniHostName
- The host name requested by the clientCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.