Example usage for io.netty.handler.codec.http2 Http2ConnectionAdapter subclass-usage

List of usage examples for io.netty.handler.codec.http2 Http2ConnectionAdapter subclass-usage

Introduction

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

Usage

From source file com.linecorp.armeria.common.http.Http2GoAwayListener.java

/**
 * A {@link Http2Connection.Listener} that logs the received GOAWAY frames and makes sure disconnection.
 */
public class Http2GoAwayListener extends Http2ConnectionAdapter {

    private static final Logger logger = LoggerFactory.getLogger(Http2GoAwayListener.class);

From source file com.linecorp.armeria.internal.http.Http2GoAwayListener.java

/**
 * A {@link Http2Connection.Listener} that logs the received GOAWAY frames and makes sure disconnection.
 */
public class Http2GoAwayListener extends Http2ConnectionAdapter {

    private static final Logger logger = LoggerFactory.getLogger(Http2GoAwayListener.class);

From source file com.linecorp.armeria.internal.Http2GoAwayListener.java

/**
 * A {@link Http2ConnectionAdapter} that logs the received GOAWAY frames and makes sure disconnection.
 */
public class Http2GoAwayListener extends Http2ConnectionAdapter {

    private static final Logger logger = LoggerFactory.getLogger(Http2GoAwayListener.class);