Package | Description |
---|---|
fi.iki.elonen |
External sources.
|
Modifier and Type | Method and Description |
---|---|
NanoHTTPD.Method |
NanoHTTPD.IHTTPSession.getMethod() |
NanoHTTPD.Method |
NanoHTTPD.HTTPSession.getMethod() |
NanoHTTPD.Method |
NanoHTTPD.Response.getRequestMethod() |
(package private) static NanoHTTPD.Method |
NanoHTTPD.Method.lookup(java.lang.String method) |
static NanoHTTPD.Method |
NanoHTTPD.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.
|
Modifier and Type | Method and Description |
---|---|
NanoHTTPD.Response |
NanoHTTPD.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.
|
void |
NanoHTTPD.Response.setRequestMethod(NanoHTTPD.Method requestMethod) |