Uses of Enum Class
fi.iki.elonen.NanoHTTPD.Method
Packages that use NanoHTTPD.Method
-
Uses of NanoHTTPD.Method in fi.iki.elonen
Methods in fi.iki.elonen that return NanoHTTPD.MethodModifier and TypeMethodDescriptionfinal NanoHTTPD.MethodNanoHTTPD.HTTPSession.getMethod()NanoHTTPD.IHTTPSession.getMethod()NanoHTTPD.Response.getRequestMethod()static NanoHTTPD.MethodReturns 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.voidNanoHTTPD.Response.setRequestMethod(NanoHTTPD.Method requestMethod)