Save This Page
Home » apache-log4j-1.2.15 » com.psibt.framework » net » [javadoc | source]
com.psibt.framework.net
public class: Log4jRequestHandler [javadoc | source]
java.lang.Object
   com.psibt.framework.net.RootRequestHandler
      com.psibt.framework.net.Log4jRequestHandler

All Implemented Interfaces:
    HTTPRequestHandler

This class implements a RequestHandler for log4j configuration. It serves the "/log4j/" path in the PluggableHTTPServer. If this path is requested a list of all current log4j categories with their current priorities is created. All priority settings can be changed by the user and can be submitted and taken over.
Constructor:
 public Log4jRequestHandler() 
Method from com.psibt.framework.net.Log4jRequestHandler Summary:
handleRequest
Methods from com.psibt.framework.net.RootRequestHandler:
getDescription,   getHandledPath,   getReplyHTML,   getReplyType,   getTitle,   handleRequest,   setDescription,   setHandledPath,   setReplyHTML,   setReplyType,   setTitle
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.psibt.framework.net.Log4jRequestHandler Detail:
 public boolean handleRequest(String request,
    Writer out) 
    Handles the given request and writes the reply to the given out-stream.