Searched refs:newFixedFileResponse (Results 1 – 1 of 1) sorted by relevance
558 res = newFixedFileResponse(file, mime); in serveFile()570 private Response newFixedFileResponse(File file, String mime) throws FileNotFoundException { in newFixedFileResponse() method in SimpleWebServer