netty5/common/src/test/java/io/netty/util
Scott Mitchell 050ac709ba PromiseNotifier does not propagate cancel events
Motivation:
If the Future that the PromiseNotifier is listening to is cancelled, it does not propagate the cancel to all the promises it is expected to notify.

Modifications:
- If the future is cancelled then all the promises should be cancelled
- Add a UnaryPromiseNotifier if a collection of promises is not necessary

Result:
PromiseNotifier propagates cancel events to all promises
2016-02-19 10:16:04 -08:00
..
concurrent PromiseNotifier does not propagate cancel events 2016-02-19 10:16:04 -08:00
internal Add unescapeCsvFields to parse a CSV line and implement CombinedHttpHeaders.getAll 2016-02-15 15:26:15 -08:00
AsciiStringCharacterTest.java fixed "sensative" typo to read "sensitive" 2016-02-17 08:18:11 -08:00
AsciiStringMemoryTest.java HttpConversionUtil does not account for COOKIE compression 2015-12-08 20:00:31 -08:00
AttributeKeyTest.java Allow to get existing ChannelOption / AttributeKey from String 2015-02-18 09:29:37 +01:00
ConstantPoolTest.java Fix a ConstantPoolTest failure 2014-07-29 15:46:15 -07:00
DefaultAttributeMapTest.java Document the contract of Attribute.getAndSet(...) and set(...) 2015-04-14 09:53:53 +02:00
DomainNameMappingTest.java Builder to construct DomainNameMapping. 2015-12-20 18:50:09 +01:00
HashedWheelTimerTest.java [#2744] Fix flakey HashedWheelTimerTest.testExecutionOnTime() 2014-08-06 07:03:31 +02:00
NetUtilTest.java Fix checkstyle 2014-11-12 12:28:18 +09:00
RecyclerTest.java [#4147] Allow to disable recycling 2015-08-28 15:05:17 +02:00
ThreadDeathWatcherTest.java Refactor FastThreadLocal to simplify TLV management 2014-06-19 21:13:55 +09:00