Package akka.http.impl.engine.server
Class HttpAttributes
java.lang.Object
akka.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 akka.stream.Attributes
empty()
static akka.stream.Attributes
remoteAddress
(InetSocketAddress address) static akka.stream.Attributes
remoteAddress
(scala.Option<InetSocketAddress> address) static akka.stream.Attributes
tlsSessionInfo
(SSLSession session)
-
Constructor Details
-
HttpAttributes
public HttpAttributes()
-
-
Method Details
-
remoteAddress
-
remoteAddress
-
tlsSessionInfo
-
empty
public static akka.stream.Attributes empty()
-