Class Tcp.OutgoingConnection

  • Enclosing class:
    Tcp

    public static class Tcp.OutgoingConnection
    extends java.lang.Object
    • 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()  
      • 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.
        Returns:
        (undocumented)
      • remoteAddress

        public java.net.InetSocketAddress remoteAddress()