public class ProxyServerConfig extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ProxyServerConfig.Builder
Builds a
ProxyServerConfig instance. |
Modifier and Type | Method and Description |
---|---|
static ProxyServerConfig.Builder |
builder()
Creates a new
ProxyServerConfig builder. |
ProxyAuthenticationCredentials |
getCredentials() |
String |
getHost() |
Integer |
getPort() |
ProxyScheme |
getProxyScheme() |
public static ProxyServerConfig.Builder builder()
ProxyServerConfig
builder.ProxyServerConfig.Builder
instancepublic String getHost()
public Integer getPort()
public ProxyScheme getProxyScheme()
public ProxyAuthenticationCredentials getCredentials()
Copyright © 2023 Adobe. All rights reserved.