php.java.bridge.http
Class FCGIConnectionOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by php.java.bridge.http.FCGIConnectionOutputStream
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable
Direct Known Subclasses:
FCGIOutputStream

public class FCGIConnectionOutputStream
extends java.io.OutputStream

Default OutputStream used by the connection pool.

Author:
jostb

Constructor Summary
FCGIConnectionOutputStream()
           
 
Method Summary
 void close()
          
 void flush()
          
 void write(byte[] buf)
          
 void write(byte[] buf, int off, int buflength)
          
 void write(int b)
          
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FCGIConnectionOutputStream

public FCGIConnectionOutputStream()
Method Detail

write

public void write(byte[] buf)
           throws FCGIConnectionException

Overrides:
write in class java.io.OutputStream
Throws:
FCGIConnectionException

write

public void write(byte[] buf,
                  int off,
                  int buflength)
           throws FCGIConnectionException

Overrides:
write in class java.io.OutputStream
Throws:
FCGIConnectionException

write

public void write(int b)
           throws FCGIConnectionException

Specified by:
write in class java.io.OutputStream
Throws:
FCGIConnectionException

close

public void close()
           throws FCGIConnectionException

Specified by:
close in interface java.io.Closeable
Overrides:
close in class java.io.OutputStream
Throws:
FCGIConnectionException

flush

public void flush()
           throws FCGIConnectionException

Specified by:
flush in interface java.io.Flushable
Overrides:
flush in class java.io.OutputStream
Throws:
FCGIConnectionException