Uses of Class javax.servlet.ServletInputStream

Uses in package javax.servlet

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.

Uses in package javax.servlet.http

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.