Thursday 17 July 2014

doTrace (HttpServletRequest req, HttpServletResponse resp)

protected void doTrace(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException
Called by the server (via the 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.




Prevoius                                                 Next                                                 Home

No comments:

Post a Comment