Module SimpleHttpServer
Package dev.katsute.simplehttpserver.handler.file
package dev.katsute.simplehttpserver.handler.file
Contains support classes for the
FileHandler.-
ClassDescriptionWhen using a
FileHandler, determines at what name a file should be located at, and what content to return to the client.A file handler can be used to serve single or multiple files on a server with optional pre/post processing usingFileAdapters.Represents a set of options for an added file.Builder used to createFileOptions.How to load files added to the file handler.