Java: introducing websocket support.

This commit is contained in:
Max Romanov
2019-09-05 15:27:32 +03:00
parent 3e23afb0d2
commit 2b8cab1e24
113 changed files with 15422 additions and 70 deletions

View File

@@ -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_ */