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.

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