Home
last modified time | relevance | path

Searched refs:sendAsFixedLength (Results 1 – 1 of 1) sorted by relevance

/external/nanohttpd/core/src/main/java/fi/iki/elonen/
DNanoHTTPD.java641 sendAsFixedLength(outputStream, pending); in send()
686 private void sendAsFixedLength(OutputStream outputStream, int pending) throws IOException { in sendAsFixedLength() method in NanoHTTPD.Response