xref: /unit/src/java/nxt_jni_Request.h (revision 977:4f9268f27b57)
1 
2 /*
3  * Copyright (C) NGINX, Inc.
4  */
5 
6 #ifndef _NXT_JAVA_REQUEST_H_INCLUDED_
7 #define _NXT_JAVA_REQUEST_H_INCLUDED_
8 
9 
10 #include <jni.h>
11 #include <nxt_unit_typedefs.h>
12 
13 
14 int nxt_java_initRequest(JNIEnv *env, jobject cl);
15 
16 jobject nxt_java_newRequest(JNIEnv *env, jobject ctx, nxt_unit_request_info_t *req);
17 
18 #endif  /* _NXT_JAVA_REQUEST_H_INCLUDED_ */
19