|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object php.java.bridge.http.FCGIUtil
public class FCGIUtil
Constants and common procedures for FastCGI
Field Summary | |
---|---|
static int |
FCGI_ABORT_REQUEST
Values for type component of FCGI_Header |
static int |
FCGI_AUTHORIZER
Values for role component of FCGI_BeginRequestBody |
static int |
FCGI_BEGIN_REQUEST
Values for type component of FCGI_Header |
static int |
FCGI_BUF_SIZE
IO buffer size |
static int |
FCGI_DATA
Values for type component of FCGI_Header |
static byte[] |
FCGI_EMPTY_RECORD
Values for type component of FCGI_Header |
static int |
FCGI_END_REQUEST
Values for type component of FCGI_Header |
static int |
FCGI_FILTER
Values for role component of FCGI_BeginRequestBody |
static int |
FCGI_GET_VALUES
Values for type component of FCGI_Header |
static int |
FCGI_GET_VALUES_RESULT
Values for type component of FCGI_Header |
static int |
FCGI_HEADER_LEN
header length |
static int |
FCGI_KEEP_CONN
Mask for flags component of FCGI_BeginRequestBody |
static int |
FCGI_PARAMS
Values for type component of FCGI_Header |
static java.lang.String |
FCGI_PIPE
The default channel name on Windows |
static int |
FCGI_PORT
The Fast CGI default port |
static int |
FCGI_RESPONDER
Values for role component of FCGI_BeginRequestBody |
static int |
FCGI_STDERR
Values for type component of FCGI_Header |
static int |
FCGI_STDIN
Values for type component of FCGI_Header |
static int |
FCGI_STDOUT
Values for type component of FCGI_Header |
static int |
FCGI_UNKNOWN_TYPE
Values for type component of FCGI_Header |
static java.lang.String |
PHP_FCGI_CONNECTION_POOL_SIZE
This controls how many child processes the PHP process spawns. |
static java.lang.String |
PHP_FCGI_CONNECTION_POOL_TIMEOUT
This controls how long the pool waits for a PHP script to terminate. |
static java.lang.String |
PHP_FCGI_MAX_REQUESTS
This controls how many requests each child process will handle before exitting. |
Constructor Summary | |
---|---|
FCGIUtil()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int FCGI_BUF_SIZE
public static final int FCGI_HEADER_LEN
public static final int FCGI_BEGIN_REQUEST
public static final int FCGI_ABORT_REQUEST
public static final int FCGI_END_REQUEST
public static final int FCGI_PARAMS
public static final int FCGI_STDIN
public static final int FCGI_STDOUT
public static final int FCGI_STDERR
public static final int FCGI_DATA
public static final int FCGI_GET_VALUES
public static final int FCGI_GET_VALUES_RESULT
public static final int FCGI_UNKNOWN_TYPE
public static final byte[] FCGI_EMPTY_RECORD
public static final int FCGI_KEEP_CONN
public static final int FCGI_RESPONDER
public static final int FCGI_AUTHORIZER
public static final int FCGI_FILTER
public static final int FCGI_PORT
public static final java.lang.String PHP_FCGI_CONNECTION_POOL_SIZE
Util.THREAD_POOL_MAX_SIZE
,
Constant Field Valuespublic static final java.lang.String PHP_FCGI_CONNECTION_POOL_TIMEOUT
public static final java.lang.String PHP_FCGI_MAX_REQUESTS
public static final java.lang.String FCGI_PIPE
Constructor Detail |
---|
public FCGIUtil()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |