netty5/transport-sctp/src/main/java
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
..
com/sun/nio/sctp [#884] Split SCTP transport into extra module 2013-01-03 22:19:06 +01:00
io/netty Ensure backward-compability with 4.0 2015-04-19 13:25:42 +02:00