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.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HttpAttributes$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionakka.stream.Attributes
empty()
akka.stream.Attributes
remoteAddress
(InetSocketAddress address) akka.stream.Attributes
remoteAddress
(scala.Option<InetSocketAddress> address) akka.stream.Attributes
tlsSessionInfo
(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
-
empty
public akka.stream.Attributes empty()
-