Uses of Class
org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpException

Packages that use HttpException
org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http   
 

Uses of HttpException in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http
 

Methods in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http with parameters of type HttpException
protected  void XSLTProcessor.processHttpException(HttpInputStream in, HttpOutputStream out, HttpException e)
           
 

Methods in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http that throw HttpException
 java.lang.String DefaultProcessor.notFoundElement(java.lang.String path, HttpOutputStream out, HttpInputStream in)
           
 java.lang.String ProcessorMBean.notFoundElement(java.lang.String path, HttpOutputStream out, HttpInputStream in)
          Let the processor load internally a not found element.
 java.lang.String XSLTProcessor.notFoundElement(java.lang.String path, HttpOutputStream out, HttpInputStream in)
           
protected  void HttpInputStream.parseMethod(java.lang.String method)
          Parses the connection method.
protected  void HttpInputStream.parseRequest(java.lang.String request)
          Parses the request
protected  void HttpInputStream.parseVariables()
          Parses the request parameters
protected  void HttpInputStream.parseVersion(java.lang.String verStr)
          Parses the request HttpConstants version