Package com.caucho.server.fastcgi

Examples of com.caucho.server.fastcgi.FastCgiProtocol


*/
public class FastCgiPort extends ProtocolPort
{
  public AbstractProtocol getProtocol()
  {
    return new FastCgiProtocol();
  }
View Full Code Here


*/
public class FastCgiPort extends ProtocolPort
{
  public AbstractProtocol getProtocol()
  {
    return new FastCgiProtocol();
  }
View Full Code Here

TOP

Related Classes of com.caucho.server.fastcgi.FastCgiProtocol

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.