public class ProxyAddress extends Object
| Constructor and Description |
|---|
ProxyAddress() |
| Modifier and Type | Method and Description |
|---|---|
String |
hostname() |
ProxyAddress |
hostname(String hostname) |
int |
port() |
ProxyAddress |
port(int port) |
boolean |
secure() |
ProxyAddress |
secure(boolean secure) |
public String hostname()
public ProxyAddress hostname(String hostname)
public int port()
public ProxyAddress port(int port)
public boolean secure()
public ProxyAddress secure(boolean secure)
Copyright © 2016. All Rights Reserved.