Package org.eclipse.jetty.http2.parser
Class ServerParser.Listener.Wrapper
java.lang.Object
org.eclipse.jetty.http2.parser.Parser.Listener.Wrapper
org.eclipse.jetty.http2.parser.ServerParser.Listener.Wrapper
- All Implemented Interfaces:
Parser.Listener
,ServerParser.Listener
- Enclosing interface:
- ServerParser.Listener
public static class ServerParser.Listener.Wrapper
extends Parser.Listener.Wrapper
implements ServerParser.Listener
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.http2.parser.Parser.Listener
Parser.Listener.Wrapper
Nested classes/interfaces inherited from interface org.eclipse.jetty.http2.parser.ServerParser.Listener
ServerParser.Listener.Wrapper
-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.jetty.http2.parser.Parser.Listener.Wrapper
onConnectionFailure, onData, onGoAway, onHeaders, onPing, onPriority, onPushPromise, onReset, onSettings, onStreamFailure, onWindowUpdate
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.jetty.http2.parser.Parser.Listener
onConnectionFailure, onData, onGoAway, onHeaders, onPing, onPriority, onPushPromise, onReset, onSettings, onStreamFailure, onWindowUpdate
-
Constructor Details
-
Wrapper
-
-
Method Details
-
getParserListener
- Overrides:
getParserListener
in classParser.Listener.Wrapper
-
onPreface
public void onPreface()- Specified by:
onPreface
in interfaceServerParser.Listener
-