クラス
javax.servlet.ServletInputStream の使用

ServletInputStream を使用しているパッケージ
javax.servlet   
javax.servlet.http   
 

javax.servlet での ServletInputStream の使用
 

ServletInputStream を返す javax.servlet のメソッド
 ServletInputStream ServletRequestWrapper.getInputStream()
          The default behavior of this method is to return getInputStream() on the wrapped request object.
 ServletInputStream ServletRequest.getInputStream()
          Retrieves the body of the request as binary data using a ServletInputStream.
 

javax.servlet.http での ServletInputStream の使用
 

ServletInputStream 型のパラメータを持つ javax.servlet.http のメソッド
static java.util.Hashtable HttpUtils.parsePostData(int len, ServletInputStream in)
          推奨されていません。 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.
 



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