public class BedrockPing extends AUDPPing
BedrockPingResponseAUDPPing.PacketReader, AUDPPing.PacketWriter| Constructor and Description |
|---|
BedrockPing(int readTimeout) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDefaultPort() |
void |
ping(ServerAddress serverAddress,
IStatusListener statusListener)
Ping the server and call the status listener.
|
connect, readPacket, writePacketprepareResponsepublic int getDefaultPort()
getDefaultPort in class APingpublic void ping(ServerAddress serverAddress, IStatusListener statusListener)
APing