Package org.eclipse.jetty.http2.parser
Interface ServerParser.Listener
- All Superinterfaces:
Parser.Listener
- All Known Implementing Classes:
HTTP2ServerConnection
,HTTP2ServerSession
,ServerParser.Listener.Wrapper
- Enclosing class:
- ServerParser
-
Nested Class Summary
-
Method Summary
Methods inherited from interface org.eclipse.jetty.http2.parser.Parser.Listener
onConnectionFailure, onData, onGoAway, onHeaders, onPing, onPriority, onPushPromise, onReset, onSettings, onStreamFailure, onWindowUpdate
-
Method Details
-
onPreface
default void onPreface()
-