Uses of Enum Class
fi.iki.elonen.NanoHTTPD.Response.Status
Packages that use NanoHTTPD.Response.Status
-
Uses of NanoHTTPD.Response.Status in fi.iki.elonen
Subclasses with type arguments of type NanoHTTPD.Response.Status in fi.iki.elonenModifier and TypeClassDescriptionstatic enumSome HTTP response status codesFields in fi.iki.elonen declared as NanoHTTPD.Response.StatusModifier and TypeFieldDescriptionprivate final NanoHTTPD.Response.StatusNanoHTTPD.ResponseException.statusMethods in fi.iki.elonen that return NanoHTTPD.Response.StatusModifier and TypeMethodDescriptionNanoHTTPD.ResponseException.getStatus()static NanoHTTPD.Response.StatusNanoHTTPD.Response.Status.lookup(int requestStatus) static NanoHTTPD.Response.StatusReturns the enum constant of this class with the specified name.static NanoHTTPD.Response.Status[]NanoHTTPD.Response.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in fi.iki.elonen with parameters of type NanoHTTPD.Response.StatusModifierConstructorDescriptionResponseException(NanoHTTPD.Response.Status status, String message) ResponseException(NanoHTTPD.Response.Status status, String message, Exception e)