netty5/testsuite-osgi
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/test/java/io/netty/osgitests Remove OIO transport (and transports that depend on it). (#8580) 2018-11-21 15:23:18 +01:00
pom.xml Remove OIO transport (and transports that depend on it). (#8580) 2018-11-21 15:23:18 +01:00