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.ObjectRepresents a prospective outgoing TCP connection.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.net.InetSocketAddresslocalAddress()The local address of the endpoint bound by the materialization of the connection materialization.java.net.InetSocketAddressremoteAddress()The remote address this connection is or will be bound to.
-