com.esotericsoftware.kryonet
Class FrameworkMessage.Ping

java.lang.Object
  extended by com.esotericsoftware.kryonet.FrameworkMessage.Ping
All Implemented Interfaces:
FrameworkMessage
Enclosing interface:
FrameworkMessage

public static class FrameworkMessage.Ping
extends java.lang.Object
implements FrameworkMessage

Internal message to determine round trip time.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.esotericsoftware.kryonet.FrameworkMessage
FrameworkMessage.DiscoverHost, FrameworkMessage.KeepAlive, FrameworkMessage.Ping, FrameworkMessage.RegisterTCP, FrameworkMessage.RegisterUDP
 
Field Summary
 int id
           
 boolean isReply
           
 
Fields inherited from interface com.esotericsoftware.kryonet.FrameworkMessage
keepAlive
 
Constructor Summary
FrameworkMessage.Ping()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public int id

isReply

public boolean isReply
Constructor Detail

FrameworkMessage.Ping

public FrameworkMessage.Ping()