|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
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 |
---|
static final FrameworkMessage.KeepAlive keepAlive
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |