Example usage for io.netty.channel.pool ChannelPoolHandler interface-usage

List of usage examples for io.netty.channel.pool ChannelPoolHandler interface-usage

Introduction

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

Usage

From source file com.heliosapm.streams.metrichub.HubManager.java

/**
 * <p>Title: HubManager</p>
 * <p>Description: Container singleton for all the services needed for distributed queries</p> 
 * <p>Company: Helios Development Group LLC</p>
 * @author Whitehead (nwhitehead AT heliosdev DOT org)
 * <p><code>com.heliosapm.streams.metrichub.HubManager</code></p>

From source file org.vootoo.client.netty.SolrClientChannelPoolHandler.java

/**
 * @author chenlb on 2015-06-12 15:27.
 */
public class SolrClientChannelPoolHandler implements ChannelPoolHandler {
    private static final Logger logger = LoggerFactory.getLogger(SolrClientChannelPoolHandler.class);

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

public interface InstrumentedChannelPoolHandler extends ChannelPoolHandler, ChannelPoolStats {

}