Package | Description |
---|---|
fi.iki.elonen |
External sources.
|
gui |
The graphical user interface made with swing and awt, and the system tray icon.
|
Modifier and Type | Method and Description |
---|---|
NanoHTTPD.Response |
NanoHTTPD.serve(NanoHTTPD.IHTTPSession session)
Override this to customize the server.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
NanoHTTPD.CookieHandler.unloadQueue(NanoHTTPD.Response response)
Internally used by the webserver to add all queued cookies into the
Response's HTTP Headers.
|
Modifier and Type | Method and Description |
---|---|
NanoHTTPD.Response |
TimelineHTTPServer.serve(NanoHTTPD.IHTTPSession session) |