Class BoundTransportAddress

  • All Implemented Interfaces:
    Writeable

    public class BoundTransportAddress
    extends java.lang.Object
    implements Writeable
    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.
    • Constructor Detail

      • BoundTransportAddress

        public BoundTransportAddress​(StreamInput in)
                              throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • toString

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