Package org.eclipse.jetty.http2.parser
Class ServerParser.Listener.Adapter
java.lang.Object
org.eclipse.jetty.http2.parser.Parser.Listener.Adapter
org.eclipse.jetty.http2.parser.ServerParser.Listener.Adapter
- All Implemented Interfaces:
Parser.Listener
,ServerParser.Listener
- Enclosing interface:
- ServerParser.Listener
public static class ServerParser.Listener.Adapter
extends Parser.Listener.Adapter
implements ServerParser.Listener
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.http2.parser.Parser.Listener
Parser.Listener.Adapter, Parser.Listener.Wrapper
Nested classes/interfaces inherited from interface org.eclipse.jetty.http2.parser.ServerParser.Listener
ServerParser.Listener.Adapter, ServerParser.Listener.Wrapper
-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.jetty.http2.parser.Parser.Listener.Adapter
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
-
Adapter
public Adapter()
-
-
Method Details
-
onPreface
public void onPreface()- Specified by:
onPreface
in interfaceServerParser.Listener
-