| Methods in php.java.servlet that throw ConnectionPool.ConnectionException |
void |
ConnectionPool.DefaultInputStream.close()
|
void |
ConnectionPool.DefaultOutputStream.close()
|
java.io.InputStream |
ConnectionPool.Factory.createInputStream()
Create a new InputStream. |
java.io.OutputStream |
ConnectionPool.Factory.createOutputStream()
Create a new OutputStream. |
void |
ConnectionPool.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 |
ConnectionPool.DefaultInputStream.read()
|
int |
ConnectionPool.DefaultInputStream.read(byte[] buf)
|
int |
ConnectionPool.DefaultInputStream.read(byte[] buf,
int off,
int buflength)
|
void |
ConnectionPool.DefaultOutputStream.write(byte[] buf)
|
void |
ConnectionPool.DefaultOutputStream.write(byte[] buf,
int off,
int buflength)
|
void |
ConnectionPool.DefaultOutputStream.write(int b)
|