| Package | Description |
|---|---|
| org.eclipse.jetty.fcgi | |
| org.eclipse.jetty.fcgi.parser |
| 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.
|
| 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) |
Copyright © 1995–2018 Webtide. All rights reserved.