netty5/testsuite
Norman Maurer 48f2e705d9 Resurrect channel deregistration and constructor changes
Motivation:

Due to the complexity of handling deregistration and re-registration of
a channel, we previously decided to remove the deregister() operation
completely to simplify our code.  However, we realized that it shouldn't
be that complicated to implement it during our discussion about making
I/O scheduling more flexible and more customizable [1], and thus the
removal of deregistration and re-registration is unnecessary now.

Modification:

- Revert commit c149f4bcc0
- Revert commit e743a27e75
- Make some additional adjustments

Result:

- deregister(), fireChannelUnregistered(), and channelRegistered() were
  added back..
- Channel constructors do not require an EventLoop anymore.

[1] https://github.com/netty/netty/issues/2250
2014-04-24 20:54:50 +09:00
..
src/test/java/io/netty/testsuite Resurrect channel deregistration and constructor changes 2014-04-24 20:54:50 +09:00
.gitignore updated udt and connection test 2013-05-14 06:46:07 +02:00
pom.xml [#2212] Skip autobahntestsuite when using -DskipTests 2014-02-08 19:00:59 +01:00