public class ProxyDiagnostics extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_DESTINATION
"http://ant.apache.org/"
|
| Constructor and Description |
|---|
ProxyDiagnostics()
create a proxy diagnostics tool bound to
DEFAULT_DESTINATION |
ProxyDiagnostics(String destination)
create a diagnostics binding for a specific URI
|
public static final String DEFAULT_DESTINATION
public ProxyDiagnostics()
DEFAULT_DESTINATIONpublic ProxyDiagnostics(String destination)
destination - dest to bind toBuildException - if the URI is malformed.