Package org.apache.pekko.stream.javadsl
Class Tcp.OutgoingConnection
java.lang.Object
org.apache.pekko.stream.javadsl.Tcp.OutgoingConnection
- Enclosing class:
- Tcp
Represents a prospective outgoing TCP connection.
- 
Method SummaryModifier and TypeMethodDescriptionThe local address of the endpoint bound by the materialization of the connection materialization.The remote address this connection is or will be bound to.
- 
Method Details- 
localAddressThe local address of the endpoint bound by the materialization of the connection materialization.
- 
remoteAddressThe remote address this connection is or will be bound to.
 
-