classDefaultResolver extends HostResolver with StrictLogging
one of:
1) 'from-config-host' in which case it will use the 'host' value from this config
2) 'from-inet-hostname', in which case it will use the InetAddress getHostName from this started server
3) 'from-inet-hoststring', in which case it will use the InetSocketAddress getHostString from this started server
4) 'from-inet-hostaddress', in which case it will use the InetAddress getHostAddress from this started server
5) 'from-inet-canonical-hostname', in which case it will use the InetAddress getHostName from this started server
6) 'from-env-XXX', where XXX is the system environment variable name
7) 'from-prop-XXX', where XXX is the system property name
8) the value verbatim from the configuration
one of: 1) 'from-config-host' in which case it will use the 'host' value from this config 2) 'from-inet-hostname', in which case it will use the InetAddress getHostName from this started server 3) 'from-inet-hoststring', in which case it will use the InetSocketAddress getHostString from this started server 4) 'from-inet-hostaddress', in which case it will use the InetAddress getHostAddress from this started server 5) 'from-inet-canonical-hostname', in which case it will use the InetAddress getHostName from this started server 6) 'from-env-XXX', where XXX is the system environment variable name 7) 'from-prop-XXX', where XXX is the system property name 8) the value verbatim from the configuration
the resolve host name