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.node | |
| VASSAL.chat.peer2peer |
-
Uses of ServerConnection in VASSAL.build
Methods 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 serverclassDynamicClientRefreshes every time the user attempts to connectclassHybridClientDelegates 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.node
Classes in VASSAL.chat.node that implement ServerConnection Modifier and Type Class Description classNodeClientclassOfficialNodeClientclassPrivateNodeClient -
Uses of ServerConnection in VASSAL.chat.peer2peer
Classes in VASSAL.chat.peer2peer that implement ServerConnection Modifier and Type Class Description classClientTestclassP2PClient