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 SummaryFieldsModifier and TypeFieldDescriptionstatic final Tls$minusSession$minusInfo$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.pekko.http.scaladsl.model.headers.ModeledCompanionlowercaseName, 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$()
 
-