Uses of Interface
com.esotericsoftware.kryonet.FrameworkMessage

Packages that use FrameworkMessage
com.esotericsoftware.kryonet   
com.esotericsoftware.kryonet.rmi   
 

Uses of FrameworkMessage in com.esotericsoftware.kryonet
 

Classes in com.esotericsoftware.kryonet that implement FrameworkMessage
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.
 

Uses of FrameworkMessage in com.esotericsoftware.kryonet.rmi
 

Classes in com.esotericsoftware.kryonet.rmi that implement FrameworkMessage
static class ObjectSpace.InvokeMethod
          Internal message to invoke methods remotely.
static class ObjectSpace.InvokeMethodResult
          Internal message to return the result of a remotely invoked method.