Uses of Class
fi.iki.elonen.NanoHTTPD.Method
-
Packages that use NanoHTTPD.Method Package Description fi.iki.elonen -
-
Uses of NanoHTTPD.Method in fi.iki.elonen
Fields in fi.iki.elonen declared as NanoHTTPD.Method Modifier and Type Field Description private NanoHTTPD.Method
NanoHTTPD.HTTPSession. method
private NanoHTTPD.Method
NanoHTTPD.Response. requestMethod
The request method that spawned this response.Methods in fi.iki.elonen that return NanoHTTPD.Method Modifier and Type Method Description NanoHTTPD.Method
NanoHTTPD.HTTPSession. getMethod()
NanoHTTPD.Method
NanoHTTPD.IHTTPSession. getMethod()
NanoHTTPD.Method
NanoHTTPD.Response. getRequestMethod()
(package private) static NanoHTTPD.Method
NanoHTTPD.Method. lookup(java.lang.String method)
static NanoHTTPD.Method
NanoHTTPD.Method. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static NanoHTTPD.Method[]
NanoHTTPD.Method. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in fi.iki.elonen with parameters of type NanoHTTPD.Method Modifier and Type Method Description NanoHTTPD.Response
NanoHTTPD. serve(java.lang.String uri, NanoHTTPD.Method method, java.util.Map<java.lang.String,java.lang.String> headers, java.util.Map<java.lang.String,java.lang.String> parms, java.util.Map<java.lang.String,java.lang.String> files)
Deprecated.void
NanoHTTPD.Response. setRequestMethod(NanoHTTPD.Method requestMethod)
-