Uses of Class
VASSAL.chat.ChatServerFactory
| Package | Description |
|---|---|
| VASSAL.chat |
Contains classes for specifying a VASSAL server implementation that follows a chat-room paradigm.
|
| VASSAL.chat.node | |
| VASSAL.chat.peer2peer |
-
Uses of ChatServerFactory in VASSAL.chat
Methods in VASSAL.chat with parameters of type ChatServerFactory Modifier and Type Method Description static voidChatServerFactory. register(String key, ChatServerFactory instance) -
Uses of ChatServerFactory in VASSAL.chat.node
Subclasses of ChatServerFactory in VASSAL.chat.node Modifier and Type Class Description classNodeClientFactoryclassOfficialNodeClientFactoryclassPrivateNodeClientFactory -
Uses of ChatServerFactory in VASSAL.chat.peer2peer
Subclasses of ChatServerFactory in VASSAL.chat.peer2peer Modifier and Type Class Description classP2PClientFactory