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 jmethodID _MID_manager_init;
59 static jmethodID _MID_manager_startRequest;
60 static jmethodID _MID_manager_poll;
61 static jfieldID _FID_manager__empty;
63 static const JNINativeMethod _natives_request[];
65 static jclass _CLS_HTTPRequest;
67 static jmethodID _MID_request_bufinit;
68 static jmethodID _MID_request_forminit;
69 static jmethodID _MID_request_cancel;
70 static jmethodID _MID_request_getURL;
Definition: networkreadstream-android.h:31
Definition: scummvmcloud.h:32
Definition: connectionmanager-android.h:31