public class HttpProxyConfig extends Object
This class provides values passed to the HTTP client, whatever it might be.
Modifier and Type | Class and Description |
---|---|
static class |
HttpProxyConfig.ProxyBuilder |
static class |
HttpProxyConfig.ProxyType |
public final HttpProxyConfig.ProxyType type
public final String host
public final int port
public final String username
public final String password
public static HttpProxyConfig.ProxyBuilder builder()
Copyright © 1970 The Apache Software Foundation. All rights reserved.