Class ProxyAddress
- java.lang.Object
-
- org.gcube.smartgears.configuration.application.ProxyAddress
-
public class ProxyAddress extends Object
-
-
Constructor Summary
Constructors Constructor Description ProxyAddress()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)inthashCode()Stringhostname()ProxyAddresshostname(String hostname)Integerport()ProxyAddressport(int port)Stringprotocol()ProxyAddressprotocol(String protocol)StringtoString()
-
-
-
Method Detail
-
hostname
public String hostname()
-
hostname
public ProxyAddress hostname(String hostname)
-
port
public Integer port()
-
port
public ProxyAddress port(int port)
-
protocol
public String protocol()
-
protocol
public ProxyAddress protocol(String protocol)
-
-