Searched defs:tempFileManager (Results 1 – 3 of 3) sorted by relevance
/external/nanohttpd/core/src/test/java/fi/iki/elonen/ |
D | HttpServerTest.java | 90 …public HTTPSession createSession(TempFileManager tempFileManager, InputStream inputStream, OutputS… in createSession() 94 …public HTTPSession createSession(TempFileManager tempFileManager, InputStream inputStream, OutputS… in createSession() 133 protected TestTempFileManager tempFileManager; field in HttpServerTest
|
/external/nanohttpd/fileupload/src/test/java/fi/iki/elonen/ |
D | TestNanoFileUpLoad.java | 109 …public HTTPSession createSession(TempFileManager tempFileManager, InputStream inputStream, OutputS… in createSession() 113 …public HTTPSession createSession(TempFileManager tempFileManager, InputStream inputStream, OutputS… in createSession()
|
/external/nanohttpd/core/src/main/java/fi/iki/elonen/ |
D | NanoHTTPD.java | 186 TempFileManager tempFileManager = NanoHTTPD.this.tempFileManagerFactory.create(); in run() local 543 private final TempFileManager tempFileManager; field in NanoHTTPD.HTTPSession 569 …public HTTPSession(TempFileManager tempFileManager, InputStream inputStream, OutputStream outputSt… in HTTPSession() 575 …public HTTPSession(TempFileManager tempFileManager, InputStream inputStream, OutputStream outputSt… in HTTPSession()
|