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.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic final classstatic classstatic final classINTERNAL API Internally used TLS session info in the HTTP pipeline.static class
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic org.apache.pekko.stream.Attributesempty()static org.apache.pekko.stream.AttributesremoteAddress(InetSocketAddress address) static org.apache.pekko.stream.AttributesremoteAddress(scala.Option<InetSocketAddress> address) static org.apache.pekko.stream.AttributestlsSessionInfo(SSLSession session) 
- 
Constructor Details- 
HttpAttributespublic HttpAttributes()
 
- 
- 
Method Details- 
remoteAddresspublic static org.apache.pekko.stream.Attributes remoteAddress(scala.Option<InetSocketAddress> address) 
- 
remoteAddress
- 
tlsSessionInfo
- 
emptypublic static org.apache.pekko.stream.Attributes empty()
 
-