| Package | Description |
|---|---|
| io.dropwizard.client | |
| io.dropwizard.client.proxy |
| Class and Description |
|---|
| ProxyConfiguration
Configuration of access to a remote host through a proxy server
Configuration Parameters:
Name
Default
Description
host
REQUIRED
The proxy server host name or ip address.
port
scheme default
The proxy server port. |
| Class and Description |
|---|
| AuthConfiguration
Represents a configuration of credentials (username / password)
Configuration Parameters:
Name
Default
Description
username
REQUIRED
The username used to connect to the server.
password
REQUIRED
The password used to connect to the server.
|
Copyright © 2017. All rights reserved.