| Package | Description |
|---|---|
| org.eclipse.jetty.http2 |
| Modifier and Type | Class | 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 | Description |
|---|---|---|
FlowControlStrategy |
HTTP2Session.getFlowControlStrategy() |
|
FlowControlStrategy |
FlowControlStrategy.Factory.newFlowControlStrategy() |
| Constructor | Description |
|---|---|
HTTP2Session(Scheduler scheduler,
EndPoint endPoint,
Generator generator,
Session.Listener listener,
FlowControlStrategy flowControl,
int initialStreamId) |
Copyright © 1995–2018 Webtide. All rights reserved.