Package org.eclipse.jetty.fcgi.parser
Class ClientParser.Listener.Adapter
- java.lang.Object
-
- org.eclipse.jetty.fcgi.parser.Parser.Listener.Adapter
-
- org.eclipse.jetty.fcgi.parser.ClientParser.Listener.Adapter
-
- All Implemented Interfaces:
ClientParser.Listener
,Parser.Listener
- Enclosing interface:
- ClientParser.Listener
public static class ClientParser.Listener.Adapter extends Parser.Listener.Adapter implements ClientParser.Listener
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.jetty.fcgi.parser.ClientParser.Listener
ClientParser.Listener.Adapter
-
Nested classes/interfaces inherited from interface org.eclipse.jetty.fcgi.parser.Parser.Listener
Parser.Listener.Adapter
-
-
Constructor Summary
Constructors Constructor Description Adapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onBegin(int request, int code, java.lang.String reason)
-
Methods inherited from class org.eclipse.jetty.fcgi.parser.Parser.Listener.Adapter
onContent, onEnd, onFailure, onHeader, onHeaders
-
-
-
-
Method Detail
-
onBegin
public void onBegin(int request, int code, java.lang.String reason)
- Specified by:
onBegin
in interfaceClientParser.Listener
-
-