Package org.eclipse.jetty.http2.parser
Interface ServerParser.Listener
-
- All Superinterfaces:
Parser.Listener
- All Known Implementing Classes:
HTTP2ServerSession
,ServerParser.Listener.Adapter
,ServerParser.Listener.Wrapper
- Enclosing class:
- ServerParser
public static interface ServerParser.Listener extends Parser.Listener
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ServerParser.Listener.Adapter
static class
ServerParser.Listener.Wrapper
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onPreface()
-
Methods inherited from interface org.eclipse.jetty.http2.parser.Parser.Listener
onConnectionFailure, onData, onGoAway, onHeaders, onPing, onPriority, onPushPromise, onReset, onSettings, onStreamFailure, onWindowUpdate
-
-