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.Adapter, Parser.Listener.WrapperNested classes/interfaces inherited from interface org.eclipse.jetty.http2.parser.ServerParser.Listener
ServerParser.Listener.Adapter, ServerParser.Listener.Wrapper -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.jetty.http2.parser.Parser.Listener.Wrapper
onConnectionFailure, onData, onGoAway, onHeaders, onPing, onPriority, onPushPromise, onReset, onSettings, onStreamFailure, onWindowUpdateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
getParserListenerin classParser.Listener.Wrapper
-
onPreface
public void onPreface()- Specified by:
onPrefacein interfaceServerParser.Listener
-