php.java.bridge.http
Class FCGIConnection

java.lang.Object
  extended by php.java.bridge.http.FCGIConnection

public abstract class FCGIConnection
extends java.lang.Object

This class represents the physical FastCGI connection.

Author:
jostb

Constructor Summary
FCGIConnection()
           
 
Method Summary
abstract  void close()
          Close the connection
abstract  java.io.InputStream getInputStream()
          Return the input stream
abstract  java.io.OutputStream getOutputStream()
          Return the output stream
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FCGIConnection

public FCGIConnection()
Method Detail

getInputStream

public abstract java.io.InputStream getInputStream()
                                            throws java.io.IOException
Return the input stream

Returns:
the InputStream
Throws:
java.io.IOException

getOutputStream

public abstract java.io.OutputStream getOutputStream()
                                              throws java.io.IOException
Return the output stream

Returns:
the OutputStream
Throws:
java.io.IOException

close

public abstract void close()
                    throws java.io.IOException
Close the connection

Throws:
java.io.IOException