Class HttpAttributes$

java.lang.Object
akka.http.impl.engine.server.HttpAttributes$

public class HttpAttributes$ extends Object
INTERNAL API Internally used attributes set in the HTTP pipeline. May potentially be opened up in the future.
  • Field Details

    • MODULE$

      public static final HttpAttributes$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • HttpAttributes$

      public HttpAttributes$()
  • Method Details

    • remoteAddress

      public akka.stream.Attributes remoteAddress(scala.Option<InetSocketAddress> address)
    • remoteAddress

      public akka.stream.Attributes remoteAddress(InetSocketAddress address)
    • tlsSessionInfo

      public akka.stream.Attributes tlsSessionInfo(SSLSession session)
    • empty

      public akka.stream.Attributes empty()