| Package | Description |
|---|---|
| org.eclipse.jetty.http2 |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFlowControlStrategy |
class |
BufferingFlowControlStrategy
A flow control strategy that accumulates updates and emits window control
frames when the accumulated value reaches a threshold.
|
class |
SimpleFlowControlStrategy |
| Modifier and Type | Method and Description |
|---|---|
FlowControlStrategy |
HTTP2Session.getFlowControlStrategy() |
| Constructor and Description |
|---|
HTTP2Session(Scheduler scheduler,
EndPoint endPoint,
Generator generator,
Session.Listener listener,
FlowControlStrategy flowControl,
int initialStreamId) |
Copyright © 1995-2015 Webtide. All Rights Reserved.