Uses of Interface
VASSAL.chat.ChatServerConnection
| 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 | |
| VASSAL.chat.ui |
-
Uses of ChatServerConnection in VASSAL.chat
Subinterfaces of ChatServerConnection in VASSAL.chat Modifier and Type Interface Description interfaceLockableChatServerConnectionClasses in VASSAL.chat that implement ChatServerConnection 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 programmaticallyFields in VASSAL.chat declared as ChatServerConnection Modifier and Type Field Description protected ChatServerConnectionHybridClient. delegateMethods in VASSAL.chat that return ChatServerConnection Modifier and Type Method Description static ChatServerConnectionChatServerFactory. build(Properties param)protected ChatServerConnectionDynamicClient. buildDelegate()abstract ChatServerConnectionChatServerFactory. buildServer(Properties param)ChatServerConnectionDynamicClientFactory. buildServer(Properties param)ChatServerConnectionHybridClient. getDelegate()Methods in VASSAL.chat with parameters of type ChatServerConnection Modifier and Type Method Description voidHybridClient. setDelegate(ChatServerConnection newDelegate)Constructors in VASSAL.chat with parameters of type ChatServerConnection Constructor Description InviteCommand(String player, String playerId, String room, ChatServerConnection client)InviteEncoder(ChatServerConnection client)PrivateChatManager(ChatServerConnection client)PrivateChatter(Player other, ChatServerConnection client)SynchCommand(Player p, ChatServerConnection client)SynchEncoder(PlayerEncoder playerEncoder, ChatServerConnection client) -
Uses of ChatServerConnection in VASSAL.chat.jabber
Classes in VASSAL.chat.jabber that implement ChatServerConnection Modifier and Type Class Description classJabberClientMethods in VASSAL.chat.jabber that return ChatServerConnection Modifier and Type Method Description ChatServerConnectionJabberClientFactory. buildServer(Properties serverConfig) -
Uses of ChatServerConnection in VASSAL.chat.node
Classes in VASSAL.chat.node that implement ChatServerConnection Modifier and Type Class Description classNodeClientclassNodeHybridClientDeprecated, for removal: This API element is subject to removal in a future version.classSocketNodeClientMethods in VASSAL.chat.node that return ChatServerConnection Modifier and Type Method Description protected ChatServerConnectionNodeHybridClient. buildDelegate()Deprecated, for removal: This API element is subject to removal in a future version.ChatServerConnectionNodeClientFactory. buildServer(Properties param) -
Uses of ChatServerConnection in VASSAL.chat.peer2peer
Classes in VASSAL.chat.peer2peer that implement ChatServerConnection Modifier and Type Class Description classClientTestclassP2PClientMethods in VASSAL.chat.peer2peer that return ChatServerConnection Modifier and Type Method Description ChatServerConnectionP2PClientFactory. buildServer(Properties param)ChatServerConnectionTextClient. getClient()Constructors in VASSAL.chat.peer2peer with parameters of type ChatServerConnection Constructor Description EchoClient(ChatServerConnection client, int changeRoom, int numRooms, FileWriter log)TextClient(ChatServerConnection client) -
Uses of ChatServerConnection in VASSAL.chat.ui
Fields in VASSAL.chat.ui declared as ChatServerConnection Modifier and Type Field Description protected ChatServerConnectionChatServerControls. clientprotected ChatServerConnectionRoomInteractionControlsInitializer. clientMethods in VASSAL.chat.ui that return ChatServerConnection Modifier and Type Method Description ChatServerConnectionChatServerControls. getClient()Methods in VASSAL.chat.ui with parameters of type ChatServerConnection Modifier and Type Method Description static RoomActionFactoryJoinRoomAction. factory(ChatServerConnection chatClient)static PlayerActionFactoryPrivateMessageAction. factory(ChatServerConnection client, PrivateChatManager chatMgr)static PlayerActionFactorySendSoundAction. factory(ChatServerConnection client, String name, String soundKey, String defaultSoundFile)static PlayerActionFactorySynchAction. factory(ChatServerConnection client)voidChatServerControls. setClient(ChatServerConnection c)Constructors in VASSAL.chat.ui with parameters of type ChatServerConnection Constructor Description BasicChatControlsInitializer(ChatServerConnection client)JoinRoomAction(Room r, ChatServerConnection client)LockableRoomControls(ChatServerConnection client)PrivateMessageAction(Player p, ChatServerConnection client, PrivateChatManager mgr)RoomInteractionControlsInitializer(ChatServerConnection client)SendSoundAction(String name, ChatServerConnection client, String soundKey, Player target)SimpleStatusControlsInitializer(ChatServerConnection client)SimpleStatusControlsInitializer(ChatServerConnection client, boolean includeLooking)Entry Point for P2P client - 'Looking for Game' does not make sense.SynchAction(Player p, ChatServerConnection client)