程序包 | 说明 |
---|---|
io.netty.handler.codec.http2 |
Benchmarks for
io.netty.handler.codec.http2 . |
限定符和类型 | 方法和说明 |
---|---|
Http2MultiplexCodec |
Http2MultiplexCodecBuilder.build()
已过时。
|
protected Http2MultiplexCodec |
Http2MultiplexCodecBuilder.build(Http2ConnectionDecoder decoder,
Http2ConnectionEncoder encoder,
Http2Settings initialSettings)
已过时。
|
构造器和说明 |
---|
Http2ServerUpgradeCodec(Http2MultiplexCodec http2Codec)
Creates the codec using a default name for the connection handler when adding to the
pipeline.
|
Http2ServerUpgradeCodec(java.lang.String handlerName,
Http2MultiplexCodec http2Codec)
Creates the codec providing an upgrade to the given handler for HTTP/2.
|