Uses of Class
dev.katsute.simplehttpserver.handler.file.FileOptions
Packages that use FileOptions
-
Uses of FileOptions in dev.katsute.simplehttpserver.handler.file
Methods in dev.katsute.simplehttpserver.handler.file that return FileOptionsModifier and TypeMethodDescriptionfinal FileOptionsFileOptions.Builder.build()Returns the builder as file options.Methods in dev.katsute.simplehttpserver.handler.file with parameters of type FileOptionsModifier and TypeMethodDescriptionfinal voidFileHandler.addDirectory(File directory, FileOptions options) Adds a directory to the handler using the directory name from a set of file options.final voidFileHandler.addDirectory(File directory, String directoryName, FileOptions options) Adds a directory to the handler using the directory name from a set of file options.final voidFileHandler.addFile(File file, FileOptions options) Adds a file to the handler from a set ofFileOptionss.final voidFileHandler.addFile(File file, String fileName, FileOptions options) Adds a file to the handler with a set name from a set ofFileOptions.final voidFileHandler.addFiles(File[] files, FileOptions options) Adds multiple files to the handler from a set ofFileOptions.final voidFileHandler.removeDirectory(File directory, FileOptions options) Removes a directory from the handler with file options.final voidFileHandler.removeFile(File file, FileOptions options) Removes a file from the handler with file options.