Home
last modified time | relevance | path

Searched defs:tempFileManager (Results 1 – 2 of 2) sorted by relevance

/external/nanohttpd/core/src/test/java/fi/iki/elonen/
DHttpServerTest.java23 private TestTempFileManager tempFileManager; field in HttpServerTest
112 …public HTTPSession createSession(TempFileManager tempFileManager, InputStream inputStream, OutputS… in createSession()
116 …public HTTPSession createSession(TempFileManager tempFileManager, InputStream inputStream, OutputS… in createSession()
/external/nanohttpd/core/src/main/java/fi/iki/elonen/
DNanoHTTPD.java848 private final TempFileManager tempFileManager; field in NanoHTTPD.HTTPSession
860 …public HTTPSession(TempFileManager tempFileManager, InputStream inputStream, OutputStream outputSt… in HTTPSession()
866 …public HTTPSession(TempFileManager tempFileManager, InputStream inputStream, OutputStream outputSt… in HTTPSession()