|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object php.java.bridge.http.FCGIConnectionPool.Connection
public final class FCGIConnectionPool.Connection
Represents the connection kept by the pool.
Method Summary | |
---|---|
java.io.InputStream |
getInputStream()
Returns the InputStream associated with this connection. |
java.io.OutputStream |
getOutputStream()
Returns the OutputStream associated with this connection. |
void |
setIsClosed()
Set the closed/abort flag for this connection |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void setIsClosed()
public java.io.OutputStream getOutputStream() throws FCGIConnectionException
FCGIConnectionException
public java.io.InputStream getInputStream() throws FCGIConnectionException
FCGIConnectionException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |