All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.lakis.cerebro.web.cgi.enumerations.FcgiRoles Maven / Gradle / Ivy

Go to download

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;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy