wt.wrmf.transport.httptransport
Class FlaggedHTTPResponse.TrailerOutputStream

java.lang.Object
  extended byjava.io.OutputStream
      extended bywt.wrmf.transport.httptransport.FlaggedHTTPResponse.TrailerOutputStream
All Implemented Interfaces:
Serializable
Enclosing class:
FlaggedHTTPResponse

class FlaggedHTTPResponse.TrailerOutputStream
extends OutputStream
implements Serializable


Field Summary
private  OutputStream oos
           
 
Constructor Summary
FlaggedHTTPResponse.TrailerOutputStream(OutputStream os)
           
 
Method Summary
 void close()
           
 void finish()
           
 void flush()
           
 void write(int ch)
           
 
Methods inherited from class java.io.OutputStream
write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

oos

private OutputStream oos
Constructor Detail

FlaggedHTTPResponse.TrailerOutputStream

public FlaggedHTTPResponse.TrailerOutputStream(OutputStream os)
                                        throws IOException
Method Detail

write

public void write(int ch)
           throws IOException
Throws:
IOException

flush

public void flush()
           throws IOException
Throws:
IOException

close

public void close()
           throws IOException
Throws:
IOException

finish

public void finish()
            throws IOException
Throws:
IOException