Thursday 17 July 2014

doPut (HttpServletRequest req, HttpServletResponse resp)

protected void doPut(HttpServletRequest req, HttpServletResponse resp)
throws ServletException,IOException
Called by the server (via the service method) to allow a servlet to handle a PUT request. The PUT operation allows a client to place a file on the server and is similar to sending a file by FTP. If the HTTP PUT request is incorrectly formatted, doPut returns an HTTP "Bad Request" message.



Prevoius                                                 Next                                                 Home

No comments:

Post a Comment