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

  /external/jmonkeyengine/engine/src/networking/com/jme3/network/
Network.java 62 public static Server createServer( int port ) throws IOException
64 return createServer( DEFAULT_GAME_NAME, DEFAULT_VERSION, port, port );
72 public static Server createServer( int tcpPort, int udpPort ) throws IOException
74 return createServer( DEFAULT_GAME_NAME, DEFAULT_VERSION, tcpPort, udpPort );
91 public static Server createServer( String gameName, int version, int tcpPort, int udpPort ) throws IOException
  /external/jmonkeyengine/engine/src/test/jme3test/network/
TestRemoteCall.java 85 public static void createServer(){
94 Server server = Network.createServer(5110);
107 createServer();
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java     [all...]
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 85 milliseconds