vertx / io.vertx.core.http / HttpConnection / sslSession

sslSession

abstract fun sslSession(): SSLSession

Return
SSLSession associated with the underlying socket. Returns null if connection is not SSL.

See Also
javax.net.ssl.SSLSession