php.java.script.servlet
Class HttpFastCGIProxy

java.lang.Object
  extended by php.java.script.Continuation
      extended by php.java.script.servlet.HttpFastCGIProxy
All Implemented Interfaces:
java.lang.Runnable, IContinuation

public class HttpFastCGIProxy
extends Continuation

This class can be used to connect to a FastCGI server.

Author:
jostb
See Also:
FastCGIProxy

Constructor Summary
HttpFastCGIProxy(java.util.Map env, java.io.OutputStream out, java.io.OutputStream err, HeaderParser headerParser, ResultProxy resultProxy, FCGIConnectionPool fcgiConnectionPool)
           
 
Method Summary
 
Methods inherited from class php.java.script.Continuation
call, getPhpScript, release, run
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpFastCGIProxy

public HttpFastCGIProxy(java.util.Map env,
                        java.io.OutputStream out,
                        java.io.OutputStream err,
                        HeaderParser headerParser,
                        ResultProxy resultProxy,
                        FCGIConnectionPool fcgiConnectionPool)