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 Parser.Listener
Parser.Listener.Adapter, Parser.Listener.WrapperNested classes/interfaces inherited from interface ServerParser.Listener
ServerParser.Listener.Adapter, ServerParser.Listener.Wrapper -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Parser.Listener.Adapter
onConnectionFailure, onData, onGoAway, onHeaders, onPing, onPriority, onPushPromise, onReset, onSettings, onStreamFailure, onWindowUpdateMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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:
onPrefacein interfaceServerParser.Listener
-