Uses of Class
org.jboss.netty.util.internal.ThreadLocalBoolean
-
Packages that use ThreadLocalBoolean Package Description org.jboss.netty.channel.local A virtual transport that enables the communication between the two parties in the same virtual machine.org.jboss.netty.channel.socket.nio NIO-based socket channel API implementation - recommended for a large number of connections (>= 1000). -
-
Uses of ThreadLocalBoolean in org.jboss.netty.channel.local
Fields in org.jboss.netty.channel.local declared as ThreadLocalBoolean Modifier and Type Field Description private ThreadLocalBoolean
DefaultLocalChannel. delivering
-
Uses of ThreadLocalBoolean in org.jboss.netty.channel.socket.nio
Fields in org.jboss.netty.channel.socket.nio declared as ThreadLocalBoolean Modifier and Type Field Description private ThreadLocalBoolean
AbstractNioChannel.WriteRequestQueue. notifying
-