| Class | Description |
|---|---|
| HttpClientWrapper |
Helper class which configures a
HttpClient instance
for usage with BasicAuthentication user/pwd and also
disables SSL verification to work with self-signed SSL certificates
on webpages. |
| IP | |
| NanoHTTPD |
A simple, tiny, nicely embeddable HTTP 1.0 server in Java
NanoHTTPD version 1.14,
Copyright © 2001,2005-2010 Jarno Elonen (elonen@iki.fi, http://iki.fi/elonen/)
Features + limitations:
Only one Java file
Java 1.1 compatible
Released as open source, Modified BSD licence
No fixed config files, logging, authorization etc.
|
| NanoHTTPD.Response |
HTTP response.
|
| Utils |