Uses of Enum Class
fi.iki.elonen.NanoHTTPD.Method
Packages that use NanoHTTPD.Method
-
Uses of NanoHTTPD.Method in fi.iki.elonen
Subclasses with type arguments of type NanoHTTPD.Method in fi.iki.elonenModifier and TypeClassDescriptionstatic enumHTTP Request methods, with the ability to decode aStringback to its enum value.Fields in fi.iki.elonen declared as NanoHTTPD.MethodModifier and TypeFieldDescriptionprivate NanoHTTPD.MethodNanoHTTPD.HTTPSession.methodprivate NanoHTTPD.MethodNanoHTTPD.Response.requestMethodThe request method that spawned this response.Methods in fi.iki.elonen that return NanoHTTPD.MethodModifier and TypeMethodDescriptionfinal NanoHTTPD.MethodNanoHTTPD.HTTPSession.getMethod()NanoHTTPD.IHTTPSession.getMethod()NanoHTTPD.Response.getRequestMethod()(package private) static NanoHTTPD.Methodstatic 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)