|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.transport.http.server.TransparentProxyRequestHandler
This request handler can handle the CONNECT method. It does nothing for any other HTTP methods.
Constructor Summary | |
TransparentProxyRequestHandler()
|
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 TransparentProxyRequestHandler()
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
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |