| Interface | Description |
|---|---|
| ISystemConnector<PERSISTENCE extends Serializable> |
is able to create an object that holds all needed information to connect to a back-end.
|
| NanoH5Util | |
| NanoHTTPD.AsyncRunner |
Pluggable strategy for asynchronously executing requests.
|
| NanoHTTPD.IHTTPSession |
Handles one session, i.e. parses the HTTP request and returns the response.
|
| NanoHTTPD.Response.IStatus | |
| NanoHTTPD.ServerSocketFactory |
Factory to create ServerSocketFactories.
|
| NanoHTTPD.TempFile |
A temp file.
|
| NanoHTTPD.TempFileManager |
Temp file manager.
|
| NanoHTTPD.TempFileManagerFactory |
Factory to create temp file managers.
|
| Class | Description |
|---|---|
| ARESTDynamic<RESPONSE> | |
| BeanModifier | |
| CUser |
encrypted user passwd
|
| H2LuceneIntegration |
initializes Lucene on a H2 Database. see http://www.h2database.com/html/tutorial.html
|
| Html5Presentable |
Hmtl5-specialized
Presentable. |
| Html5Presentation<T> | |
| HtmlUtil |
defines html tag- and attribute-names und helper methods. android doesn't support the full w3c implementation like
HtmlElement etc.
|
| ICSCalendarExport |
exports any objects to ics format. example: new ICSCalendarExport("myCal").addAll(myObjects, MapUtil.asMap(FIELD.SUMMARY, "myTitle", ...)).write();
|
| ICSCalendarImport |
imports a holiday ics calendar from "http://www.kayaposoft.com/enrico/ics/v1.0?
|
| Loader |
Loader for
NanoH5. |
| NanoH5 |
An Application of subclassing NanoHTTPD to make a custom HTTP server.
|
| NanoH5Session |
user session for nano.h5 server
|
| NanoH5Unit |
ONLY TO BE EXTENDED BY JUNIT TESTS!
|
| NanoH5UnitPlugin |
Tries to prepare some unit-test specific environments on NanoH5
|
| NanoHTTPD |
A simple, tiny, nicely embeddable HTTP server in Java
NanoHTTPD
Copyright (c) 2012-2013 by Paul S.
|
| NanoHTTPD.ContentType | |
| NanoHTTPD.Cookie | |
| NanoHTTPD.DefaultAsyncRunner |
Default threading strategy for NanoHTTPD.
|
| NanoHTTPD.DefaultServerSocketFactory |
Creates a normal ServerSocket for TCP connections
|
| NanoHTTPD.DefaultTempFile |
Default strategy for creating and cleaning up temporary files.
|
| NanoHTTPD.DefaultTempFileManager |
Default strategy for creating and cleaning up temporary files.
|
| NanoHTTPD.Response |
HTTP response.
|
| NanoHTTPD.SecureServerSocketFactory |
Creates a new SSLServerSocket
|
| PersistenceUI |
factory to create a user interface for
Persistence. |
| Replication | |
| RESTDynamic | |
| RuleCover<T> |
See
AttributeCover, using the RulePool from specification. |
| SpecifiedAction<RETURNTYPE> |
action defined in action pool
|
| Users |
create/load user mapping for secure logins
see
Users.auth(String, String) for further informations |
| Enum | Description |
|---|---|
| NanoHTTPD.Method |
HTTP Request methods, with the ability to decode a
String back to its enum value. |
| NanoHTTPD.Response.Status |
Some HTTP response status codes
|
| Exception | Description |
|---|---|
| NanoHTTPD.ResponseException |
Copyright © 2012–2020. All rights reserved.