netty5/common/src/main/java/io/netty/util
2014-06-14 17:45:43 +09:00
..
concurrent Introduce FastThreadLocal which uses an EnumMap and a predefined fixed set of possible thread locals 2014-06-13 11:02:16 +02:00
internal Use FastThreadLocal in more places 2014-06-14 17:45:43 +09:00
AbstractConstant.java Replace UniqueName with Constant and ConstantPool 2013-10-25 19:21:53 +09:00
AbstractReferenceCounted.java DNS codec for Netty which is based on the work of [#1622]. 2014-06-10 09:47:25 +02:00
Attribute.java Fix regression in DefaultAttributeMap / Add Attribute.key() / More fine-grained locking 2013-02-21 15:49:51 -08:00
AttributeKey.java Add a shortcut method for collision-free naming 2013-10-25 20:01:31 +09:00
AttributeMap.java Better implementation of AttributeMap and also add hasAttr(...). SeeĀ [#2439] 2014-05-15 06:47:58 +02:00
CharsetUtil.java Introduce FastThreadLocal which uses an EnumMap and a predefined fixed set of possible thread locals 2014-06-13 11:02:16 +02:00
Constant.java Replace UniqueName with Constant and ConstantPool 2013-10-25 19:21:53 +09:00
ConstantPool.java Add a shortcut method for collision-free naming 2013-10-25 20:01:31 +09:00
DefaultAttributeMap.java [#2523] Fix infinite-loop when remove attribute and create the same attribute again 2014-06-01 13:06:50 +02:00
HashedWheelTimer.java Make sure cancelled Timeouts are able to be GC'ed fast. 2014-06-10 12:49:56 +02:00
IllegalReferenceCountException.java ReferenceCountException -> IllegalReferenceCountException 2013-06-13 14:00:15 +09:00
NetUtil.java Reduce the time taken by NetUtil and DefaultChannelId class initialization 2014-03-21 13:01:55 +09:00
package-info.java Remove apiviz tags - we are focusing on user guide instead and putting diagrams there 2013-02-14 12:09:16 -08:00
Recycler.java Introduce FastThreadLocal which uses an EnumMap and a predefined fixed set of possible thread locals 2014-06-13 11:02:16 +02:00
ReferenceCounted.java Enable a user specify an arbitrary information with ReferenceCounted.touch() 2014-01-29 11:44:59 +09:00
ReferenceCountUtil.java Introduce ThreadDeathWatcher 2014-06-02 18:14:23 +09:00
ResourceLeak.java Enable a user specify an arbitrary information with ReferenceCounted.touch() 2014-01-29 11:44:59 +09:00
ResourceLeakDetector.java Enable a user specify an arbitrary information with ReferenceCounted.touch() 2014-01-29 11:44:59 +09:00
ResourceLeakHint.java Enable a user specify an arbitrary information with ReferenceCounted.touch() 2014-01-29 11:44:59 +09:00
Signal.java Synchronized between 4.1 and master 2014-04-25 00:36:01 +09:00
ThreadDeathWatcher.java Clean up MpscLinkedQueue, fix its leak, and make it work without Unsafe 2014-06-04 03:23:44 +09:00
Timeout.java Simpler method naming in Timeout 2012-12-26 13:50:01 +09:00
Timer.java Remove apiviz tags - we are focusing on user guide instead and putting diagrams there 2013-02-14 12:09:16 -08:00
TimerTask.java Update license headers 2012-06-04 13:31:44 -07:00
Version.java [#2353] Use a privileged block to get ClassLoader and System property if needed 2014-04-08 14:13:49 +02:00