Class 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • localAddress

        public java.net.InetSocketAddress localAddress()
        The local address of the endpoint bound by the materialization of the connection materialization.
      • remoteAddress

        public java.net.InetSocketAddress remoteAddress()
        The remote address this connection is or will be bound to.