Searched defs:newFixedLengthResponse (Results 1 – 2 of 2) sorted by relevance
1977 …public static Response newFixedLengthResponse(IStatus status, String mimeType, InputStream data, l… in newFixedLengthResponse() method1984 public static Response newFixedLengthResponse(IStatus status, String mimeType, String txt) { in newFixedLengthResponse() method2002 public static Response newFixedLengthResponse(String msg) { in newFixedLengthResponse() method
353 public static Response newFixedLengthResponse(IStatus status, String mimeType, String message) { in newFixedLengthResponse() method in SimpleWebServer