public abstract class TlsSessionInfo extends CustomHeader
This header will only be added if it enabled in the configuration by setting 
 pekko.http.[client|server].parsing.tls-session-info-header = on.
HttpHeader.ParsingResult, HttpHeader.ParsingResult$| Constructor and Description | 
|---|
| TlsSessionInfo() | 
| Modifier and Type | Method and Description | 
|---|---|
| static TlsSessionInfo | create(javax.net.ssl.SSLSession session) | 
| abstract javax.net.ssl.SSLSession | getSession() | 
name, valuefastFind, is, isNot, lowercaseName, parse, unapply, unsafeToStringparse, renderInRequests, renderInResponsesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoStringrenderpublic abstract javax.net.ssl.SSLSession getSession()
public static TlsSessionInfo create(javax.net.ssl.SSLSession session)