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, value
fastFind, is, isNot, lowercaseName, parse, unapply, unsafeToString
parse, renderInRequests, renderInResponses
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
toString
render
public abstract javax.net.ssl.SSLSession getSession()
public static TlsSessionInfo create(javax.net.ssl.SSLSession session)