Lines Matching defs:req_ptr

76     private final long req_ptr;  field in Request
243 private static native String getHeader(long req_ptr, String name, int name_len); in getHeader()
254 private static native Enumeration<String> getHeaderNames(long req_ptr); in getHeaderNames()
265 private static native Enumeration<String> getHeaders(long req_ptr, String name, int name_len); in getHeaders()
276 private static native int getIntHeader(long req_ptr, String name, int name_len); in getIntHeader()
287 private static native String getMethod(long req_ptr); in getMethod()
386 private static native String getQueryString(long req_ptr); in getQueryString()
455 private static native String getRequestURI(long req_ptr); in getRequestURI()
709 private static native long getContentLength(long req_ptr); in getContentLength()
737 private static native String getContentType(long req_ptr); in getContentType()
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()
1003 private static native String getRemoteAddr(long req_ptr); in getRemoteAddr()
1016 private static native String getRemoteHost(long req_ptr); in getRemoteHost()
1029 private static native int getRemotePort(long req_ptr); in getRemotePort()
1062 private static native String getScheme(long req_ptr); in getScheme()
1075 private static native String getServerName(long req_ptr); in getServerName()
1088 private static native int getServerPort(long req_ptr); in getServerPort()
1122 private static native boolean isSecure(long req_ptr); in isSecure()