public interface WebServerPlugin
| Modifier and Type | Method and Description |
|---|---|
boolean |
canServeUri(String uri,
File rootDir) |
void |
initialize(Map<String,String> commandLineOptions) |
NanoHTTPD.Response |
serveFile(String uri,
Map<String,String> headers,
NanoHTTPD.IHTTPSession session,
File file,
String mimeType) |
Copyright © 2012–2015 nanohttpd. All rights reserved.