- NanoHTTPD - Class in fi.iki.elonen
-
A simple, tiny, nicely embeddable HTTP server in Java
NanoHTTPD
- NanoHTTPD(int) - Constructor for class fi.iki.elonen.NanoHTTPD
-
Constructs an HTTP server on given port.
- NanoHTTPD(String, int) - Constructor for class fi.iki.elonen.NanoHTTPD
-
Constructs an HTTP server on given hostname and port.
- NanoHTTPD.AsyncRunner - Interface in fi.iki.elonen
-
Pluggable strategy for asynchronously executing requests.
- NanoHTTPD.ClientHandler - Class in fi.iki.elonen
-
The runnable that will be used for every new client connection.
- NanoHTTPD.ContentType - Class in fi.iki.elonen
-
- NanoHTTPD.Cookie - Class in fi.iki.elonen
-
- NanoHTTPD.CookieHandler - Class in fi.iki.elonen
-
Provides rudimentary support for cookies.
- NanoHTTPD.DefaultAsyncRunner - Class in fi.iki.elonen
-
Default threading strategy for NanoHTTPD.
- NanoHTTPD.DefaultServerSocketFactory - Class in fi.iki.elonen
-
Creates a normal ServerSocket for TCP connections
- NanoHTTPD.DefaultTempFile - Class in fi.iki.elonen
-
Default strategy for creating and cleaning up temporary files.
- NanoHTTPD.DefaultTempFileManager - Class in fi.iki.elonen
-
Default strategy for creating and cleaning up temporary files.
- NanoHTTPD.HTTPSession - Class in fi.iki.elonen
-
- NanoHTTPD.IHTTPSession - Interface in fi.iki.elonen
-
Handles one session, i.e.
- NanoHTTPD.Method - Enum in fi.iki.elonen
-
HTTP Request methods, with the ability to decode a String
back to its enum value.
- NanoHTTPD.Response - Class in fi.iki.elonen
-
HTTP response.
- NanoHTTPD.Response.IStatus - Interface in fi.iki.elonen
-
- NanoHTTPD.Response.Status - Enum in fi.iki.elonen
-
Some HTTP response status codes
- NanoHTTPD.ResponseException - Exception in fi.iki.elonen
-
- NanoHTTPD.SecureServerSocketFactory - Class in fi.iki.elonen
-
Creates a new SSLServerSocket
- NanoHTTPD.ServerRunnable - Class in fi.iki.elonen
-
The runnable that will be used for the main listening thread.
- NanoHTTPD.ServerSocketFactory - Interface in fi.iki.elonen
-
Factory to create ServerSocketFactories.
- NanoHTTPD.TempFile - Interface in fi.iki.elonen
-
A temp file.
- NanoHTTPD.TempFileManager - Interface in fi.iki.elonen
-
Temp file manager.
- NanoHTTPD.TempFileManagerFactory - Interface in fi.iki.elonen
-
Factory to create temp file managers.
- NanoWSD - Class in fi.iki.elonen
-
- NanoWSD(int) - Constructor for class fi.iki.elonen.NanoWSD
-
- NanoWSD(String, int) - Constructor for class fi.iki.elonen.NanoWSD
-
- NanoWSD.State - Enum in fi.iki.elonen
-
- NanoWSD.WebSocket - Class in fi.iki.elonen
-
- NanoWSD.WebSocketException - Exception in fi.iki.elonen
-
- NanoWSD.WebSocketFrame - Class in fi.iki.elonen
-
- NanoWSD.WebSocketFrame.CloseCode - Enum in fi.iki.elonen
-
- NanoWSD.WebSocketFrame.CloseFrame - Class in fi.iki.elonen
-
- NanoWSD.WebSocketFrame.OpCode - Enum in fi.iki.elonen
-
- newChunkedResponse(NanoHTTPD.Response.IStatus, String, InputStream) - Static method in class fi.iki.elonen.NanoHTTPD
-
Create a response with unknown length (using HTTP 1.1 chunking).
- newFixedLengthResponse(NanoHTTPD.Response.IStatus, String, InputStream, long) - Static method in class fi.iki.elonen.NanoHTTPD
-
Create a response with known length.
- newFixedLengthResponse(NanoHTTPD.Response.IStatus, String, String) - Static method in class fi.iki.elonen.NanoHTTPD
-
Create a text response with known length.
- newFixedLengthResponse(String) - Static method in class fi.iki.elonen.NanoHTTPD
-
Create a text response with known length.
- valueOf(String) - Static method in enum fi.iki.elonen.NanoHTTPD.Method
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum fi.iki.elonen.NanoHTTPD.Response.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum fi.iki.elonen.NanoWSD.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum fi.iki.elonen.NanoWSD.WebSocketFrame.CloseCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum fi.iki.elonen.NanoWSD.WebSocketFrame.OpCode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum fi.iki.elonen.NanoHTTPD.Method
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum fi.iki.elonen.NanoHTTPD.Response.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum fi.iki.elonen.NanoWSD.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum fi.iki.elonen.NanoWSD.WebSocketFrame.CloseCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum fi.iki.elonen.NanoWSD.WebSocketFrame.OpCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.