Class HttpAttributes$
java.lang.Object
org.apache.pekko.http.impl.engine.server.HttpAttributes$
INTERNAL API
 Internally used attributes set in the HTTP pipeline.
 May potentially be opened up in the future.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final HttpAttributes$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionorg.apache.pekko.stream.Attributesempty()org.apache.pekko.stream.AttributesremoteAddress(InetSocketAddress address) org.apache.pekko.stream.AttributesremoteAddress(scala.Option<InetSocketAddress> address) org.apache.pekko.stream.AttributestlsSessionInfo(SSLSession session) 
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
HttpAttributes$public HttpAttributes$()
 
- 
- 
Method Details- 
remoteAddress
- 
remoteAddress
- 
tlsSessionInfo
- 
emptypublic org.apache.pekko.stream.Attributes empty()
 
-