Package akka.http.impl.engine.server
Class HttpAttributes$
- java.lang.Object
-
- akka.http.impl.engine.server.HttpAttributes$
-
public class HttpAttributes$ extends java.lang.Object
INTERNAL API Internally used attributes set in the HTTP pipeline. May potentially be opened up in the future.
-
-
Field Summary
Fields Modifier and Type Field Description static HttpAttributes$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description HttpAttributes$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description akka.stream.Attributes
empty()
akka.stream.Attributes
remoteAddress(java.net.InetSocketAddress address)
akka.stream.Attributes
remoteAddress(scala.Option<java.net.InetSocketAddress> address)
akka.stream.Attributes
tlsSessionInfo(javax.net.ssl.SSLSession session)
-
-
-
Field Detail
-
MODULE$
public static final HttpAttributes$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
remoteAddress
public akka.stream.Attributes remoteAddress(scala.Option<java.net.InetSocketAddress> address)
-
remoteAddress
public akka.stream.Attributes remoteAddress(java.net.InetSocketAddress address)
-
tlsSessionInfo
public akka.stream.Attributes tlsSessionInfo(javax.net.ssl.SSLSession session)
-
empty
public akka.stream.Attributes empty()
-
-