Package fi.iki.elonen
-
Interface Summary Interface Description NanoHTTPD.AsyncRunner Pluggable strategy for asynchronously executing requests.NanoHTTPD.IHTTPSession Handles one session, i.e.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.WebServerPlugin WebServerPluginInfo -
Class Summary Class Description HelloServer An example of subclassing NanoHTTPD to make a custom HTTP server.InternalRewrite MarkdownWebServerPlugin MarkdownWebServerPluginInfo NanoFileUpload NanoFileUpload.NanoHttpdContext NanoHTTPD A simple, tiny, nicely embeddable HTTP server in JavaNanoHTTPD.ContentType NanoHTTPD.Cookie NanoHTTPD.DefaultAsyncRunner Default threading strategy for NanoHTTPD.NanoHTTPD.DefaultServerSocketFactory Creates a normal ServerSocket for TCP connectionsNanoHTTPD.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.Response.ChunkedOutputStream Output stream that will automatically send every write to the wrapped OutputStream according to chunked transfer: http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.6.1NanoHTTPD.SecureServerSocketFactory Creates a new SSLServerSocketNanoWSD NanoWSD.WebSocket NanoWSD.WebSocketFrame NanoWSD.WebSocketFrame.CloseFrame SimpleWebServer TempFilesServer TempFilesServer.ExampleManager TempFilesServer.ExampleManagerFactory -
Enum Summary Enum Description NanoHTTPD.Method HTTP Request methods, with the ability to decode aString
back to its enum value.NanoHTTPD.Response.Status Some HTTP response status codesNanoWSD.State NanoWSD.WebSocketFrame.CloseCode NanoWSD.WebSocketFrame.OpCode -
Exception Summary Exception Description NanoHTTPD.ResponseException NanoWSD.WebSocketException