public interface ITempFileManager
Temp file managers are created 1-to-1 with incoming requests, to create and cleanup temporary files created as a result of handling the request.
void
clear()
ITempFile
createTempFile(String filename_hint)
void clear()
ITempFile createTempFile(String filename_hint) throws Exception
Exception
Copyright © 2012–2020 nanohttpd. All rights reserved.