| 程序包 | 说明 |
|---|---|
| org.apache.hc.core5.http2.frame |
Core HTTP/2 data frame APIs.
|
| org.apache.hc.core5.http2.impl.nio |
Default implementation of HTTP/2 transport based on
the asynchronous (non-blocking) I/O model.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
DefaultFrameFactory
Default
FrameFactory implementation. |
| 限定符和类型 | 字段和说明 |
|---|---|
static FrameFactory |
DefaultFrameFactory.INSTANCE |
| 构造器和说明 |
|---|
ClientH2StreamMultiplexer(ProtocolIOSession ioSession,
FrameFactory frameFactory,
HttpProcessor httpProcessor,
HandlerFactory<AsyncPushConsumer> pushHandlerFactory,
H2Config h2Config,
CharCodingConfig charCodingConfig,
H2StreamListener streamListener) |
ServerH2StreamMultiplexer(ProtocolIOSession ioSession,
FrameFactory frameFactory,
HttpProcessor httpProcessor,
HandlerFactory<AsyncServerExchangeHandler> exchangeHandlerFactory,
CharCodingConfig charCodingConfig,
H2Config h2Config,
H2StreamListener streamListener) |
Copyright © 2023. All rights reserved.