public class ProxyAddress extends Object
| Constructor and Description |
|---|
ProxyAddress() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
hostname() |
ProxyAddress |
hostname(String hostname) |
Integer |
port() |
ProxyAddress |
port(int port) |
String |
protocol() |
ProxyAddress |
protocol(String protocol) |
String |
toString() |
public String hostname()
public ProxyAddress hostname(String hostname)
public Integer port()
public ProxyAddress port(int port)
public String protocol()
public ProxyAddress protocol(String protocol)
Copyright © 2020. All Rights Reserved.