Class Ping
- java.lang.Object
-
- net.runelite.client.plugins.worldhopper.ping.Ping
-
public class Ping extends Object
-
-
Constructor Summary
Constructors Constructor Description Ping()
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static TCP_INFO_v0getTcpInfo(FileDescriptor fd)static intping(net.runelite.http.api.worlds.World world)Deprecated.static intping(net.runelite.http.api.worlds.World world, boolean useTcpPing)
-
-
-
Method Detail
-
ping
@Deprecated public static int ping(net.runelite.http.api.worlds.World world)
Deprecated.
-
ping
public static int ping(net.runelite.http.api.worlds.World world, boolean useTcpPing)
-
getTcpInfo
public static TCP_INFO_v0 getTcpInfo(FileDescriptor fd)
-
-