| HTTPRequestHandler | This interface defines all methods that have to be implemented for a HTTPRequestHandler for the PluggableHTTPServer. | code | html |
| Log4jRequestHandler | This class implements a RequestHandler for log4j configuration. | code | html |
| PluggableHTTPServer | This class implements a HTTP-server frame. | code | html |
| PluggableHTTPServer.ServerThread | This class handles the incomming connection for one request. | code | html |
| RootRequestHandler | This class implements a RequestHandler for the root path "/" in the PluggableHTTPServer. | code | html |
| UserDialogRequestHandler | This class implements a RequestHandler for the path "/userdialog/" in the PluggableHTTPServer. | code | html |
| UserDialogRequestHandler.DialogThread | Internal class to start the user dialog in a new thread. | code | html |