netty5/transport-native-epoll/src
Norman Maurer 2c4a7a2539 [#5800] Support any FileRegion implementation when using epoll transport
Motivation:

At the moment only DefaultFileRegion is supported when using the native epoll transport.

Modification:

- Add support for any FileRegion implementation
- Add test case

Result:

Also custom FileRegion implementation are supported when using the epoll transport.
2016-09-15 23:03:37 -07:00
..
main [#5800] Support any FileRegion implementation when using epoll transport 2016-09-15 23:03:37 -07:00
test/java/io/netty/channel Make NIO and EPOLL transport connect errors more consistent with the JDK 2016-08-27 20:57:36 +02:00