HomeSort by relevance Sort by last modified time
    Searched defs:TestChatServer (Results 1 - 2 of 2) sorted by null

  /external/jmonkeyengine/engine/src/test/jme3test/network/
TestChatServer.java 45 public class TestChatServer {
TestChatClient.java 43 import jme3test.network.TestChatServer.ChatMessage;
90 client = Network.connectToServer(TestChatServer.NAME, TestChatServer.VERSION,
91 host, TestChatServer.PORT, TestChatServer.UDP_PORT);
102 TestChatServer.initializeClasses();

Completed in 6476 milliseconds