Uses of Class javax.servlet.ServletInputStream

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.

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.

Copyright © 1999-2002 The Apache Software Foundation. All Rights Reserved.