Methods in php.java.servlet.fastcgi that throw ConnectionException |
void |
DefaultInputStream.close()
|
void |
DefaultOutputStream.close()
|
java.io.InputStream |
Factory.createInputStream()
Create a new InputStream. |
java.io.OutputStream |
Factory.createOutputStream()
Create a new OutputStream. |
void |
DefaultOutputStream.flush()
|
java.io.InputStream |
ConnectionPool.Connection.getInputStream()
Returns the InputStream associated with this connection. |
java.io.OutputStream |
ConnectionPool.Connection.getOutputStream()
Returns the OutputStream associated with this connection. |
int |
DefaultInputStream.read()
|
int |
DefaultInputStream.read(byte[] buf)
|
int |
DefaultInputStream.read(byte[] buf,
int off,
int buflength)
|
void |
DefaultOutputStream.write(byte[] buf)
|
void |
DefaultOutputStream.write(byte[] buf,
int off,
int buflength)
|
void |
DefaultOutputStream.write(int b)
|