public class ApacheProxyConfig extends Object
Defines the proxy configuration for clients.
Modifier and Type | Class and Description |
---|---|
static class |
ApacheProxyConfig.ApacheProxyConfigBuilder |
Modifier and Type | Method and Description |
---|---|
static ApacheProxyConfig.ApacheProxyConfigBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getPassword() |
String |
getUri() |
String |
getUsername() |
int |
hashCode() |
boolean |
isConfiguredAndValid()
Determines if the configuration is valid for configuring a proxy.
|
String |
toString() |
public boolean isConfiguredAndValid()
Determines if the configuration is valid for configuring a proxy.
true
if the configuration is valid; otherwise, false
public static ApacheProxyConfig.ApacheProxyConfigBuilder builder()
public String getUri()
public String getUsername()
public String getPassword()
protected boolean canEqual(Object other)
Copyright © 2016–2019. All rights reserved.