Frames | No Frames |
Methods with parameter type javax.servlet.ServletInputStream | |
Hashtable |
Parses data from an HTML form that the client sends to
the server using the HTTP POST method and the
application/x-www-form-urlencoded MIME type. |
Methods with return type javax.servlet.ServletInputStream | |
ServletInputStream | Retrieves the body of the request as binary data using
a ServletInputStream . |
ServletInputStream | The default behavior of this method is to return getInputStream()
on the wrapped request object. |