php.java.servlet.fastcgi
Class DefaultOutputStream
java.lang.Object
java.io.OutputStream
php.java.servlet.fastcgi.DefaultOutputStream
- All Implemented Interfaces:
- java.io.Closeable, java.io.Flushable
public class DefaultOutputStream
- 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 |
DefaultOutputStream
public DefaultOutputStream()
write
public void write(byte[] buf)
throws ConnectionException
- Overrides:
write
in class java.io.OutputStream
- Throws:
ConnectionException
write
public void write(byte[] buf,
int off,
int buflength)
throws ConnectionException
- Overrides:
write
in class java.io.OutputStream
- Throws:
ConnectionException
write
public void write(int b)
throws ConnectionException
- Specified by:
write
in class java.io.OutputStream
- Throws:
ConnectionException
close
public void close()
throws ConnectionException
- Specified by:
close
in interface java.io.Closeable
- Overrides:
close
in class java.io.OutputStream
- Throws:
ConnectionException
flush
public void flush()
throws ConnectionException
- Specified by:
flush
in interface java.io.Flushable
- Overrides:
flush
in class java.io.OutputStream
- Throws:
ConnectionException