summaryrefslogtreecommitdiffhomepage
path: root/src/java/nxt_jni_Request.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/java/nxt_jni_Request.h')
-rw-r--r--src/java/nxt_jni_Request.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/java/nxt_jni_Request.h b/src/java/nxt_jni_Request.h
new file mode 100644
index 00000000..1c9c1428
--- /dev/null
+++ b/src/java/nxt_jni_Request.h
@@ -0,0 +1,18 @@
+
+/*
+ * Copyright (C) NGINX, Inc.
+ */
+
+#ifndef _NXT_JAVA_REQUEST_H_INCLUDED_
+#define _NXT_JAVA_REQUEST_H_INCLUDED_
+
+
+#include <jni.h>
+#include <nxt_unit_typedefs.h>
+
+
+int nxt_java_initRequest(JNIEnv *env, jobject cl);
+
+jobject nxt_java_newRequest(JNIEnv *env, jobject ctx, nxt_unit_request_info_t *req);
+
+#endif /* _NXT_JAVA_REQUEST_H_INCLUDED_ */