Class ServerAddressByClientCIDR

    • Constructor Detail

      • ServerAddressByClientCIDR

        public ServerAddressByClientCIDR()
        No args constructor for use in serialization
      • ServerAddressByClientCIDR

        public ServerAddressByClientCIDR​(String clientCIDR,
                                         String serverAddress)
    • Method Detail

      • getClientCIDR

        public String getClientCIDR()
        The CIDR with which clients can match their IP to figure out the server address that they should use.
      • setClientCIDR

        public void setClientCIDR​(String clientCIDR)
        The CIDR with which clients can match their IP to figure out the server address that they should use.
      • getServerAddress

        public String getServerAddress()
        Address of this server, suitable for a client that matches the above CIDR. This can be a hostname, hostname:port, IP or IP:port.
      • setServerAddress

        public void setServerAddress​(String serverAddress)
        Address of this server, suitable for a client that matches the above CIDR. This can be a hostname, hostname:port, IP or IP:port.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)