MCPcopy Create free account

hub / github.com/abelbai/AWebDB-Sample / types & classes

Types & classes34 in github.com/abelbai/AWebDB-Sample

ClassAWebDB
@author <a href="http://www.lusfold.com" target="_blank">Lusfold</a>
awebdb/src/main/java/com/lusfold/awebdb/AWebDB.java:14
ClassApplicationTest
<a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
awebdb/src/androidTest/java/com/lusfold/awebdb/ApplicationTest.java:9
ClassApplicationTest
<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
InterfaceAsyncRunner
Pluggable strategy for asynchronously executing requests.
awebdb/src/main/java/com/lusfold/awebdb/net/nanohttpd/NanoHTTPD.java:122
ClassChunkedOutputStream
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
ClassClientHandler
The runnable that will be used for every new client connection.
awebdb/src/main/java/com/lusfold/awebdb/net/nanohttpd/NanoHTTPD.java:134
ClassCookie
awebdb/src/main/java/com/lusfold/awebdb/net/nanohttpd/NanoHTTPD.java:180
ClassCookieHandler
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
ClassDBUtil
@author <a href="http://www.lusfold.com" target="_blank">Lusfold</a>
awebdb/src/main/java/com/lusfold/awebdb/db/DBUtil.java:13
ClassDefaultAsyncRunner
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
ClassDefaultTempFile
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
ClassDefaultTempFileManager
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
ClassDefaultTempFileManagerFactory
Default strategy for creating and cleaning up temporary files.
awebdb/src/main/java/com/lusfold/awebdb/net/nanohttpd/NanoHTTPD.java:428
ClassHTMLString
awebdb/src/main/java/com/lusfold/awebdb/mapper/HtmlMapper.java:68
ClassHTTPSession
awebdb/src/main/java/com/lusfold/awebdb/net/nanohttpd/NanoHTTPD.java:448
ClassHtmlMapper
@author <a href="http://www.lusfold.com" target="_blank">Lusfold</a>
awebdb/src/main/java/com/lusfold/awebdb/mapper/HtmlMapper.java:8
ClassHtmlResponse
@author <a href="http://www.lusfold.com" target="_blank">Lusfold</a>
awebdb/src/main/java/com/lusfold/awebdb/net/nanohttpd/HtmlResponse.java:11
InterfaceIHTTPSession
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
InterfaceIStatus
awebdb/src/main/java/com/lusfold/awebdb/net/nanohttpd/NanoHTTPD.java:1056
ClassLogUtil
awebdb/src/main/java/com/lusfold/awebdb/utils/LogUtil.java:8
ClassMainActivity
app/src/main/java/com/lusfold/awebdb_sample/MainActivity.java:14
InterfaceMapper
@author <a href="http://www.lusfold.com" target="_blank">Lusfold</a>
awebdb/src/main/java/com/lusfold/awebdb/mapper/Mapper.java:6
EnumMethod
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
ClassNanoHTTPD
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
ClassNetUtils
@author <a href="http://www.lusfold.com" target="_blank">Lusfold</a>
awebdb/src/main/java/com/lusfold/awebdb/utils/NetUtils.java:14
ClassResponse
HTTP response. Return one of these from serve().
awebdb/src/main/java/com/lusfold/awebdb/net/nanohttpd/NanoHTTPD.java:1054
ClassResponseException
awebdb/src/main/java/com/lusfold/awebdb/net/nanohttpd/NanoHTTPD.java:1398
ClassServerRunnable
The runnable that will be used for the main listening thread.
awebdb/src/main/java/com/lusfold/awebdb/net/nanohttpd/NanoHTTPD.java:1422
EnumStatus
Some HTTP response status codes
awebdb/src/main/java/com/lusfold/awebdb/net/nanohttpd/NanoHTTPD.java:1066
ClassStringUtils
@author <a href="http://www.lusfold.com" target="_blank">Lusfold</a>
awebdb/src/main/java/com/lusfold/awebdb/utils/StringUtils.java:6
InterfaceTempFile
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
InterfaceTempFileManager
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
InterfaceTempFileManagerFactory
Factory to create temp file managers.
awebdb/src/main/java/com/lusfold/awebdb/net/nanohttpd/NanoHTTPD.java:1493
ClassXNanoHTTPD
@author <a href="http://www.lusfold.com" target="_blank">Lusfold</a>
awebdb/src/main/java/com/lusfold/awebdb/net/nanohttpd/XNanoHTTPD.java:12