Class ClusterTopologyListener.MappingInfo

    • Constructor Detail

      • MappingInfo

        public MappingInfo​(String destinationAddress,
                           int destinationPort,
                           InetAddress sourceAddress,
                           int netmaskBits)
    • Method Detail

      • getDestinationAddress

        public String getDestinationAddress()
      • getDestinationPort

        public int getDestinationPort()
      • getSourceAddress

        public InetAddress getSourceAddress()
      • getNetmaskBits

        public int getNetmaskBits()