Uses of Class
org.eclipse.jetty.fcgi.FCGI.Role
-
Packages that use FCGI.Role Package Description org.eclipse.jetty.fcgi org.eclipse.jetty.fcgi.parser -
-
Uses of FCGI.Role in org.eclipse.jetty.fcgi
Methods in org.eclipse.jetty.fcgi that return FCGI.Role Modifier and Type Method Description static FCGI.Role
FCGI.Role. from(int code)
static FCGI.Role
FCGI.Role. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FCGI.Role[]
FCGI.Role. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FCGI.Role in org.eclipse.jetty.fcgi.parser
Methods in org.eclipse.jetty.fcgi.parser with parameters of type FCGI.Role Modifier and Type Method Description void
ServerParser.Listener.Adapter. onStart(int request, FCGI.Role role, int flags)
void
ServerParser.Listener. onStart(int request, FCGI.Role role, int flags)
-