Package | Description |
---|---|
io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
Modifier and Type | Method and Description |
---|---|
Http2Codec |
Http2CodecBuilder.build()
Builds/creates a new
Http2Codec instance using this builder's current settings. |
Constructor and Description |
---|
Http2ServerUpgradeCodec(Http2Codec http2Codec)
Creates the codec using a default name for the connection handler when adding to the
pipeline.
|
Http2ServerUpgradeCodec(String handlerName,
Http2Codec http2Codec)
Creates the codec providing an upgrade to the given handler for HTTP/2.
|
Copyright © 2008–2017 The Netty Project. All rights reserved.