Home
last modified time | relevance | path

Searched defs:req_ptr (Results 1 – 2 of 2) sorted by last modified time

/unit/src/java/
H A Dnxt_jni_Request.c273 nxt_java_Request_getHeader(JNIEnv *env, jclass cls, jlong req_ptr, in nxt_java_Request_getHeader()
312 nxt_java_Request_getHeaders(JNIEnv *env, jclass cls, jlong req_ptr, in nxt_java_Request_getHeaders()
341 nxt_java_Request_getIntHeader(JNIEnv *env, jclass cls, jlong req_ptr, in nxt_java_Request_getIntHeader()
382 nxt_java_Request_getMethod(JNIEnv *env, jclass cls, jlong req_ptr) in nxt_java_Request_getMethod()
410 nxt_java_Request_getRequestURI(JNIEnv *env, jclass cls, jlong req_ptr) in nxt_java_Request_getRequestURI()
458 nxt_java_Request_getLocalAddr(JNIEnv *env, jclass cls, jlong req_ptr) in nxt_java_Request_getLocalAddr()
470 nxt_java_Request_getLocalName(JNIEnv *env, jclass cls, jlong req_ptr) in nxt_java_Request_getLocalName()
489 nxt_java_Request_getLocalPort(JNIEnv *env, jclass cls, jlong req_ptr) in nxt_java_Request_getLocalPort()
517 nxt_java_Request_getProtocol(JNIEnv *env, jclass cls, jlong req_ptr) in nxt_java_Request_getProtocol()
587 nxt_java_Request_getScheme(JNIEnv *env, jclass cls, jlong req_ptr) in nxt_java_Request_getScheme()
[all …]
/unit/src/java/nginx/unit/
H A DRequest.java76 private final long req_ptr; field in Request
287 private static native String getMethod(long req_ptr); in getMethod()
455 private static native String getRequestURI(long req_ptr); in getRequestURI()
780 private static native String getLocalAddr(long req_ptr); in getLocalAddr()
807 private static native String getLocalName(long req_ptr); in getLocalName()
818 private static native int getLocalPort(long req_ptr); in getLocalPort()
966 private static native String getProtocol(long req_ptr); in getProtocol()
1029 private static native int getRemotePort(long req_ptr); in getRemotePort()
1062 private static native String getScheme(long req_ptr); in getScheme()
1088 private static native int getServerPort(long req_ptr); in getServerPort()
[all …]