public class RakPong extends Object
| Constructor and Description |
|---|
RakPong(long pingTime,
long pongTime,
long guid,
byte[] pongData,
InetSocketAddress sender) |
| Modifier and Type | Method and Description |
|---|---|
long |
getGuid() |
long |
getPingTime() |
byte[] |
getPongData() |
long |
getPongTime() |
InetSocketAddress |
getSender() |
public RakPong(long pingTime,
long pongTime,
long guid,
byte[] pongData,
InetSocketAddress sender)
public long getPingTime()
public long getPongTime()
public long getGuid()
public byte[] getPongData()
public InetSocketAddress getSender()
Copyright © 2018–2022. All rights reserved.