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