Class Http.OutgoingConnection

  • All Implemented Interfaces:
    java.io.Serializable, scala.Equals, scala.Product
    Enclosing class:
    Http

    public static final class Http.OutgoingConnection
    extends java.lang.Object
    implements scala.Product, java.io.Serializable
    Represents a prospective outgoing HTTP connection.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      OutgoingConnection​(java.net.InetSocketAddress localAddress, java.net.InetSocketAddress remoteAddress)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.net.InetSocketAddress localAddress()  
      java.net.InetSocketAddress remoteAddress()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface scala.Equals

        canEqual, equals
      • Methods inherited from interface scala.Product

        productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
    • Constructor Detail

      • OutgoingConnection

        public OutgoingConnection​(java.net.InetSocketAddress localAddress,
                                  java.net.InetSocketAddress remoteAddress)
    • Method Detail

      • localAddress

        public java.net.InetSocketAddress localAddress()
      • remoteAddress

        public java.net.InetSocketAddress remoteAddress()