public final class PrimaryServer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
comment
comment
|
int |
count
Count additional structs
|
int[] |
dummy_11C
not used
|
int |
dummy_C8
not used
|
int |
dummy_CC
not used
|
java.lang.String |
host_addr
main host
|
int |
is_demo
demo flag
|
java.lang.String |
name
name
|
int |
ping
ping time
|
int |
ptr_dataserver
for internal usage
|
int |
ptr_next
for internal usage
|
int |
time
time
|
Constructor and Description |
---|
PrimaryServer() |
Modifier and Type | Method and Description |
---|---|
PrimaryServer |
clone() |
java.lang.String |
getHost()
Get host.
|
int |
getPort()
Get port.
|
public java.lang.String name
public java.lang.String comment
public int is_demo
public int ping
public int dummy_C8
public int dummy_CC
public int ptr_dataserver
public int count
public java.lang.String host_addr
public int time
public int[] dummy_11C
public int ptr_next
public java.lang.String getHost()
public int getPort()
public PrimaryServer clone()
clone
in class java.lang.Object