Home
last modified time | relevance | path

Searched defs:urlParams (Results 1 – 2 of 2) sorted by relevance

/external/nanohttpd/nanolets/src/main/java/fi/iki/elonen/router/
DRouterNanoHTTPD.java70 … public Response get(UriResource uriResource, Map<String, String> urlParams, IHTTPSession session); in get() argument
72 … public Response put(UriResource uriResource, Map<String, String> urlParams, IHTTPSession session); in put() argument
74 …public Response post(UriResource uriResource, Map<String, String> urlParams, IHTTPSession session); in post() argument
76 …public Response delete(UriResource uriResource, Map<String, String> urlParams, IHTTPSession sessio… in delete() argument
78 …public Response other(String method, UriResource uriResource, Map<String, String> urlParams, IHTTP… in other() argument
93 …public Response get(UriResource uriResource, Map<String, String> urlParams, IHTTPSession session) { in get() argument
97 …public Response post(UriResource uriResource, Map<String, String> urlParams, IHTTPSession session)… in post() argument
101 …public Response put(UriResource uriResource, Map<String, String> urlParams, IHTTPSession session) { in put() argument
105 …public Response delete(UriResource uriResource, Map<String, String> urlParams, IHTTPSession sessio… in delete() argument
109 …public Response other(String method, UriResource uriResource, Map<String, String> urlParams, IHTTP… in other() argument
[all …]
/external/nanohttpd/nanolets/src/test/java/fi/iki/elonen/router/
DAppNanolets.java66 public String getText(Map<String, String> urlParams, NanoHTTPD.IHTTPSession session) { in getText() argument
95 …public NanoHTTPD.Response get(UriResource uriResource, Map<String, String> urlParams, NanoHTTPD.IH… in get() argument