| Package | Description | 
|---|---|
| com.simiacryptus.notebook | 
| Modifier and Type | Field and Description | 
|---|---|
protected NanoHTTPD.Response.Status | 
NanoHTTPD.ResponseException.status  | 
| Modifier and Type | Method and Description | 
|---|---|
NanoHTTPD.Response.Status | 
NanoHTTPD.ResponseException.getStatus()  | 
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. 
 | 
| Constructor and Description | 
|---|
ResponseException(NanoHTTPD.Response.Status status,
                 String message)  | 
ResponseException(NanoHTTPD.Response.Status status,
                 String message,
                 Exception e)  | 
Copyright © 2019 SimiaCryptus Software. All rights reserved.