Class Tls$minusSession$minusInfo$
java.lang.Object
org.apache.pekko.http.scaladsl.model.headers.ModeledCompanion<Tls$minusSession$minusInfo>
org.apache.pekko.http.scaladsl.model.headers.Tls$minusSession$minusInfo$
- All Implemented Interfaces:
Serializable
,Renderable
public class Tls$minusSession$minusInfo$
extends ModeledCompanion<Tls$minusSession$minusInfo>
implements Serializable
Model for the synthetic
Tls-Session-Info
header which carries the SSLSession of the connection
the message carrying this header was received with.
This header will only be added if it enabled in the configuration by setting
pekko.http.[client|server].parsing.tls-session-info-header = on
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Tls$minusSession$minusInfo$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.pekko.http.scaladsl.model.headers.ModeledCompanion
lowercaseName, name, nameFromClass, parseFromValueString, render
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Tls$minusSession$minusInfo$
public Tls$minusSession$minusInfo$()
-