Interface H2StreamListener
- All Known Implementing Classes:
LoggingH2StreamListener
HTTP/2 stream event listener.
- Since:
- 5.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidonFrameInput(HttpConnection connection, int streamId, RawFrame frame) voidonFrameOutput(HttpConnection connection, int streamId, RawFrame frame) voidonHeaderInput(HttpConnection connection, int streamId, List<? extends Header> headers) voidonHeaderOutput(HttpConnection connection, int streamId, List<? extends Header> headers) voidonInputFlowControl(HttpConnection connection, int streamId, int delta, int actualSize) voidonOutputFlowControl(HttpConnection connection, int streamId, int delta, int actualSize)
-
Method Details
-
onHeaderInput
-
onHeaderOutput
-
onFrameInput
-
onFrameOutput
-
onInputFlowControl
-
onOutputFlowControl
-