public class ProxyInfo
extends java.lang.Object
Constructor and Description |
---|
ProxyInfo(java.net.Proxy proxy,
boolean secure) |
ProxyInfo(java.lang.String host,
int port,
java.net.Proxy.Type type,
boolean secure) |
Modifier and Type | Method and Description |
---|---|
java.net.InetAddress |
getAddress() |
int |
getPort() |
java.net.Proxy |
getProxy() |
java.net.InetSocketAddress |
getSocketAddress() |
boolean |
isSecure() |