List of usage examples for io.netty.channel ReflectiveChannelFactory subclass-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
*