Class 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.
    • Constructor Detail

      • HttpAttributes

        public HttpAttributes()
    • Method Detail

      • remoteAddress

        public static akka.stream.Attributes remoteAddress​(scala.Option<java.net.InetSocketAddress> address)
      • remoteAddress

        public static akka.stream.Attributes remoteAddress​(java.net.InetSocketAddress address)
      • tlsSessionInfo

        public static akka.stream.Attributes tlsSessionInfo​(javax.net.ssl.SSLSession session)
      • empty

        public static akka.stream.Attributes empty()