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.
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

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

      • HttpAttributes$

        public HttpAttributes$()
    • 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()