| Package | Description |
|---|---|
| de.tsl2.nano.h5 |
| Modifier and Type | Method and Description |
|---|---|
NanoHTTPD.Response.Status |
NanoHTTPD.ResponseException.getStatus() |
static NanoHTTPD.Response.Status |
NanoHTTPD.Response.Status.lookup(int requestStatus) |
static NanoHTTPD.Response.Status |
NanoHTTPD.Response.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NanoHTTPD.Response.Status[] |
NanoHTTPD.Response.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static NanoHTTPD.Response |
NanoH5.createResponse(NanoHTTPD.Response.Status status,
String type,
String msg) |
| Constructor and Description |
|---|
Response(NanoHTTPD.Response.Status status,
String mimeType,
String data) |
ResponseException(NanoHTTPD.Response.Status status,
String message) |
ResponseException(NanoHTTPD.Response.Status status,
String message,
Exception e) |
Copyright © 2012–2020. All rights reserved.