class Authenticate.HostPort extends Object
Modifier and Type | Field and Description |
---|---|
private String |
mHost
The host at which the server is running.
|
private int |
mPort
The port at which the server is running.
|
Constructor and Description |
---|
Authenticate.HostPort(String host,
int port)
The overloaded constructor
|
private String mHost
private int mPort
public Authenticate.HostPort(String host, int port)
public String getHost()
public int getPort()