org.apache.catalina.connector.warp
クラス WarpRequest.Stream

java.lang.Object
  |
  +--java.io.InputStream
        |
        +--org.apache.catalina.connector.warp.WarpRequest.Stream
含まれているクラス:
WarpRequest

protected class WarpRequest.Stream
extends java.io.InputStream


コンストラクタの概要
protected WarpRequest.Stream(WarpRequest request)
           
 
メソッドの概要
 void close()
           
 WarpSSLData getSSL()
          Read the data from the SSL environment.
 java.lang.String getX509Certificates()
           
 int read()
           
 void recycle()
           
 
クラス java.io.InputStream から継承したメソッド
available, mark, markSupported, read, read, reset, skip
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

WarpRequest.Stream

protected WarpRequest.Stream(WarpRequest request)
メソッドの詳細

read

public int read()
         throws java.io.IOException
オーバーライド:
クラス java.io.InputStream 内の read

getX509Certificates

public java.lang.String getX509Certificates()
                                     throws java.io.IOException

getSSL

public WarpSSLData getSSL()
                   throws java.io.IOException
Read the data from the SSL environment.

close

public void close()
           throws java.io.IOException
オーバーライド:
クラス java.io.InputStream 内の close

recycle

public void recycle()


Copyright ? 2000-2001 Apache Software Foundation. All Rights Reserved.