Example usage for io.netty.channel ReflectiveChannelFactory subclass-usage

List of usage examples for io.netty.channel ReflectiveChannelFactory subclass-usage

Introduction

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

Usage

From source file com.turo.pushy.apns.AugmentingReflectiveChannelFactory.java

/**
 * A channel factory that attaches a single attribute to all newly-created channels.
 *
 * @param <T> the type of channel created by this factory
 * @param <A> the type of the attribute attached to newly-constructed channels
 *