Example usage for io.netty.channel.pool AbstractChannelPoolHandler subclass-usage

List of usage examples for io.netty.channel.pool AbstractChannelPoolHandler subclass-usage

Introduction

In this page you can find the example usage for io.netty.channel.pool AbstractChannelPoolHandler subclass-usage.

Usage

From source file ratpack.http.client.internal.NoopFixedChannelPoolHandler.java

public class NoopFixedChannelPoolHandler extends AbstractChannelPoolHandler
        implements InstrumentedChannelPoolHandler {

    private final String host;

    public NoopFixedChannelPoolHandler(HttpChannelKey channelKey) {

From source file ratpack.http.client.internal.NoopSimpleChannelPoolHandler.java

public class NoopSimpleChannelPoolHandler extends AbstractChannelPoolHandler
        implements InstrumentedChannelPoolHandler {

    private final String host;

    public NoopSimpleChannelPoolHandler(HttpChannelKey channelKey) {