Package com.caucho.servlets

Examples of com.caucho.servlets.FastCGIServlet


  private FastCGIServlet _proxyServlet;
  private ServletConfigImpl _servlet;

  public FastCgiProxy()
  {
    _proxyServlet = new FastCGIServlet();

    _servlet = new ServletConfigImpl();

    _servlet.setServletName("resin-dispatch-lb");
    _servlet.setServlet(_proxyServlet);
View Full Code Here


  private ContainerProgram _program = new ContainerProgram();

  public FastCgiProxy()
  {
    _proxyServlet = new FastCGIServlet();

    _servlet = new ServletConfigImpl();

    _servlet.setServletName("resin-dispatch-lb");
    _servlet.setServlet(_proxyServlet);
View Full Code Here

TOP

Related Classes of com.caucho.servlets.FastCGIServlet

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.