Index
All Classes and Interfaces|All Packages
C
- customizeFastCGIHeaders(Request, HttpFields.Mutable) - Method in class org.eclipse.jetty.fcgi.proxy.FastCGIProxyHandler
D
- doStart() - Method in class org.eclipse.jetty.fcgi.proxy.FastCGIProxyHandler
F
- FastCGIProxyHandler - Class in org.eclipse.jetty.fcgi.proxy
-
Specific implementation of
ProxyHandler.Reversefor FastCGI. - FastCGIProxyHandler(String, String, String) - Constructor for class org.eclipse.jetty.fcgi.proxy.FastCGIProxyHandler
-
Creates a new instance that rewrites the
HttpURIwith the given pattern and replacement strings, usingString.replaceAll(String, String). - FastCGIProxyHandler(Function<Request, HttpURI>, String) - Constructor for class org.eclipse.jetty.fcgi.proxy.FastCGIProxyHandler
-
Creates a new instance with the given
HttpURIrewriter function.
G
- getFastCGIEnvNames() - Method in class org.eclipse.jetty.fcgi.proxy.FastCGIProxyHandler
- getOriginalPathAttribute() - Method in class org.eclipse.jetty.fcgi.proxy.FastCGIProxyHandler
- getOriginalQueryAttribute() - Method in class org.eclipse.jetty.fcgi.proxy.FastCGIProxyHandler
- getScriptPattern() - Method in class org.eclipse.jetty.fcgi.proxy.FastCGIProxyHandler
- getScriptRoot() - Method in class org.eclipse.jetty.fcgi.proxy.FastCGIProxyHandler
- getUnixDomainPath() - Method in class org.eclipse.jetty.fcgi.proxy.FastCGIProxyHandler
I
- isFastCGISecure() - Method in class org.eclipse.jetty.fcgi.proxy.FastCGIProxyHandler
N
- newHttpClient() - Method in class org.eclipse.jetty.fcgi.proxy.FastCGIProxyHandler
O
- org.eclipse.jetty.fcgi.proxy - module org.eclipse.jetty.fcgi.proxy
- org.eclipse.jetty.fcgi.proxy - package org.eclipse.jetty.fcgi.proxy
S
- sendProxyToServerRequest(Request, Request, Response, Callback) - Method in class org.eclipse.jetty.fcgi.proxy.FastCGIProxyHandler
- setFastCGIEnvNames(Set<String>) - Method in class org.eclipse.jetty.fcgi.proxy.FastCGIProxyHandler
-
Sets the names of environment variables that will forwarded, along with their value retrieved via
System.getenv(String), in the FastCGI request to the FastCGI server. - setFastCGISecure(boolean) - Method in class org.eclipse.jetty.fcgi.proxy.FastCGIProxyHandler
-
Sets whether to forward the
HTTPSFastCGI parameter in the FastCGI request to the FastCGI server. - setOriginalPathAttribute(String) - Method in class org.eclipse.jetty.fcgi.proxy.FastCGIProxyHandler
-
Sets the client-to-proxy request attribute name to use to retrieve the original request path.
- setOriginalQueryAttribute(String) - Method in class org.eclipse.jetty.fcgi.proxy.FastCGIProxyHandler
-
Sets the client-to-proxy request attribute name to use to retrieve the original request query.
- setScriptPattern(Pattern) - Method in class org.eclipse.jetty.fcgi.proxy.FastCGIProxyHandler
-
Sets a regular expression with at least 1 and at most 2 groups that specify respectively:
- setUnixDomainPath(Path) - Method in class org.eclipse.jetty.fcgi.proxy.FastCGIProxyHandler
-
Sets the Unix-Domain path the FastCGI server listens to.
All Classes and Interfaces|All Packages