summaryrefslogtreecommitdiffhomepage
path: root/src/java/nxt_jni_Request.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/java/nxt_jni_Request.h')
-rw-r--r--src/java/nxt_jni_Request.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/java/nxt_jni_Request.h b/src/java/nxt_jni_Request.h
index 1c9c1428..9187d878 100644
--- a/src/java/nxt_jni_Request.h
+++ b/src/java/nxt_jni_Request.h
@@ -15,4 +15,9 @@ int nxt_java_initRequest(JNIEnv *env, jobject cl);
jobject nxt_java_newRequest(JNIEnv *env, jobject ctx, nxt_unit_request_info_t *req);
+void nxt_java_Request_websocket(JNIEnv *env, jobject jreq, jobject jbuf,
+ uint8_t opcode, uint8_t fin);
+
+void nxt_java_Request_close(JNIEnv *env, jobject jreq);
+
#endif /* _NXT_JAVA_REQUEST_H_INCLUDED_ */