- NanoHTTPD - net.osdn.util.ssdp.serverのクラス
-
A simple, tiny, nicely embeddable HTTP server in Java
NanoHTTPD
Copyright (c) 2012-2013 by Paul S.
- NanoHTTPD(int) - クラス のコンストラクタnet.osdn.util.ssdp.server.NanoHTTPD
-
Constructs an HTTP server on given port.
- NanoHTTPD(String, int) - クラス のコンストラクタnet.osdn.util.ssdp.server.NanoHTTPD
-
Constructs an HTTP server on given hostname and port.
- NanoHTTPD.AsyncRunner - net.osdn.util.ssdp.serverのインタフェース
-
Pluggable strategy for asynchronously executing requests.
- NanoHTTPD.ClientHandler - net.osdn.util.ssdp.serverのクラス
-
The runnable that will be used for every new client connection.
- NanoHTTPD.ContentType - net.osdn.util.ssdp.serverのクラス
-
- NanoHTTPD.Cookie - net.osdn.util.ssdp.serverのクラス
-
- NanoHTTPD.CookieHandler - net.osdn.util.ssdp.serverのクラス
-
Provides rudimentary support for cookies.
- NanoHTTPD.DefaultAsyncRunner - net.osdn.util.ssdp.serverのクラス
-
Default threading strategy for NanoHTTPD.
- NanoHTTPD.DefaultServerSocketFactory - net.osdn.util.ssdp.serverのクラス
-
Creates a normal ServerSocket for TCP connections
- NanoHTTPD.DefaultTempFile - net.osdn.util.ssdp.serverのクラス
-
Default strategy for creating and cleaning up temporary files.
- NanoHTTPD.DefaultTempFileManager - net.osdn.util.ssdp.serverのクラス
-
Default strategy for creating and cleaning up temporary files.
- NanoHTTPD.HTTPSession - net.osdn.util.ssdp.serverのクラス
-
- NanoHTTPD.IHTTPSession - net.osdn.util.ssdp.serverのインタフェース
-
Handles one session, i.e. parses the HTTP request and returns the
response.
- NanoHTTPD.Method - net.osdn.util.ssdp.serverの列挙型
-
HTTP Request methods, with the ability to decode a String
back to its enum value.
- NanoHTTPD.Response - net.osdn.util.ssdp.serverのクラス
-
HTTP response.
- NanoHTTPD.Response.IStatus - net.osdn.util.ssdp.serverのインタフェース
-
- NanoHTTPD.Response.Status - net.osdn.util.ssdp.serverの列挙型
-
Some HTTP response status codes
- NanoHTTPD.ResponseException - net.osdn.util.ssdp.serverの例外
-
- NanoHTTPD.SecureServerSocketFactory - net.osdn.util.ssdp.serverのクラス
-
Creates a new SSLServerSocket
- NanoHTTPD.ServerRunnable - net.osdn.util.ssdp.serverのクラス
-
The runnable that will be used for the main listening thread.
- NanoHTTPD.ServerSocketFactory - net.osdn.util.ssdp.serverのインタフェース
-
Factory to create ServerSocketFactories.
- NanoHTTPD.TempFile - net.osdn.util.ssdp.serverのインタフェース
-
A temp file.
- NanoHTTPD.TempFileManager - net.osdn.util.ssdp.serverのインタフェース
-
Temp file manager.
- NanoHTTPD.TempFileManagerFactory - net.osdn.util.ssdp.serverのインタフェース
-
Factory to create temp file managers.
- net.osdn.util.ssdp - パッケージ net.osdn.util.ssdp
-
- net.osdn.util.ssdp.client - パッケージ net.osdn.util.ssdp.client
-
- net.osdn.util.ssdp.server - パッケージ net.osdn.util.ssdp.server
-
- newChunkedResponse(NanoHTTPD.Response.IStatus, String, InputStream) - クラス のstaticメソッドnet.osdn.util.ssdp.server.NanoHTTPD
-
Create a response with unknown length (using HTTP 1.1 chunking).
- newFixedLengthResponse(NanoHTTPD.Response.IStatus, String, InputStream, long) - クラス のstaticメソッドnet.osdn.util.ssdp.server.NanoHTTPD
-
Create a response with known length.
- newFixedLengthResponse(NanoHTTPD.Response.IStatus, String, String) - クラス のstaticメソッドnet.osdn.util.ssdp.server.NanoHTTPD
-
Create a text response with known length.
- newFixedLengthResponse(String) - クラス のstaticメソッドnet.osdn.util.ssdp.server.NanoHTTPD
-
Create a text response with known length.