Interface Http2Multiplexer


  • public interface Http2Multiplexer
    INTERNAL API

    The internal interface Http2ServerDemux uses to drive the multiplexer.

    • Method Detail

      • closeStream

        void closeStream​(int streamId)
      • currentInitialWindow

        int currentInitialWindow()
      • enqueueOutStream

        void enqueueOutStream​(int streamId)
      • hasFlushedAllData

        boolean hasFlushedAllData()
      • maxBytesToBufferPerSubstream

        int maxBytesToBufferPerSubstream()
      • pushControlFrame

        void pushControlFrame​(FrameEvent frame)
      • reportTimings

        void reportTimings()
      • updateConnectionLevelWindow

        void updateConnectionLevelWindow​(int increment)
      • updateDefaultWindow

        void updateDefaultWindow​(int newDefaultWindow)
      • updateMaxFrameSize

        void updateMaxFrameSize​(int newMaxFrameSize)