|
||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
A
- addHeader(String, String) - Method in class NanoHTTPD.Response
- Adds given line to the header.
D
- data - Variable in class NanoHTTPD.Response
- Data of the response, may be null.
H
- header - Variable in class NanoHTTPD.Response
- Headers for the HTTP response.
- HTTP_BADREQUEST - Static variable in class NanoHTTPD
- Some HTTP response status codes
- HTTP_FORBIDDEN - Static variable in class NanoHTTPD
- Some HTTP response status codes
- HTTP_INTERNALERROR - Static variable in class NanoHTTPD
- Some HTTP response status codes
- HTTP_NOTFOUND - Static variable in class NanoHTTPD
- Some HTTP response status codes
- HTTP_NOTIMPLEMENTED - Static variable in class NanoHTTPD
- Some HTTP response status codes
- HTTP_OK - Static variable in class NanoHTTPD
- Some HTTP response status codes
- HTTP_PARTIALCONTENT - Static variable in class NanoHTTPD
- Some HTTP response status codes
- HTTP_RANGE_NOT_SATISFIABLE - Static variable in class NanoHTTPD
- Some HTTP response status codes
- HTTP_REDIRECT - Static variable in class NanoHTTPD
- Some HTTP response status codes
M
- main(String[]) - Static method in class NanoHTTPD
- Starts as a standalone file server and waits for Enter.
- MIME_DEFAULT_BINARY - Static variable in class NanoHTTPD
- Common mime types for dynamic content
- MIME_HTML - Static variable in class NanoHTTPD
- Common mime types for dynamic content
- MIME_PLAINTEXT - Static variable in class NanoHTTPD
- Common mime types for dynamic content
- MIME_XML - Static variable in class NanoHTTPD
- Common mime types for dynamic content
- mimeType - Variable in class NanoHTTPD.Response
- MIME type of content, e.g.
N
- NanoHTTPD - Class in <Unnamed>
- A simple, tiny, nicely embeddable HTTP 1.0 server in Java
- NanoHTTPD(int, File) - Constructor for class NanoHTTPD
- Starts a HTTP server to given port.
- NanoHTTPD.Response - Class in <Unnamed>
- HTTP response.
- NanoHTTPD.Response() - Constructor for class NanoHTTPD.Response
- Default constructor: response = HTTP_OK, data = mime = 'null'
- NanoHTTPD.Response(String, String, InputStream) - Constructor for class NanoHTTPD.Response
- Basic constructor.
- NanoHTTPD.Response(String, String, String) - Constructor for class NanoHTTPD.Response
- Convenience method that makes an InputStream out of given text.
S
- serve(String, String, Properties, Properties, Properties) - Method in class NanoHTTPD
- Override this to customize the server.
- serveFile(String, Properties, File, boolean) - Method in class NanoHTTPD
- Serves file from homeDir and its' subdirectories (only).
- status - Variable in class NanoHTTPD.Response
- HTTP status code after processing, e.g.
- stop() - Method in class NanoHTTPD
- Stops the server.
A D H M N S
|
||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
![[Back to main]](/gfx/home.gif)
![[Printable version]](/gfx/print.gif)
![[Search]](/gfx/search.gif)
![[Leave a comment]](/gfx/comment.gif)