Example usage for io.netty.handler.codec.http HttpClientUpgradeHandler.UpgradeCodec interface-usage

List of usage examples for io.netty.handler.codec.http HttpClientUpgradeHandler.UpgradeCodec interface-usage

Introduction

In this page you can find the example usage for io.netty.handler.codec.http HttpClientUpgradeHandler.UpgradeCodec interface-usage.

Usage

From source file io.vertx.core.http.impl.VertxHttp2ClientUpgradeCodec.java

/**
 * @author <a href="mailto:julien@julienviet.com">Julien Viet</a>
 */
public class VertxHttp2ClientUpgradeCodec implements HttpClientUpgradeHandler.UpgradeCodec {

    private static final List<CharSequence> UPGRADE_HEADERS = Collections