Introducing Java Servlet Container beta.
This commit is contained in:
18
src/java/nxt_jni_Request.h
Normal file
18
src/java/nxt_jni_Request.h
Normal file
@@ -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_ */
|
||||
Reference in New Issue
Block a user