Wowza Streaming Engine Load Balancer 17283

* Update default values for new ip address and port properties to all be tied to the `loadbalanceServerIP` and `loadbalanceServerPort` properties.
  The specific named properties can be used to override the default values for each interface.

Wowza Streaming Engine Load Balancer 17280

* Fixed broken IP address test when setting HTTP interfaces.

Wowza Streaming Engine Load Balancer 17279

* Added support for separate HostPort configurations for the redirect and loadbalanceinfo HTTPProviders.
    The following new properties have been added
        `loadbalanceServerRedirectIP`
        `loadbalanceServerRedirectPort`
        `loadbalanceServerRedirectPath`
        `loadbalanceServerInfoIP`
        `loadbalanceServerInfoPort`
        `loadbalanceServerInfoPath`
    The following properties have been deprecated and will be removed (replaced with similarly named properties above)
        `loadbalanceServerListenRedirectPath`
        `loadbalanceServerListenInfoPath`
    `loadbalanceServerListen*` properties have be deprecated and the equivalent `loadbalanceServer*` properties should be used instead.

Wowza Streaming Engine Load Balancer 17278

* Added try / catch block to LoadBalancerClient run method to handle and log exceptions that may kill the client thread.

Wowza Streaming Engine Load Balancer 17277

* Updated Load Balancer 4.5 to add a property to allow the authentication method to be set for the loadbalanceinfo HTTP Provider
  	`loadBalanceAdminAuthenticationMethod` valid values are `admin-basic`, `admin-digest`, and `admin-file-digest`
* Fixed a bug where the default value for the `loadbalanceServerListenInfoPath` property didn't match the documented value.
    The correct value is `loadbalanceinfo`.

Wowza Streaming Engine Load Balancer 17275

* Added a property to enable encrypted admin password support.
    Server Property: `loadBalanceUseEncryptedAdminPassword` default false.
* Updated load balancer to use Json for communication and to send the request as a POST instead of a GET
* Updated HttpClient Extensions to increment connections when a redirect occurs
* Suppressed Client not connected logging so the message is only logged once

Wowza Streaming Engine Load Balancer 17270

* Fixed loadbalanceClientProcessAddClasses property to load custom client implementations correctly

build 17268

* Fixed loadbalanceClientForcePort and loadbalanceClientForceScheme to correctly reflect configuration

build 17267

* Fixed logging output for PrivateAddressMap server decision to only log when debugging enabled
* Updated documentation to fix example client, server and HTTP interface examples
* Added Java API examples into documentation/exampleConfigurations/JavaAPIExamples

build 17266

* Fixed loadbalanceHTTPOutputClasses property name to have its name consistent with other properties.
* Updaded Connection header to default to 'close' for all redirection responses

build 17240

* Added support for multiple ports and scheme for load balancing clients

build 17232

* Updated documentation to correctly detail configuration parameters

build 17222

* Fixed null pointer exception that occurs when attempting to utilize logging for Load Balancer client communications with debugging property set

build 17219

* Updated Load Balancer Private Address Map Extension to log if private address map file is not found when attempting to load it

build 17218

* Initial release - 4.5.0
