22 #ifndef BACKENDS_NETWORKING_BASIC_ANDROID_JNI_H 23 #define BACKENDS_NETWORKING_BASIC_ANDROID_JNI_H 38 static void init(JNIEnv *env);
41 static jclass _CLS_URL;
43 static jmethodID _MID_url_init;
44 static jmethodID _MID_url_getProtocol;
45 static jmethodID _MID_url_getHost;
46 static jmethodID _MID_url_getPort;
47 static jmethodID _MID_url_getDefaultPort;
49 static jclass _CLS_Socket;
51 static jmethodID _MID_socket_init;
52 static jmethodID _MID_socket_ready;
53 static jmethodID _MID_socket_send;
54 static jmethodID _MID_socket_recv;
55 static jmethodID _MID_socket_close;
58 static jclass _CLS_HTTPManager;
60 static jmethodID _MID_manager_init;
61 static jmethodID _MID_manager_startRequest;
62 static jmethodID _MID_manager_poll;
63 static jfieldID _FID_manager__empty;
65 static const JNINativeMethod _natives_request[];
67 static jclass _CLS_HTTPRequest;
69 static jmethodID _MID_request_bufinit;
70 static jmethodID _MID_request_forminit;
71 static jmethodID _MID_request_cancel;
72 static jmethodID _MID_request_getURL;
Definition: networkreadstream-android.h:31
Definition: scummvmcloud.h:32
Definition: connectionmanager-android.h:31