Interface | Description |
---|---|
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 |
---|---|
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
|
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–2016 nanohttpd. All rights reserved.