Interface Http2RemoteFlowController.Listener

  • Enclosing interface:
    Http2RemoteFlowController

    public static interface Http2RemoteFlowController.Listener
    Listener to the number of flow-controlled bytes written per stream.
    • Method Detail

      • writabilityChanged

        void writabilityChanged​(Http2Stream stream)
        Notification that Http2RemoteFlowController.isWritable(Http2Stream) has changed for stream.

        This method should not throw. Any thrown exceptions are considered a programming error and are ignored.

        Parameters:
        stream - The stream which writability has changed for.