Rename Endpoints attributes from server to host(name)
In Endpoint
s classes, rename server
attribute to host
or hostname
.
ConnectionHandler
’s server
attribute is used as an alias and can contains a domain name, an ipv6, and an ipv4. Could be renamed as address
. server
is quite fine.
Edited by Moul