Interface Http2Multiplexer
public interface Http2Multiplexer
INTERNAL API
The internal interface Http2ServerDemux uses to drive the multiplexer.
-
Method Summary
Modifier 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
-
closeStream
void closeStream(int streamId) -
currentInitialWindow
int currentInitialWindow() -
enqueueOutStream
void enqueueOutStream(int streamId) -
hasFlushedAllData
boolean hasFlushedAllData() -
maxBytesToBufferPerSubstream
int maxBytesToBufferPerSubstream() -
pushControlFrame
-
reportTimings
void reportTimings() -
updateConnectionLevelWindow
void updateConnectionLevelWindow(int increment) -
updateDefaultWindow
void updateDefaultWindow(int newDefaultWindow) -
updateMaxFrameSize
void updateMaxFrameSize(int newMaxFrameSize) -
updatePriority
-