public class FastCGIHandlerFactory extends Object
Modifier and Type | Field and Description |
---|---|
static String |
PARAM_CLUSTER_ADRESSES
comma-separated list of adresses when using seveal fastcgi endpoints.
|
static String |
PARAM_CONNECTION_FACTORY
user-provided class that will provide tcp connections.
|
static String |
PARAM_FILTERED_HEADERS
comma-separated list of http headers that will be filtered (i.e not
transmitted to the fastcgi responder) The list is case insensitive.
|
static String[] |
PARAM_NAMES |
static String |
PARAM_SERVER_ADDRESS
Address of the fastcgi provider service to use.
|
static String |
PARAM_START_EXECUTABLE
executable that should be launched as the servlet starts.
|
Constructor and Description |
---|
FastCGIHandlerFactory() |
public static String PARAM_SERVER_ADDRESS
public static String PARAM_START_EXECUTABLE
public static String PARAM_CONNECTION_FACTORY
public static String PARAM_CLUSTER_ADRESSES
public static String PARAM_FILTERED_HEADERS
public static String[] PARAM_NAMES
public static FastCGIHandler create(Map<String,String> config)
Copyright © 2009-2012 Julien Rialland, and the jFastCGI project developpers.. All Rights Reserved.