Android Client Reference
Class ServerEndpoint
Namespace: com.playerio
Language: Java
The address and port where a game server can be reached
Properties | |||
---|---|---|---|
public String |
The address/hostname of the server. |
||
public int |
The port of the server. |
||
Methods | |||
public |
Create a new ServerEndpoint |
ServerEndpoint.address
public String |
|
The address/hostname of the server.
ServerEndpoint.port
public int |
|
The port of the server.
ServerEndpoint.ServerEndpoint
public |
|
Create a new ServerEndpoint
Arguments
String | address |
int | port |