| |
|
| java.lang.Object javax.servlet.GenericServlet com.caucho.servlets.FastCGIServlet
FastCGIServlet | public class FastCGIServlet extends GenericServlet (Code) | | Load balancing.
<servlet-mapping url-pattern='/remote/*'>
<servlet-name>com.caucho.server.http.FastCGIServlet</servlet-name>
<init-param server-address='localhost:8086'/>
</servlet-mapping>
|
Inner Class :static class FastCGIInputStream extends InputStream | |
Inner Class :static class FastCGISocket | |
_calendar | protected QDate _calendar(Code) | | |
destroy | public void destroy()(Code) | | |
setKeepaliveTimeout | public void setKeepaliveTimeout(Period period)(Code) | | Sets the keepalive timeout.
|
setMaxKeepalive | public void setMaxKeepalive(int max)(Code) | | Sets the keepalive max.
|
setReadTimeout | public void setReadTimeout(Period timeout)(Code) | | Sets the socket timeout.
|
|
|
|