Interface Http2Multiplexer
public interface Http2Multiplexer
INTERNAL API
 
The internal interface Http2ServerDemux uses to drive the multiplexer.
- 
Method SummaryModifier and TypeMethodDescriptionvoidcloseStream(int streamId) intvoidenqueueOutStream(int streamId) booleanintvoidpushControlFrame(FrameEvent frame) voidvoidupdateConnectionLevelWindow(int increment) voidupdateDefaultWindow(int newDefaultWindow) voidupdateMaxFrameSize(int newMaxFrameSize) voidupdatePriority(FrameEvent.PriorityFrame priorityFrame) 
- 
Method Details- 
closeStreamvoid closeStream(int streamId) 
- 
currentInitialWindowint currentInitialWindow()
- 
enqueueOutStreamvoid enqueueOutStream(int streamId) 
- 
hasFlushedAllDataboolean hasFlushedAllData()
- 
maxBytesToBufferPerSubstreamint maxBytesToBufferPerSubstream()
- 
pushControlFrame
- 
reportTimingsvoid reportTimings()
- 
updateConnectionLevelWindowvoid updateConnectionLevelWindow(int increment) 
- 
updateDefaultWindowvoid updateDefaultWindow(int newDefaultWindow) 
- 
updateMaxFrameSizevoid updateMaxFrameSize(int newMaxFrameSize) 
- 
updatePriority
 
-