Uses of Class
php.java.bridge.http.FCGIConnectionException

Packages that use FCGIConnectionException
php.java.bridge.http Internal fast socket and pipe context runners for VM Bridge J2EE backends. 
 

Uses of FCGIConnectionException in php.java.bridge.http
 

Methods in php.java.bridge.http that throw FCGIConnectionException
 void FCGIConnectionOutputStream.close()
          
 void FCGIConnectionInputStream.close()
          
 java.io.InputStream FCGIIOFactory.createInputStream()
          Create a new InputStream.
 java.io.OutputStream FCGIIOFactory.createOutputStream()
          Create a new OutputStream.
 void FCGIConnectionOutputStream.flush()
          
 java.io.InputStream FCGIConnectionPool.Connection.getInputStream()
          Returns the InputStream associated with this connection.
 java.io.OutputStream FCGIConnectionPool.Connection.getOutputStream()
          Returns the OutputStream associated with this connection.
 int FCGIConnectionInputStream.read()
          
 int FCGIConnectionInputStream.read(byte[] buf)
          
 int FCGIInputStream.read(byte[] buf)
           
 int FCGIConnectionInputStream.read(byte[] buf, int off, int buflength)
          
 void FCGIConnectionOutputStream.write(byte[] buf)
          
 void FCGIConnectionOutputStream.write(byte[] buf, int off, int buflength)
          
 void FCGIConnectionOutputStream.write(int b)
          
 void FCGIOutputStream.write(int type, byte[] buf)
           
 void FCGIOutputStream.write(int type, byte[] buf, int length)
          Write a FCGI packet
 void FCGIOutputStream.writeBegin()
          Start the FCGI_RESPONDER conversation
 void FCGIOutputStream.writeParams(java.util.Map props)
          Write FCGI Params according to FCGI spec