Searched defs:connectToServer (Results 1 – 2 of 2) sorted by relevance
/external/jmonkeyengine/engine/src/networking/com/jme3/network/ |
D | Network.java | 121 public static Client connectToServer( String host, int hostPort ) throws IOException in connectToServer() method in Network 130 …public static Client connectToServer( String host, int hostPort, int remoteUdpPort ) throws IOExce… in connectToServer() method in Network 139 public static Client connectToServer( String gameName, int version, in connectToServer() method in Network 161 public static Client connectToServer( String gameName, int version, in connectToServer() method in Network 179 public void connectToServer( String host, int port, int remoteUdpPort ) throws IOException in connectToServer() method in Network.NetworkClientImpl 184 … public void connectToServer( InetAddress address, int port, int remoteUdpPort ) throws IOException in connectToServer() method in Network.NetworkClientImpl
|
D | NetworkClient.java | 52 public void connectToServer( String host, int port, int remoteUdpPort ) throws IOException; in connectToServer() method 65 …public void connectToServer( InetAddress address, int port, int remoteUdpPort ) throws IOException; in connectToServer() method
|