Example usage for io.netty.handler.codec.http2 Http2ConnectionDecoder interface-usage

List of usage examples for io.netty.handler.codec.http2 Http2ConnectionDecoder interface-usage

Introduction

In this page you can find the example usage for io.netty.handler.codec.http2 Http2ConnectionDecoder interface-usage.

Usage

From source file io.grpc.netty.FixedHttp2ConnectionDecoder.java

/**
 * Provides the default implementation for processing inbound frame events and delegates to a
 * {@link Http2FrameListener}
 * <p>
 * This class will read HTTP/2 frames and delegate the events to a {@link Http2FrameListener}
 * <p>