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 org.eclipse.jetty.fcgi.server -
-
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.RoleFCGI.Role. from(int code)static FCGI.RoleFCGI.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 voidServerParser.Listener.Adapter. onStart(int request, FCGI.Role role, int flags)voidServerParser.Listener. onStart(int request, FCGI.Role role, int flags) -
Uses of FCGI.Role in org.eclipse.jetty.fcgi.server
Methods in org.eclipse.jetty.fcgi.server with parameters of type FCGI.Role Modifier and Type Method Description voidServerFCGIConnection.ServerListener. onStart(int request, FCGI.Role role, int flags)
-