net.lakis.cerebro.web.cgi.enumerations.FcgiRoles Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cerebro Show documentation
Show all versions of cerebro Show documentation
A framework to handle dependency injection and allowing users to communicate with the application
using command line.
The newest version!
package net.lakis.cerebro.web.cgi.enumerations;
public class FcgiRoles {
public static int FCGI_RESPONDER = 1;
public static int FCGI_AUTHORIZER = 2;
public static int FCGI_FILTER = 3;
}