ariba.ui.servletadaptor
Class AWRecordingServletResponse.RecordingOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by javax.servlet.ServletOutputStream
          extended by ariba.ui.servletadaptor.AWRecordingServletResponse.RecordingOutputStream
All Implemented Interfaces:
Closeable, Flushable
Enclosing class:
AWRecordingServletResponse

public static class AWRecordingServletResponse.RecordingOutputStream
extends javax.servlet.ServletOutputStream


Constructor Summary
AWRecordingServletResponse.RecordingOutputStream(javax.servlet.ServletOutputStream original, OutputStream recording)
           
 
Method Summary
 void close()
           
 void flush()
           
 void write(int b)
           
 
Methods inherited from class javax.servlet.ServletOutputStream
print, print, print, print, print, print, print, println, println, println, println, println, println, println, println
 
Methods inherited from class java.io.OutputStream
write, write
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AWRecordingServletResponse.RecordingOutputStream

public AWRecordingServletResponse.RecordingOutputStream(javax.servlet.ServletOutputStream original,
                                                        OutputStream recording)
Method Detail

write

public void write(int b)
           throws IOException
Specified by:
write in class OutputStream
Throws:
IOException

close

public void close()
           throws IOException
Specified by:
close in interface Closeable
Overrides:
close in class OutputStream
Throws:
IOException

flush

public void flush()
           throws IOException
Specified by:
flush in interface Flushable
Overrides:
flush in class OutputStream
Throws:
IOException


AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.