Home
last modified time | relevance | path

Searched defs:newFixedLengthResponse (Results 1 – 2 of 2) sorted by relevance

/external/nanohttpd/core/src/main/java/fi/iki/elonen/
DNanoHTTPD.java1977 …public static Response newFixedLengthResponse(IStatus status, String mimeType, InputStream data, l… in newFixedLengthResponse() method
1984 public static Response newFixedLengthResponse(IStatus status, String mimeType, String txt) { in newFixedLengthResponse() method
2002 public static Response newFixedLengthResponse(String msg) { in newFixedLengthResponse() method
/external/nanohttpd/webserver/src/main/java/fi/iki/elonen/
DSimpleWebServer.java353 public static Response newFixedLengthResponse(IStatus status, String mimeType, String message) { in newFixedLengthResponse() method in SimpleWebServer