Uses of Interface
VASSAL.build.module.ServerConnection
| Package | Description |
|---|---|
| VASSAL.build |
Provides classes for building Java instances automatically from XML
files.
|
| VASSAL.chat |
Contains classes for specifying a VASSAL server implementation that follows a chat-room paradigm.
|
| VASSAL.chat.jabber | |
| VASSAL.chat.node | |
| VASSAL.chat.peer2peer |
-
Uses of ServerConnection in VASSAL.build
Fields in VASSAL.build declared as ServerConnection Modifier and Type Field Description protected ServerConnectionGameModule. serverMethods in VASSAL.build that return ServerConnection Modifier and Type Method Description ServerConnectionGameModule. getServer() -
Uses of ServerConnection in VASSAL.chat
Subinterfaces of ServerConnection in VASSAL.chat Modifier and Type Interface Description interfaceChatServerConnectionSpecialized interface for chat-room server connectionsinterfaceLockableChatServerConnectionClasses in VASSAL.chat that implement ServerConnection Modifier and Type Class Description classDummyClientEmpty serverclassDynamicClientDetermines server implementation at run-time by downloading properties from the vassalengine.org site.classHybridClientDelegates calls to another SvrConnection instance, which can be changed programmaticallyMethods in VASSAL.chat that return ServerConnection Modifier and Type Method Description ServerConnectionPrivateChatter. getClient() -
Uses of ServerConnection in VASSAL.chat.jabber
Classes in VASSAL.chat.jabber that implement ServerConnection Modifier and Type Class Description classJabberClient -
Uses of ServerConnection in VASSAL.chat.node
Classes in VASSAL.chat.node that implement ServerConnection Modifier and Type Class Description classNodeClientclassNodeHybridClientDeprecated, for removal: This API element is subject to removal in a future version.classSocketNodeClient -
Uses of ServerConnection in VASSAL.chat.peer2peer
Classes in VASSAL.chat.peer2peer that implement ServerConnection Modifier and Type Class Description classClientTestclassP2PClient