Package | Description |
---|---|
com.simiacryptus.notebook |
Modifier and Type | Class and Description |
---|---|
protected class |
NanoHTTPD.HTTPSession |
Modifier and Type | Field and Description |
---|---|
Map<CharSequence,Function<NanoHTTPD.IHTTPSession,NanoHTTPD.Response>> |
FileNanoHTTPD.getHandlers
The Custom getHandlers.
|
Map<CharSequence,Function<NanoHTTPD.IHTTPSession,NanoHTTPD.Response>> |
FileNanoHTTPD.postHandlers
The Post handlers.
|
Modifier and Type | Method and Description |
---|---|
static Function<NanoHTTPD.IHTTPSession,NanoHTTPD.Response> |
StreamNanoHTTPD.asyncHandler(ExecutorService pool,
String mimeType,
Consumer<OutputStream> logic,
boolean async)
Async handler function.
|
static Function<NanoHTTPD.IHTTPSession,NanoHTTPD.Response> |
FileNanoHTTPD.handler(String mimeType,
Consumer<OutputStream> logic)
Sync handler function.
|
Modifier and Type | Method and Description |
---|---|
NanoHTTPD.Response |
NanoHTTPD.serve(NanoHTTPD.IHTTPSession session) |
NanoHTTPD.Response |
FileNanoHTTPD.serve(NanoHTTPD.IHTTPSession session) |
NanoHTTPD.Response |
StreamNanoHTTPD.serve(NanoHTTPD.IHTTPSession session) |
Modifier and Type | Method and Description |
---|---|
Closeable |
FileNanoHTTPD.addGET(CharSequence path,
Function<NanoHTTPD.IHTTPSession,NanoHTTPD.Response> value)
Add session handler function.
|
Closeable |
FileHTTPD.addGET(CharSequence path,
Function<NanoHTTPD.IHTTPSession,NanoHTTPD.Response> value)
Add get closeable.
|
Closeable |
FileNanoHTTPD.addPOST(CharSequence path,
Function<NanoHTTPD.IHTTPSession,NanoHTTPD.Response> value) |
Closeable |
FileHTTPD.addPOST(CharSequence path,
Function<NanoHTTPD.IHTTPSession,NanoHTTPD.Response> value)
Add post closeable.
|
Copyright © 2019 SimiaCryptus Software. All rights reserved.