| Package | Description |
|---|---|
| org.eclipse.jetty.fcgi | |
| org.eclipse.jetty.fcgi.parser |
| Modifier and Type | Method and Description |
|---|---|
static FCGI.Role |
FCGI.Role.from(int code) |
static FCGI.Role |
FCGI.Role.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerParser.Listener.onStart(int request,
FCGI.Role role,
int flags) |
void |
ServerParser.Listener.Adapter.onStart(int request,
FCGI.Role role,
int flags) |
Copyright © 1995-2015 Webtide. All Rights Reserved.