Home
last modified time | relevance | path

Searched defs:method (Results 1 – 15 of 15) sorted by relevance

/unit/src/java/nginx/unit/websocket/pojo/
H A DPojoMessageHandlerBase.java40 protected final Method method; field in PojoMessageHandlerBase
48 public PojoMessageHandlerBase(Object pojo, Method method, in PojoMessageHandlerBase()
H A DPojoMessageHandlerPartialBinary.java30 public PojoMessageHandlerPartialBinary(Object pojo, Method method, in PojoMessageHandlerPartialBinary()
H A DPojoMessageHandlerPartialText.java29 public PojoMessageHandlerPartialText(Object pojo, Method method, in PojoMessageHandlerPartialText()
H A DPojoMessageHandlerWholePong.java30 public PojoMessageHandlerWholePong(Object pojo, Method method, in PojoMessageHandlerWholePong()
H A DPojoMessageHandlerPartialBase.java40 public PojoMessageHandlerPartialBase(Object pojo, Method method, in PojoMessageHandlerPartialBase()
H A DPojoMessageHandlerWholeBase.java37 public PojoMessageHandlerWholeBase(Object pojo, Method method, in PojoMessageHandlerWholeBase()
H A DPojoMessageHandlerWholeBinary.java48 public PojoMessageHandlerWholeBinary(Object pojo, Method method, in PojoMessageHandlerWholeBinary()
H A DPojoMessageHandlerWholeText.java48 public PojoMessageHandlerWholeText(Object pojo, Method method, in PojoMessageHandlerWholeText()
/unit/src/
H A Dnxt_unit_request.h39 nxt_unit_sptr_t method; member
H A Dnxt_http_parse.h40 nxt_str_t method; member
H A Dnxt_http.h150 nxt_str_t *method; member
H A Dnxt_http_route.c46 nxt_conf_value_t *method; member
/unit/src/test/
H A Dnxt_http_parse_test.c12 nxt_str_t method; member
/unit/src/wasm-wasi-component/src/
H A Dlib.rs444 fn method(&self) -> &str { in method() method
/unit/src/perl/
H A Dnxt_perl_psgi.c369 nxt_perl_psgi_call_method(PerlInterpreter *my_perl, SV *obj, const char *method, in nxt_perl_psgi_call_method()