| Package | Description | 
|---|---|
| com.simiacryptus.notebook | 
| Modifier and Type | Field and Description | 
|---|---|
protected NanoHTTPD.Method | 
NanoHTTPD.HTTPSession.method  | 
protected NanoHTTPD.Method | 
NanoHTTPD.Response.requestMethod  | 
| Modifier and Type | Method and Description | 
|---|---|
NanoHTTPD.Method | 
NanoHTTPD.IHTTPSession.getMethod()  | 
NanoHTTPD.Method | 
NanoHTTPD.HTTPSession.getMethod()  | 
NanoHTTPD.Method | 
NanoHTTPD.Response.getRequestMethod()  | 
static NanoHTTPD.Method | 
NanoHTTPD.Method.valueOf(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(String uri,
     NanoHTTPD.Method method,
     Map<String,String> headers,
     Map<String,String> parms,
     Map<String,String> files)
Deprecated.  
 | 
void | 
NanoHTTPD.Response.setRequestMethod(NanoHTTPD.Method requestMethod)  | 
Copyright © 2019 SimiaCryptus Software. All rights reserved.