Class BoundTransportAddress

  • All Implemented Interfaces:
    Streamable

    public class BoundTransportAddress
    extends java.lang.Object
    implements Streamable
    A bounded transport address is a tuple of TransportAddress, one array that represents the addresses the transport is bound to, and the other is the published one that represents the address clients should communicate on.
    • Method Detail

      • readBoundTransportAddress

        public static BoundTransportAddress readBoundTransportAddress​(StreamInput in)
                                                               throws java.io.IOException
        Throws:
        java.io.IOException
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object