Introducing Java Servlet Container beta.
This commit is contained in:
17
src/java/nxt_jni_OutputStream.h
Normal file
17
src/java/nxt_jni_OutputStream.h
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
/*
|
||||
* Copyright (C) NGINX, Inc.
|
||||
*/
|
||||
|
||||
#ifndef _NXT_JAVA_OUTPUTSTREAM_H_INCLUDED_
|
||||
#define _NXT_JAVA_OUTPUTSTREAM_H_INCLUDED_
|
||||
|
||||
|
||||
#include <jni.h>
|
||||
|
||||
|
||||
int nxt_java_initOutputStream(JNIEnv *env, jobject cl);
|
||||
|
||||
int nxt_java_OutputStream_flush_buf(JNIEnv *env, nxt_unit_request_info_t *req);
|
||||
|
||||
#endif /* _NXT_JAVA_OUTPUTSTREAM_H_INCLUDED_ */
|
||||
Reference in New Issue
Block a user