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 Summary
Modifier 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
-
localAddress
The local address of the endpoint bound by the materialization of the connection materialization. -
remoteAddress
The remote address this connection is or will be bound to.
-