| 程序包 | 说明 |
|---|---|
| com.firefly.client.http2 | |
| com.firefly.codec.http2.stream | |
| com.firefly.server.http2 |
| 限定符和类型 | 方法和说明 |
|---|---|
protected HTTP2Session |
HTTP2ClientConnection.initHTTP2Session(HTTP2Configuration config,
FlowControlStrategy flowControl,
Session.Listener listener) |
static HTTP2ClientSession |
HTTP2ClientSession.initSessionForUpgradingHTTP2(Scheduler scheduler,
Session endPoint,
Generator generator,
Session.Listener listener,
FlowControlStrategy flowControl,
int initialStreamId,
int streamIdleTimeout,
Promise<Stream> initStream,
Stream.Listener initStreamListener) |
| 构造器和说明 |
|---|
HTTP2ClientSession(Scheduler scheduler,
Session endPoint,
Generator generator,
Session.Listener listener,
FlowControlStrategy flowControl,
int streamIdleTimeout) |
| 限定符和类型 | 类和说明 |
|---|---|
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 |
| 限定符和类型 | 方法和说明 |
|---|---|
FlowControlStrategy |
HTTP2Session.getFlowControlStrategy() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract HTTP2Session |
AbstractHTTP2Connection.initHTTP2Session(HTTP2Configuration config,
FlowControlStrategy flowControl,
Session.Listener listener) |
| 构造器和说明 |
|---|
HTTP2Session(Scheduler scheduler,
Session endPoint,
Generator generator,
Session.Listener listener,
FlowControlStrategy flowControl,
int initialStreamId,
int streamIdleTimeout) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected HTTP2Session |
HTTP2ServerConnection.initHTTP2Session(HTTP2Configuration config,
FlowControlStrategy flowControl,
Session.Listener listener) |
| 构造器和说明 |
|---|
HTTP2ServerSession(Scheduler scheduler,
Session endPoint,
Generator generator,
ServerSessionListener listener,
FlowControlStrategy flowControl,
int streamIdleTimeout) |
Copyright © 2016. All rights reserved.