Introducing Java Servlet Container beta.
This commit is contained in:
19
src/java/nxt_jni_HeadersEnumeration.h
Normal file
19
src/java/nxt_jni_HeadersEnumeration.h
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
/*
|
||||
* Copyright (C) NGINX, Inc.
|
||||
*/
|
||||
|
||||
#ifndef _NXT_JAVA_HEADERSENUMERATION_H_INCLUDED_
|
||||
#define _NXT_JAVA_HEADERSENUMERATION_H_INCLUDED_
|
||||
|
||||
|
||||
#include <jni.h>
|
||||
#include <nxt_unit_typedefs.h>
|
||||
|
||||
|
||||
int nxt_java_initHeadersEnumeration(JNIEnv *env, jobject cl);
|
||||
|
||||
jobject nxt_java_newHeadersEnumeration(JNIEnv *env, nxt_unit_field_t *f,
|
||||
uint32_t fields_count, uint32_t pos);
|
||||
|
||||
#endif /* _NXT_JAVA_HEADERSENUMERATION_H_INCLUDED_ */
|
||||
Reference in New Issue
Block a user