Package VASSAL.chat.node
Class NodeClientFactory
java.lang.Object
VASSAL.chat.ChatServerFactory
VASSAL.chat.node.NodeClientFactory
public class NodeClientFactory extends ChatServerFactory
- Author:
- rkinney
-
Field Summary
Fields Modifier and Type Field Description static StringNODE_HOSTstatic StringNODE_PORTstatic StringNODE_TYPEFields inherited from class VASSAL.chat.ChatServerFactory
TYPE_KEY -
Constructor Summary
Constructors Constructor Description NodeClientFactory() -
Method Summary
Modifier and Type Method Description ChatServerConnectionbuildServer(Properties param)Methods inherited from class VASSAL.chat.ChatServerFactory
build, register
-
Field Details
-
NODE_TYPE
- See Also:
- Constant Field Values
-
NODE_HOST
- See Also:
- Constant Field Values
-
NODE_PORT
- See Also:
- Constant Field Values
-
-
Constructor Details
-
NodeClientFactory
public NodeClientFactory()
-
-
Method Details
-
buildServer
- Specified by:
buildServerin classChatServerFactory
-