Class ReflectiveChannelFactory<T extends Channel>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T newChannel()
      Creates a new channel.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ReflectiveChannelFactory

        public ReflectiveChannelFactory​(java.lang.Class<? extends T> clazz)