Package akka.stream.javadsl
Class Tcp.OutgoingConnection
- java.lang.Object
-
- akka.stream.javadsl.Tcp.OutgoingConnection
-
- Enclosing class:
- Tcp
public static class Tcp.OutgoingConnection extends java.lang.Object
Represents a prospective outgoing TCP connection.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.net.InetSocketAddress
localAddress()
The local address of the endpoint bound by the materialization of the connection materialization.java.net.InetSocketAddress
remoteAddress()
The remote address this connection is or will be bound to.
-