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 ServerConnection
GameModule. server
Methods in VASSAL.build that return ServerConnection Modifier and Type Method Description ServerConnection
GameModule. getServer()
-
Uses of ServerConnection in VASSAL.chat
Subinterfaces of ServerConnection in VASSAL.chat Modifier and Type Interface Description interface
ChatServerConnection
Specialized interface for chat-room server connectionsinterface
LockableChatServerConnection
Classes in VASSAL.chat that implement ServerConnection Modifier and Type Class Description class
DummyClient
Empty serverclass
DynamicClient
Determines server implementation at run-time by downloading properties from the vassalengine.org site.class
HybridClient
Delegates calls to another SvrConnection instance, which can be changed programmaticallyMethods in VASSAL.chat that return ServerConnection Modifier and Type Method Description ServerConnection
PrivateChatter. getClient()
-
Uses of ServerConnection in VASSAL.chat.jabber
Classes in VASSAL.chat.jabber that implement ServerConnection Modifier and Type Class Description class
JabberClient
-
Uses of ServerConnection in VASSAL.chat.node
Classes in VASSAL.chat.node that implement ServerConnection Modifier and Type Class Description class
NodeClient
class
NodeHybridClient
Deprecated, for removal: This API element is subject to removal in a future version.class
SocketNodeClient
-
Uses of ServerConnection in VASSAL.chat.peer2peer
Classes in VASSAL.chat.peer2peer that implement ServerConnection Modifier and Type Class Description class
ClientTest
class
P2PClient