Uses of Interface
VASSAL.chat.PlayerEncoder
Package | Description |
---|---|
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 PlayerEncoder in VASSAL.chat
Classes in VASSAL.chat that implement PlayerEncoder Modifier and Type Class Description class
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 programmaticallyConstructors in VASSAL.chat with parameters of type PlayerEncoder Constructor Description PrivateChatEncoder(PlayerEncoder playerEncoder, PrivateChatManager pChatMgr)
SoundEncoder(PlayerEncoder p)
SynchEncoder(PlayerEncoder playerEncoder, ChatServerConnection client)
-
Uses of PlayerEncoder in VASSAL.chat.jabber
Classes in VASSAL.chat.jabber that implement PlayerEncoder Modifier and Type Class Description class
JabberClient
-
Uses of PlayerEncoder in VASSAL.chat.node
Classes in VASSAL.chat.node that implement PlayerEncoder 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 PlayerEncoder in VASSAL.chat.peer2peer
Classes in VASSAL.chat.peer2peer that implement PlayerEncoder Modifier and Type Class Description class
ClientTest
class
P2PClient