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 String
P2P_CLIENT_MODE
Deprecated, for removal: This API element is subject to removal in a future version.static String
P2P_LISTEN_PORT
static String
P2P_MODE_KEY
Deprecated, for removal: This API element is subject to removal in a future version.static String
P2P_SERVER_IP
static String
P2P_SERVER_MODE
Deprecated, for removal: This API element is subject to removal in a future version.static String
P2P_SERVER_NAME
static String
P2P_SERVER_PORT
static String
P2P_SERVER_PW
static String
P2P_TYPE
Fields inherited from class VASSAL.chat.ChatServerFactory
TYPE_KEY
-
Constructor Summary
Constructors Constructor Description P2PClientFactory()
-
Method Summary
Modifier and Type Method Description ChatServerConnection
buildServer(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:
buildServer
in classChatServerFactory
-