Package VASSAL.chat.peer2peer
Class P2PClientFactory
java.lang.Object
VASSAL.chat.ChatServerFactory
VASSAL.chat.peer2peer.P2PClientFactory
public class P2PClientFactory extends ChatServerFactory
- Author:
- rkinney
-
Field Summary
Fields Modifier and Type Field Description static StringP2P_CLIENT_MODEDeprecated, for removal: This API element is subject to removal in a future version.static StringP2P_LISTEN_PORTstatic StringP2P_MODE_KEYDeprecated, for removal: This API element is subject to removal in a future version.static StringP2P_SERVER_IPstatic StringP2P_SERVER_MODEDeprecated, for removal: This API element is subject to removal in a future version.static StringP2P_SERVER_NAMEstatic StringP2P_SERVER_PORTstatic StringP2P_SERVER_PWstatic StringP2P_TYPEFields inherited from class VASSAL.chat.ChatServerFactory
TYPE_KEY -
Constructor Summary
Constructors Constructor Description P2PClientFactory() -
Method Summary
Modifier and Type Method Description ChatServerConnectionbuildServer(Properties param)Methods inherited from class VASSAL.chat.ChatServerFactory
build, register
-
Field Details
-
P2P_TYPE
- See Also:
- Constant Field Values
-
P2P_LISTEN_PORT
- See Also:
- Constant Field Values
-
P2P_SERVER_IP
- See Also:
- Constant Field Values
-
P2P_SERVER_PORT
- See Also:
- Constant Field Values
-
P2P_SERVER_NAME
- See Also:
- Constant Field Values
-
P2P_SERVER_PW
- See Also:
- Constant Field Values
-
P2P_MODE_KEY
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
P2P_SERVER_MODE
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
P2P_CLIENT_MODE
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
-
Constructor Details
-
P2PClientFactory
public P2PClientFactory()
-
-
Method Details
-
buildServer
- Specified by:
buildServerin classChatServerFactory
-