Java io.netty.handler.codec.http2 Http2ServerUpgradeCodec fields, constructors, methods, implement or subclass

Example usage for Java io.netty.handler.codec.http2 Http2ServerUpgradeCodec fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.handler.codec.http2 Http2ServerUpgradeCodec.

The text is from its open source code.

Constructor

Http2ServerUpgradeCodec(Http2ConnectionHandler connectionHandler)
Creates the codec using a default name for the connection handler when adding to the pipeline.
Http2ServerUpgradeCodec(Http2MultiplexCodec http2Codec)
Creates the codec using a default name for the connection handler when adding to the pipeline.
Http2ServerUpgradeCodec(String handlerName, Http2ConnectionHandler connectionHandler)
Creates the codec providing an upgrade to the given handler for HTTP/2.
Http2ServerUpgradeCodec(String handlerName, Http2MultiplexCodec http2Codec)
Creates the codec providing an upgrade to the given handler for HTTP/2.
Http2ServerUpgradeCodec(Http2FrameCodec http2Codec, ChannelHandler... handlers)
Creates the codec using a default name for the connection handler when adding to the pipeline.