Package org.apache.pekko.http.scaladsl
Class Http.OutgoingConnection
java.lang.Object
org.apache.pekko.http.scaladsl.Http.OutgoingConnection
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
- Enclosing class:
- Http
public static final class Http.OutgoingConnection
extends Object
implements scala.Product, Serializable
Represents a prospective outgoing HTTP connection.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOutgoingConnection(InetSocketAddress localAddress, InetSocketAddress remoteAddress) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
OutgoingConnection
-
-
Method Details
-
localAddress
-
remoteAddress
-