Package | Description |
---|---|
mx4j.tools.adaptor.http |
Modifier and Type | Method and Description |
---|---|
protected void |
XSLTProcessor.processHttpException(HttpInputStream in,
HttpOutputStream out,
HttpException e) |
Modifier and Type | Method and Description |
---|---|
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
|