php.java.bridge.http
Class FCGIConnectionPool.Connection

java.lang.Object
  extended by php.java.bridge.http.FCGIConnectionPool.Connection
Enclosing class:
FCGIConnectionPool

public final class FCGIConnectionPool.Connection
extends java.lang.Object

Represents the connection kept by the pool.

Author:
jostb

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

setIsClosed

public void setIsClosed()
Set the closed/abort flag for this connection


getOutputStream

public java.io.OutputStream getOutputStream()
                                     throws FCGIConnectionException
Returns the OutputStream associated with this connection.

Returns:
The output stream.
Throws:
FCGIConnectionException

getInputStream

public java.io.InputStream getInputStream()
                                   throws FCGIConnectionException
Returns the InputStream associated with this connection.

Returns:
The input stream.
Throws:
FCGIConnectionException