Package org.eclipse.jetty.http3.parser
Class ParserListener.Wrapper
java.lang.Object
org.eclipse.jetty.http3.parser.ParserListener.Wrapper
- All Implemented Interfaces:
ParserListener
- Enclosing interface:
- ParserListener
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.http3.parser.ParserListener
ParserListener.Wrapper
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
onHeaders
(long streamId, HeadersFrame frame, boolean wasBlocked) void
onSessionFailure
(long error, String reason, Throwable failure) void
onSettings
(SettingsFrame frame) void
onStreamFailure
(long streamId, long error, Throwable failure) 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.http3.parser.ParserListener
onGoAway
-
Field Details
-
listener
-
-
Constructor Details
-
Wrapper
-
-
Method Details
-
onHeaders
- Specified by:
onHeaders
in interfaceParserListener
-
onData
- Specified by:
onData
in interfaceParserListener
-
onSettings
- Specified by:
onSettings
in interfaceParserListener
-
onStreamFailure
- Specified by:
onStreamFailure
in interfaceParserListener
-
onSessionFailure
- Specified by:
onSessionFailure
in interfaceParserListener
-