netty5/transport-udt/src
Norman Maurer b4b14ea19f Ensure backward-compability with 4.0
Motivation:

Each different *ChannelOption did extend ChannelOption in 4.0, which we changed in 4.1. This is a breaking change in terms of the API so we need to ensure we keep the old hierarchy.

Modifications:

- Let all *ChannelOption extend ChannelOption
- Add back constructor and mark it as @deprecated

Result:

No API breakage between 4.0 and 4.1
2015-04-19 13:25:42 +02:00
..
main/java/io/netty/channel/udt Ensure backward-compability with 4.0 2015-04-19 13:25:42 +02:00
test/java/io/netty/test/udt Disable NioUdtMessageRendezvousChannelTest.basicEcho() 2015-01-09 17:57:42 +09:00