A listener object represents a single HTTP or HTTPS listener in
pound configuration. It has the following attributes:
kindIdentifies the listener object. The value of this attribute is ‘listener’.
addressAddress of this listener. A string formatted as ‘ip:port’. for IPv4 and IPv6 addresses or containing a socket file name, for UNIX sockets.
protocolProtocol used: either ‘http’ or ‘https’.
servicesArray of service objects representing services defined in this listener. See below for the definition of a service object.
enabledBoolean. Whether this listener is enabled or not.
nohttps11Value of the NoHTTPS11 configuration statement for this
listener (see NoHTTPS11). One of: 0, 1, 2.