Uses of Class
org.jboss.netty.util.ThreadRenamingRunnable
-
Packages that use ThreadRenamingRunnable Package Description org.jboss.netty.channel.socket.nio NIO-based socket channel API implementation - recommended for a large number of connections (>= 1000). -
-
Uses of ThreadRenamingRunnable in org.jboss.netty.channel.socket.nio
Methods in org.jboss.netty.channel.socket.nio that return ThreadRenamingRunnable Modifier and Type Method Description protected ThreadRenamingRunnableNioClientBoss. newThreadRenamingRunnable(int id, ThreadNameDeterminer determiner)protected ThreadRenamingRunnableNioServerBoss. newThreadRenamingRunnable(int id, ThreadNameDeterminer determiner)
-