Uses of Interface
fi.iki.elonen.NanoHTTPD.TempFile
-
Packages that use NanoHTTPD.TempFile Package Description fi.iki.elonen -
-
Uses of NanoHTTPD.TempFile in fi.iki.elonen
Classes in fi.iki.elonen that implement NanoHTTPD.TempFile Modifier and Type Class Description static class
NanoHTTPD.DefaultTempFile
Default strategy for creating and cleaning up temporary files.Fields in fi.iki.elonen with type parameters of type NanoHTTPD.TempFile Modifier and Type Field Description private java.util.List<NanoHTTPD.TempFile>
NanoHTTPD.DefaultTempFileManager. tempFiles
private java.util.List<NanoHTTPD.TempFile>
TempFilesServer.ExampleManager. tempFiles
Methods in fi.iki.elonen that return NanoHTTPD.TempFile Modifier and Type Method Description NanoHTTPD.TempFile
NanoHTTPD.DefaultTempFileManager. createTempFile(java.lang.String filename_hint)
NanoHTTPD.TempFile
NanoHTTPD.TempFileManager. createTempFile(java.lang.String filename_hint)
NanoHTTPD.TempFile
TempFilesServer.ExampleManager. createTempFile(java.lang.String filename_hint)
-