public interface SSLConnectionInformation
| Modifier and Type | Method and Description |
|---|---|
default List<String> |
getCipherSuites()
Get the list of cipher suites that the client has requested.
|
String |
getHelloVersion()
Returns the hello version of an SSL/TLS connection.
|
default List<String> |
getProtocols()
Get the ALPN protocol names of this connection (if any).
|
String |
getRecordVersion()
Returns the record version of an SSL/TLS connection.
|
default List<SNIServerName> |
getSNIServerNames()
Get the SNI server names of this connection (if any)
|
default List<SNIServerName> getSNIServerNames()
default List<String> getProtocols()
default List<String> getCipherSuites()
String getRecordVersion()
null)String getHelloVersion()
null)Copyright © 2017 JBoss by Red Hat. All rights reserved.