160 lines
5.4 KiB
C
160 lines
5.4 KiB
C
/* DO NOT EDIT THIS FILE - it is machine generated */
|
|
#include <jni.h>
|
|
/* Header for class org_cef_network_CefResponse_N */
|
|
|
|
#ifndef _Included_org_cef_network_CefResponse_N
|
|
#define _Included_org_cef_network_CefResponse_N
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
/*
|
|
* Class: org_cef_network_CefResponse_N
|
|
* Method: N_Create
|
|
* Signature: ()Lorg/cef/network/CefResponse_N;
|
|
*/
|
|
JNIEXPORT jobject JNICALL Java_org_cef_network_CefResponse_1N_N_1Create(JNIEnv*,
|
|
jclass);
|
|
|
|
/*
|
|
* Class: org_cef_network_CefResponse_N
|
|
* Method: N_Dispose
|
|
* Signature: (J)V
|
|
*/
|
|
JNIEXPORT void JNICALL Java_org_cef_network_CefResponse_1N_N_1Dispose(JNIEnv*,
|
|
jobject,
|
|
jlong);
|
|
|
|
/*
|
|
* Class: org_cef_network_CefResponse_N
|
|
* Method: N_IsReadOnly
|
|
* Signature: (J)Z
|
|
*/
|
|
JNIEXPORT jboolean JNICALL
|
|
Java_org_cef_network_CefResponse_1N_N_1IsReadOnly(JNIEnv*, jobject, jlong);
|
|
|
|
/*
|
|
* Class: org_cef_network_CefResponse_N
|
|
* Method: N_GetError
|
|
* Signature: (J)Lorg/cef/handler/CefLoadHandler/ErrorCode;
|
|
*/
|
|
JNIEXPORT jobject JNICALL
|
|
Java_org_cef_network_CefResponse_1N_N_1GetError(JNIEnv*, jobject, jlong);
|
|
|
|
/*
|
|
* Class: org_cef_network_CefResponse_N
|
|
* Method: N_SetError
|
|
* Signature: (JLorg/cef/handler/CefLoadHandler/ErrorCode;)V
|
|
*/
|
|
JNIEXPORT void JNICALL Java_org_cef_network_CefResponse_1N_N_1SetError(JNIEnv*,
|
|
jobject,
|
|
jlong,
|
|
jobject);
|
|
|
|
/*
|
|
* Class: org_cef_network_CefResponse_N
|
|
* Method: N_GetStatus
|
|
* Signature: (J)I
|
|
*/
|
|
JNIEXPORT jint JNICALL Java_org_cef_network_CefResponse_1N_N_1GetStatus(JNIEnv*,
|
|
jobject,
|
|
jlong);
|
|
|
|
/*
|
|
* Class: org_cef_network_CefResponse_N
|
|
* Method: N_SetStatus
|
|
* Signature: (JI)V
|
|
*/
|
|
JNIEXPORT void JNICALL Java_org_cef_network_CefResponse_1N_N_1SetStatus(JNIEnv*,
|
|
jobject,
|
|
jlong,
|
|
jint);
|
|
|
|
/*
|
|
* Class: org_cef_network_CefResponse_N
|
|
* Method: N_GetStatusText
|
|
* Signature: (J)Ljava/lang/String;
|
|
*/
|
|
JNIEXPORT jstring JNICALL
|
|
Java_org_cef_network_CefResponse_1N_N_1GetStatusText(JNIEnv*, jobject, jlong);
|
|
|
|
/*
|
|
* Class: org_cef_network_CefResponse_N
|
|
* Method: N_SetStatusText
|
|
* Signature: (JLjava/lang/String;)V
|
|
*/
|
|
JNIEXPORT void JNICALL
|
|
Java_org_cef_network_CefResponse_1N_N_1SetStatusText(JNIEnv*,
|
|
jobject,
|
|
jlong,
|
|
jstring);
|
|
|
|
/*
|
|
* Class: org_cef_network_CefResponse_N
|
|
* Method: N_GetMimeType
|
|
* Signature: (J)Ljava/lang/String;
|
|
*/
|
|
JNIEXPORT jstring JNICALL
|
|
Java_org_cef_network_CefResponse_1N_N_1GetMimeType(JNIEnv*, jobject, jlong);
|
|
|
|
/*
|
|
* Class: org_cef_network_CefResponse_N
|
|
* Method: N_SetMimeType
|
|
* Signature: (JLjava/lang/String;)V
|
|
*/
|
|
JNIEXPORT void JNICALL
|
|
Java_org_cef_network_CefResponse_1N_N_1SetMimeType(JNIEnv*,
|
|
jobject,
|
|
jlong,
|
|
jstring);
|
|
|
|
/*
|
|
* Class: org_cef_network_CefResponse_N
|
|
* Method: N_GetHeaderByName
|
|
* Signature: (JLjava/lang/String;)Ljava/lang/String;
|
|
*/
|
|
JNIEXPORT jstring JNICALL
|
|
Java_org_cef_network_CefResponse_1N_N_1GetHeaderByName(JNIEnv*,
|
|
jobject,
|
|
jlong,
|
|
jstring);
|
|
|
|
/*
|
|
* Class: org_cef_network_CefResponse_N
|
|
* Method: N_SetHeaderByName
|
|
* Signature: (JLjava/lang/String;Ljava/lang/String;Z)V
|
|
*/
|
|
JNIEXPORT void JNICALL
|
|
Java_org_cef_network_CefResponse_1N_N_1SetHeaderByName(JNIEnv*,
|
|
jobject,
|
|
jlong,
|
|
jstring,
|
|
jstring,
|
|
jboolean);
|
|
|
|
/*
|
|
* Class: org_cef_network_CefResponse_N
|
|
* Method: N_GetHeaderMap
|
|
* Signature: (JLjava/util/Map;)V
|
|
*/
|
|
JNIEXPORT void JNICALL
|
|
Java_org_cef_network_CefResponse_1N_N_1GetHeaderMap(JNIEnv*,
|
|
jobject,
|
|
jlong,
|
|
jobject);
|
|
|
|
/*
|
|
* Class: org_cef_network_CefResponse_N
|
|
* Method: N_SetHeaderMap
|
|
* Signature: (JLjava/util/Map;)V
|
|
*/
|
|
JNIEXPORT void JNICALL
|
|
Java_org_cef_network_CefResponse_1N_N_1SetHeaderMap(JNIEnv*,
|
|
jobject,
|
|
jlong,
|
|
jobject);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|