Package org.eclipse.jetty.fcgi.parser
Interface ServerParser.Listener
-
- All Superinterfaces:
Parser.Listener
- All Known Implementing Classes:
ServerParser.Listener.Adapter
- Enclosing class:
- ServerParser
public static interface ServerParser.Listener extends Parser.Listener
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ServerParser.Listener.Adapter
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onStart(int request, FCGI.Role role, int flags)
-
-
-
Method Detail
-
onStart
void onStart(int request, FCGI.Role role, int flags)
-
-