php.java.bridge.http
Class FCGIConnectionOutputStream
java.lang.Object
java.io.OutputStream
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
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 |
FCGIConnectionOutputStream
public FCGIConnectionOutputStream()
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