public class XServletHandlerTRACE extends Object implements IXServletHandler
service method) to allow a servlet
to handle a TRACE request. A TRACE returns the headers sent with the TRACE
request to the client, so that they can be used in debugging. There's no need
to override this method.| Constructor and Description |
|---|
XServletHandlerTRACE() |
| Modifier and Type | Method and Description |
|---|---|
void |
onRequest(javax.servlet.http.HttpServletRequest aHttpRequest,
javax.servlet.http.HttpServletResponse aHttpResponse,
com.helger.http.EHttpVersion eHTTPVersion,
com.helger.commons.http.EHttpMethod eHTTPMethod,
com.helger.web.scope.IRequestWebScope aRequestScope)
Handle the servlet action for a certain request and response.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitonServletDestroy, onServletInitpublic void onRequest(@Nonnull javax.servlet.http.HttpServletRequest aHttpRequest, @Nonnull javax.servlet.http.HttpServletResponse aHttpResponse, @Nonnull com.helger.http.EHttpVersion eHTTPVersion, @Nonnull com.helger.commons.http.EHttpMethod eHTTPMethod, @Nonnull com.helger.web.scope.IRequestWebScope aRequestScope) throws javax.servlet.ServletException, IOException
IXServletHandleronRequest in interface IXServletHandleraHttpRequest - HTTP servlet request. Never null.aHttpResponse - HTTP servlet response. Never null.eHTTPVersion - HTTP version. Never null.eHTTPMethod - HTTP method. Never null.aRequestScope - Request scope. Never null.javax.servlet.ServletException - On business errorIOException - On IO errorCopyright © 2017–2019 Philip Helger. All rights reserved.