Interface Networking
-
- All Implemented Interfaces:
public interface Networking
-
-
Method Summary
Modifier and Type Method Description abstract voidconnectAsync(NetworkRequest request, NetworkCallback callback)Initiates an asynchronous network connection -
-
Method Detail
-
connectAsync
abstract void connectAsync(NetworkRequest request, NetworkCallback callback)
Initiates an asynchronous network connection
- Parameters:
request- NetworkRequest used for connectioncallback- NetworkCallback that will receive the HttpConnecting instance after the connection has been made; if the current network is unavailable, callback will be invoked immediately with a null connection.
-
-
-
-