public abstract class ServerInfoPacket
extends java.lang.Object
| Constructor and Description |
|---|
ServerInfoPacket(PingReply reply) |
| Modifier and Type | Method and Description |
|---|---|
PingReply |
getReply()
Returns the PingReply instance
|
abstract void |
send()
Sends the packet to the server
|
void |
setReply(PingReply reply)
Sets the PingReply instance
|
public ServerInfoPacket(PingReply reply)