Searched defs:connectToServer (Results 1 – 4 of 4) 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
|
/external/skia/experimental/Networking/ |
D | SkSockets.cpp | 337 int SkTCPClient::connectToServer() { in connectToServer() function in SkTCPClient
|
/external/jetty/src/java/org/eclipse/jetty/server/handler/ |
D | ConnectHandler.java | 354 …private SocketChannel connectToServer(HttpServletRequest request, String host, int port) throws IO… in connectToServer() method in ConnectHandler
|