HomeSort by relevance Sort by last modified time
    Searched defs:NanoHTTPD (Results 1 - 3 of 3) sorted by null

  /external/nanohttpd/core/src/test/java/fi/iki/elonen/
JavaIOTempDirExistTest.java 5 * NanoHttpd-Core
7 * Copyright (C) 2012 - 2015 nanohttpd
19 * 3. Neither the name of the nanohttpd nor the names of its contributors
43 import fi.iki.elonen.NanoHTTPD.DefaultTempFile;
53 NanoHTTPD.DefaultTempFileManager manager = new NanoHTTPD.DefaultTempFileManager();
78 new NanoHTTPD.DefaultTempFileManager();
  /external/nanohttpd/nanolets/src/test/java/fi/iki/elonen/router/
TestNanolets.java 5 * NanoHttpd nano application server
7 * Copyright (C) 2012 - 2015 nanohttpd
19 * 3. Neither the name of the nanohttpd nor the names of its contributors
58 import fi.iki.elonen.NanoHTTPD;
361 Assert.assertEquals(NanoHTTPD.Response.Status.REQUEST_TIMEOUT.getRequestStatus(), response.getStatusLine().getStatusCode());
  /external/nanohttpd/core/src/main/java/fi/iki/elonen/
NanoHTTPD.java 5 * NanoHttpd-Core
7 * Copyright (C) 2012 - 2015 nanohttpd
19 * 3. Neither the name of the nanohttpd nor the names of its contributors
94 import fi.iki.elonen.NanoHTTPD.Response.IStatus;
95 import fi.iki.elonen.NanoHTTPD.Response.Status;
101 * NanoHTTPD
148 public abstract class NanoHTTPD {
186 TempFileManager tempFileManager = NanoHTTPD.this.tempFileManagerFactory.create();
199 if (!(e instanceof SocketException && "NanoHttpd Shutdown".equals(e.getMessage())) && !(e instanceof SocketTimeoutException)) {
200 NanoHTTPD.LOG.log(Level.FINE, "Communication with the client broken", e)
    [all...]

Completed in 223 milliseconds