JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
All Classes
All Classes
Interface Summary
Class Summary
Enum Summary
Exception Summary
Class
Description
DebugServer
DebugWebSocketServer
DebugWebSocketServer.DebugWebSocket
EchoSocketSample
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 Java
NanoHTTPD.AsyncRunner
Pluggable strategy for asynchronously executing requests.
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.IHTTPSession
Handles one session, i.e.
NanoHTTPD.Method
HTTP Request methods, with the ability to decode a
String
back to its enum value.
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.1
NanoHTTPD.Response.IStatus
NanoHTTPD.Response.Status
Some HTTP response status codes
NanoHTTPD.ResponseException
NanoHTTPD.SecureServerSocketFactory
Creates a new SSLServerSocket
NanoHTTPD.ServerSocketFactory
Factory to create ServerSocketFactories.
NanoHTTPD.TempFile
A temp file.
NanoHTTPD.TempFileManager
Temp file manager.
NanoHTTPD.TempFileManagerFactory
Factory to create temp file managers.
NanoWSD
NanoWSD.State
NanoWSD.WebSocket
NanoWSD.WebSocketException
NanoWSD.WebSocketFrame
NanoWSD.WebSocketFrame.CloseCode
NanoWSD.WebSocketFrame.CloseFrame
NanoWSD.WebSocketFrame.OpCode
RouterNanoHTTPD
RouterNanoHTTPD.BaseRoutePrioritizer
RouterNanoHTTPD.DefaultHandler
General nanolet to inherit from if you provide text or html data, only fixed size responses will be generated.
RouterNanoHTTPD.DefaultRoutePrioritizer
RouterNanoHTTPD.DefaultStreamHandler
General nanolet to inherit from if you provide stream data, only chucked responses will be generated.
RouterNanoHTTPD.Error404UriHandler
Handling error 404 - unrecognized urls
RouterNanoHTTPD.GeneralHandler
General nanolet to print debug info's as a html page.
RouterNanoHTTPD.IndexHandler
Handling index
RouterNanoHTTPD.InsertionOrderRoutePrioritizer
RouterNanoHTTPD.IRoutePrioritizer
RouterNanoHTTPD.NotImplementedHandler
RouterNanoHTTPD.ProvidedPriorityRoutePrioritizer
RouterNanoHTTPD.StaticPageHandler
General nanolet to print debug info's as a html page.
RouterNanoHTTPD.UriResource
RouterNanoHTTPD.UriResponder
RouterNanoHTTPD.UriRouter
ServerRunner
SimpleWebServer
TempFilesServer
TempFilesServer.ExampleManager
TempFilesServer.ExampleManagerFactory
WebServerPlugin
WebServerPluginInfo