Class NettyThreadFactory

  • All Implemented Interfaces:
    java.util.concurrent.ThreadFactory

    public class NettyThreadFactory
    extends io.netty.util.concurrent.DefaultThreadFactory
    • Field Summary

      • Fields inherited from class io.netty.util.concurrent.DefaultThreadFactory

        threadGroup
    • Constructor Summary

      Constructors 
      Constructor Description
      NettyThreadFactory​(java.lang.String poolName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.Thread newThread​(java.lang.Runnable r, java.lang.String name)  
      • Methods inherited from class io.netty.util.concurrent.DefaultThreadFactory

        newThread, toPoolName
      • Methods inherited from class java.lang.Object

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

      • NettyThreadFactory

        public NettyThreadFactory​(java.lang.String poolName)
    • Method Detail

      • newThread

        protected java.lang.Thread newThread​(java.lang.Runnable r,
                                             java.lang.String name)
        Overrides:
        newThread in class io.netty.util.concurrent.DefaultThreadFactory