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

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

protected class WarpResponse.Stream
extends java.io.OutputStream

The OutputStream that will handle all response body transmission.


コンストラクタの概要
protected WarpResponse.Stream(WarpResponse response)
          Construct a new instance of a WarpResponse.Stream associated with a parent WarpResponse.
 
メソッドの概要
 void close()
          Flush this WarpResponse.Stream and close it.
 void finish()
          Flush this WarpResponse.Stream and close it.
 void flush()
          Flush the current packet to the WARP client.
 void recycle()
          Recycle this WarpResponse.Stream instance.
 void write(int b)
          Write one byte of data to the WarpPacket nested within this WarpResponse.Stream.
 
クラス java.io.OutputStream から継承したメソッド
write, write
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

WarpResponse.Stream

protected WarpResponse.Stream(WarpResponse response)
Construct a new instance of a WarpResponse.Stream associated with a parent WarpResponse.
メソッドの詳細

write

public void write(int b)
           throws java.io.IOException
Write one byte of data to the WarpPacket nested within this WarpResponse.Stream. All data is buffered until the flush() or close() method is not called.
オーバーライド:
クラス java.io.OutputStream 内の write

flush

public void flush()
           throws java.io.IOException
Flush the current packet to the WARP client.
オーバーライド:
クラス java.io.OutputStream 内の flush

close

public void close()
           throws java.io.IOException
Flush this WarpResponse.Stream and close it.
オーバーライド:
クラス java.io.OutputStream 内の close

finish

public void finish()
            throws java.io.IOException
Flush this WarpResponse.Stream and close it.

recycle

public void recycle()
Recycle this WarpResponse.Stream instance.


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