Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abelbai/AWebDB-Sample
/ types & classes
Types & classes
34 in github.com/abelbai/AWebDB-Sample
⨍
Functions
147
◇
Types & classes
34
Class
AWebDB
@author <a href="http://www.lusfold.com" target="_blank">Lusfold</a>
awebdb/src/main/java/com/lusfold/awebdb/AWebDB.java:14
Class
ApplicationTest
<a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
awebdb/src/androidTest/java/com/lusfold/awebdb/ApplicationTest.java:9
Class
ApplicationTest
<a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
app/src/androidTest/java/com/lusfold/awebdb_sample/ApplicationTest.java:9
Interface
AsyncRunner
Pluggable strategy for asynchronously executing requests.
awebdb/src/main/java/com/lusfold/awebdb/net/nanohttpd/NanoHTTPD.java:122
Class
ChunkedOutputStream
Output stream that will automatically send every write to the wrapped OutputStream according to chunked transfer: http://www.w3.org/Protocols/rfc2616/
awebdb/src/main/java/com/lusfold/awebdb/net/nanohttpd/NanoHTTPD.java:1111
Class
ClientHandler
The runnable that will be used for every new client connection.
awebdb/src/main/java/com/lusfold/awebdb/net/nanohttpd/NanoHTTPD.java:134
Class
Cookie
awebdb/src/main/java/com/lusfold/awebdb/net/nanohttpd/NanoHTTPD.java:180
Class
CookieHandler
Provides rudimentary support for cookies. Doesn't support 'path', 'secure' nor 'httpOnly'. Feel free to improve it and/or add unsupported features. @
awebdb/src/main/java/com/lusfold/awebdb/net/nanohttpd/NanoHTTPD.java:221
Class
DBUtil
@author <a href="http://www.lusfold.com" target="_blank">Lusfold</a>
awebdb/src/main/java/com/lusfold/awebdb/db/DBUtil.java:13
Class
DefaultAsyncRunner
Default threading strategy for NanoHTTPD. <p> By default, the server spawns a new Thread for every incoming request. These are set to <i>daemon</i> st
awebdb/src/main/java/com/lusfold/awebdb/net/nanohttpd/NanoHTTPD.java:309
Class
DefaultTempFile
Default strategy for creating and cleaning up temporary files. <p> By default, files are created by <code>File.createTempFile()</code> in the director
awebdb/src/main/java/com/lusfold/awebdb/net/nanohttpd/NanoHTTPD.java:354
Class
DefaultTempFileManager
Default strategy for creating and cleaning up temporary files. <p> This class stores its files in the standard location (that is, wherever <code>java.
awebdb/src/main/java/com/lusfold/awebdb/net/nanohttpd/NanoHTTPD.java:394
Class
DefaultTempFileManagerFactory
Default strategy for creating and cleaning up temporary files.
awebdb/src/main/java/com/lusfold/awebdb/net/nanohttpd/NanoHTTPD.java:428
Class
HTMLString
awebdb/src/main/java/com/lusfold/awebdb/mapper/HtmlMapper.java:68
Class
HTTPSession
awebdb/src/main/java/com/lusfold/awebdb/net/nanohttpd/NanoHTTPD.java:448
Class
HtmlMapper
@author <a href="http://www.lusfold.com" target="_blank">Lusfold</a>
awebdb/src/main/java/com/lusfold/awebdb/mapper/HtmlMapper.java:8
Class
HtmlResponse
@author <a href="http://www.lusfold.com" target="_blank">Lusfold</a>
awebdb/src/main/java/com/lusfold/awebdb/net/nanohttpd/HtmlResponse.java:11
Interface
IHTTPSession
Handles one session, i.e. parses the HTTP request and returns the response.
awebdb/src/main/java/com/lusfold/awebdb/net/nanohttpd/NanoHTTPD.java:999
Interface
IStatus
awebdb/src/main/java/com/lusfold/awebdb/net/nanohttpd/NanoHTTPD.java:1056
Class
LogUtil
awebdb/src/main/java/com/lusfold/awebdb/utils/LogUtil.java:8
Class
MainActivity
app/src/main/java/com/lusfold/awebdb_sample/MainActivity.java:14
Interface
Mapper
@author <a href="http://www.lusfold.com" target="_blank">Lusfold</a>
awebdb/src/main/java/com/lusfold/awebdb/mapper/Mapper.java:6
Enum
Method
HTTP Request methods, with the ability to decode a <code>String</code> back to its enum value.
awebdb/src/main/java/com/lusfold/awebdb/net/nanohttpd/NanoHTTPD.java:1033
Class
NanoHTTPD
A simple, tiny, nicely embeddable HTTP server in Java NanoHTTPD Copyright (c) 2012-2013 by Paul S. Hawke, 2001,2005-2013 by Jarno Elonen, 2010 by Kons
awebdb/src/main/java/com/lusfold/awebdb/net/nanohttpd/NanoHTTPD.java:117
Class
NetUtils
@author <a href="http://www.lusfold.com" target="_blank">Lusfold</a>
awebdb/src/main/java/com/lusfold/awebdb/utils/NetUtils.java:14
Class
Response
HTTP response. Return one of these from serve().
awebdb/src/main/java/com/lusfold/awebdb/net/nanohttpd/NanoHTTPD.java:1054
Class
ResponseException
awebdb/src/main/java/com/lusfold/awebdb/net/nanohttpd/NanoHTTPD.java:1398
Class
ServerRunnable
The runnable that will be used for the main listening thread.
awebdb/src/main/java/com/lusfold/awebdb/net/nanohttpd/NanoHTTPD.java:1422
Enum
Status
Some HTTP response status codes
awebdb/src/main/java/com/lusfold/awebdb/net/nanohttpd/NanoHTTPD.java:1066
Class
StringUtils
@author <a href="http://www.lusfold.com" target="_blank">Lusfold</a>
awebdb/src/main/java/com/lusfold/awebdb/utils/StringUtils.java:6
Interface
TempFile
A temp file. <p> Temp files are responsible for managing the actual temporary storage and cleaning themselves up when no longer needed. </p>
awebdb/src/main/java/com/lusfold/awebdb/net/nanohttpd/NanoHTTPD.java:1466
Interface
TempFileManager
Temp file manager. <p> Temp file managers are created 1-to-1 with incoming requests, to create and cleanup temporary files created as a result of hand
awebdb/src/main/java/com/lusfold/awebdb/net/nanohttpd/NanoHTTPD.java:1483
Interface
TempFileManagerFactory
Factory to create temp file managers.
awebdb/src/main/java/com/lusfold/awebdb/net/nanohttpd/NanoHTTPD.java:1493
Class
XNanoHTTPD
@author <a href="http://www.lusfold.com" target="_blank">Lusfold</a>
awebdb/src/main/java/com/lusfold/awebdb/net/nanohttpd/XNanoHTTPD.java:12