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.MethodNanoHTTPD.HTTPSession. methodprivate NanoHTTPD.MethodNanoHTTPD.Response. requestMethodThe request method that spawned this response.Methods in fi.iki.elonen that return NanoHTTPD.Method Modifier and Type Method Description NanoHTTPD.MethodNanoHTTPD.HTTPSession. getMethod()NanoHTTPD.MethodNanoHTTPD.IHTTPSession. getMethod()NanoHTTPD.MethodNanoHTTPD.Response. getRequestMethod()(package private) static NanoHTTPD.MethodNanoHTTPD.Method. lookup(java.lang.String method)static NanoHTTPD.MethodNanoHTTPD.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.ResponseNanoHTTPD. 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.voidNanoHTTPD.Response. setRequestMethod(NanoHTTPD.Method requestMethod)
-