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 Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic classstatic final classINTERNAL API Internally used TLS session info in the HTTP pipeline.static class -
Constructor Summary
Constructors -
Method Summary
Modifier 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
-
HttpAttributes
public HttpAttributes()
-
-
Method Details
-
remoteAddress
public static org.apache.pekko.stream.Attributes remoteAddress(scala.Option<InetSocketAddress> address) -
remoteAddress
-
tlsSessionInfo
-
empty
public static org.apache.pekko.stream.Attributes empty()
-