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 SummaryConstructorsConstructorDescriptionOutgoingConnection(InetSocketAddress localAddress, InetSocketAddress remoteAddress) 
- 
Method SummaryModifier and TypeMethodDescriptionMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator, productPrefix
- 
Constructor Details- 
OutgoingConnection
 
- 
- 
Method Details- 
localAddress
- 
remoteAddress
 
-