public interface Http2Multiplexer
The internal interface Http2ServerDemux uses to drive the multiplexer.
Modifier and Type | Method and Description |
---|---|
void |
closeStream(int streamId) |
int |
currentInitialWindow() |
void |
enqueueOutStream(int streamId) |
boolean |
hasFlushedAllData() |
int |
maxBytesToBufferPerSubstream() |
void |
pushControlFrame(FrameEvent frame) |
void |
reportTimings() |
void |
updateConnectionLevelWindow(int increment) |
void |
updateDefaultWindow(int newDefaultWindow) |
void |
updateMaxFrameSize(int newMaxFrameSize) |
void |
updatePriority(FrameEvent.PriorityFrame priorityFrame) |
void closeStream(int streamId)
int currentInitialWindow()
void enqueueOutStream(int streamId)
boolean hasFlushedAllData()
int maxBytesToBufferPerSubstream()
void pushControlFrame(FrameEvent frame)
void reportTimings()
void updateConnectionLevelWindow(int increment)
void updateDefaultWindow(int newDefaultWindow)
void updateMaxFrameSize(int newMaxFrameSize)
void updatePriority(FrameEvent.PriorityFrame priorityFrame)