com.esotericsoftware.kryonet
Interface FrameworkMessage

All Known Implementing Classes:
FrameworkMessage.DiscoverHost, FrameworkMessage.KeepAlive, FrameworkMessage.Ping, FrameworkMessage.RegisterTCP, FrameworkMessage.RegisterUDP, ObjectSpace.InvokeMethod, ObjectSpace.InvokeMethodResult

public interface FrameworkMessage

Marker interface to denote that a message is used by the Ninja framework and is generally invisible to the developer. Eg, these messages are only logged at the Log.LEVEL_TRACE level.

Author:
Nathan Sweet

Nested Class Summary
static class FrameworkMessage.DiscoverHost
          Internal message to discover running servers.
static class FrameworkMessage.KeepAlive
          Internal message to keep connections alive.
static class FrameworkMessage.Ping
          Internal message to determine round trip time.
static class FrameworkMessage.RegisterTCP
          Internal message to give the client the server assigned connection ID.
static class FrameworkMessage.RegisterUDP
          Internal message to give the server the client's UDP port.
 
Field Summary
static FrameworkMessage.KeepAlive keepAlive
           
 

Field Detail

keepAlive

static final FrameworkMessage.KeepAlive keepAlive