netty5/transport-sctp
Norman Maurer e114d6be46
Remove OIO transport (and transports that depend on it). (#8580)
Motivation:

This transport is unique because it uses Java's blocking IO (java.io / java.net) under the hood. However it is not clear if this transport is actually useful so it should be removed.

Modifications:

- Remove OIO transport and RXTX transport which depend on it.
- Remove Oio*Sctp* implementations
- Remove PerThreadEventLoop* which was only used by OIO transport.

Result:

Fixes https://github.com/netty/netty/issues/8510.
2018-11-21 15:23:18 +01:00
..
src/main Remove OIO transport (and transports that depend on it). (#8580) 2018-11-21 15:23:18 +01:00
pom.xml Update version number to start working on Netty 5 2018-11-20 15:49:57 +01:00