Uses of Enum Class
fi.iki.elonen.NanoHTTPD.Method
Packages that use NanoHTTPD.Method
-
Uses of NanoHTTPD.Method in fi.iki.elonen
Fields in fi.iki.elonen declared as NanoHTTPD.MethodModifier and TypeFieldDescriptionprivate 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.MethodModifier and TypeMethodDescriptionfinal NanoHTTPD.Method
NanoHTTPD.HTTPSession.getMethod()
NanoHTTPD.IHTTPSession.getMethod()
NanoHTTPD.Response.getRequestMethod()
(package private) static NanoHTTPD.Method
static NanoHTTPD.Method
Returns the enum constant of this class with the specified name.static NanoHTTPD.Method[]
NanoHTTPD.Method.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in fi.iki.elonen with parameters of type NanoHTTPD.MethodModifier and TypeMethodDescriptionNanoHTTPD.serve
(String uri, NanoHTTPD.Method method, Map<String, String> headers, Map<String, String> parms, Map<String, String> files) Deprecated.void
NanoHTTPD.Response.setRequestMethod
(NanoHTTPD.Method requestMethod)