Files
nginx-unit/src/java/nxt_jni_Response.h
2019-02-28 18:02:42 +03:00

19 lines
340 B
C

/*
* Copyright (C) NGINX, Inc.
*/
#ifndef _NXT_JAVA_RESPONSE_H_INCLUDED_
#define _NXT_JAVA_RESPONSE_H_INCLUDED_
#include <jni.h>
#include <nxt_unit_typedefs.h>
int nxt_java_initResponse(JNIEnv *env, jobject cl);
jobject nxt_java_newResponse(JNIEnv *env, nxt_unit_request_info_t *req);
#endif /* _NXT_JAVA_RESPONSE_H_INCLUDED_ */