OutgoingConnection

org.apache.pekko.stream.javadsl.Tcp.OutgoingConnection

Represents a prospective outgoing TCP connection.

Attributes

Source
Tcp.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def localAddress: InetSocketAddress

The local address of the endpoint bound by the materialization of the connection materialization.

The local address of the endpoint bound by the materialization of the connection materialization.

Attributes

Source
Tcp.scala
def remoteAddress: InetSocketAddress

The remote address this connection is or will be bound to.

The remote address this connection is or will be bound to.

Attributes

Source
Tcp.scala