Package com.lukasfeiler.httpd.plugins

Contains the plugins loadable with the configuration option Plugins.

See:
          Description

Class Summary
AutoIndex Allows directory listings.
DirectoryIndex Uses specified files as directory index - see the configuration option DirectoryIndex.
ExtensionFilter Allows only requests for files with the specified extensions - see the configuration options ExtensionFilterOrder, ExtensionFilterAllow and ExtensionFilterDeny.
HTTPAuth Requires basic HTTP authentication for all requests - see the configuration options HTTPAuthPasswordFile and HTTPAuthRealm.
HTTPServerPlugin Abstract class for all plugins - see the configuration option Plugins.
IPFilter Allows only requests from specific IP address ranges - see the configuration options IPFilterOrder, IPFilterAllow and IPFilterDeny.
ParseM3U Parses a M3U file and outputs the result - see the configuration option ParseM3UHostPrefix.
ReadFile Reads and outputs a file.
 

Package com.lukasfeiler.httpd.plugins Description

Contains the plugins loadable with the configuration option Plugins.