|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.transport.http.server.ProxyRequestHandler
Constructor Summary | |
ProxyRequestHandler(SimpleConnManager connmanager)
|
Method Summary | |
boolean |
processRequest(SimpleHttpServerConnection conn,
SimpleRequest request)
The request handler is asked to process this request. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ProxyRequestHandler(SimpleConnManager connmanager)
Method Detail |
public boolean processRequest(SimpleHttpServerConnection conn, SimpleRequest request) throws java.io.IOException
HttpRequestHandler
conn.getWriter()
)
by this request handler will stop the execution chain and return the output
to the client.
The handler may also rewrite the request parameters (this is useful in
HttpRequestHandlerChain
structures).
processRequest
in interface HttpRequestHandler
conn
- The Connection object to which this request belongs to.request
- The request object.
java.io.IOException
org.apache.commons.httpclient.server.HttpRequestHandler#processRequest(org.apache.commons.httpclient.server.SimpleHttpServerConnection)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |