pygmy.handlers |
|
Java Source File Name | Type | Comment |
BasicWebAuthHandler.java | Class |
This handler implements the Basic web authentication protocol outlined in RFC 2617. |
DefaultChainHandler.java | Class | This is the default implementation of a chain of handlers. |
DirectoryHandler.java | Class |
This sends back a directory listing in html text. |
FileHandler.java | Class |
This is the most basic Handler of a web server. |
PrintHandler.java | Class |
This Handler prints out the incoming Http Request, and echos it back as plain text. |
RedirectHandler.java | Class |
This redirects or rewrites URLs based on a regular expression. |
ResourceHandler.java | Class |
This serves up files from the class path. |
StatsHandler.java | Class | |