Uses of Class
net.jonathangiles.tools.teenyhttpd.model.QueryParams
Packages that use QueryParams
-
Uses of QueryParams in net.jonathangiles.tools.teenyhttpd.model
Fields in net.jonathangiles.tools.teenyhttpd.model declared as QueryParamsMethods in net.jonathangiles.tools.teenyhttpd.model with parameters of type QueryParamsModifier and TypeMethodDescriptionstatic RequestRequest.create(Method method, String path, QueryParams queryParams) static RequestRequest.create(Method method, String path, QueryParams queryParams, List<Header> headers, Map<String, String> pathParamsMap, String body) static RequestRequest.create(Method method, String path, QueryParams queryParams, Map<String, Header> headers, Map<String, String> pathParamsMap)