public final class ProxyParameters extends Object
Modifier and Type | Field and Description |
---|---|
String |
password |
InetSocketAddress |
proxyAddress |
String |
username |
Constructor and Description |
---|
ProxyParameters(InetSocketAddress proxyAddress,
String username,
String password)
Creates an instance.
|
public final InetSocketAddress proxyAddress
public ProxyParameters(InetSocketAddress proxyAddress, @Nullable String username, @Nullable String password)
Copyright © 2018. All rights reserved.