netty5/transport-udt/src
Nikolay Fedorovskikh 1ba265ad4d AbstractMethodError with barchart-udt
Motivation:

`SocketChannelUDT` from barchart-udt does not have the java 7 `public abstract SocketChannel bind(SocketAddress local)` method. Calling the abstract method `SocketChannel.bind(SocketAddress localAddress)` for `SocketChannelUDT` leads to an `AbstractMethodError` runtime error.

Modifications:

Make workaround with explicit call of `SocketChannelUDT.bind(SocketAddress local)` as it done in `NioUdtByteConnectorChannel`.

Result:

Fixes [#6934].
2017-07-05 07:35:32 +02:00
..
main/java/io/netty/channel/udt AbstractMethodError with barchart-udt 2017-07-05 07:35:32 +02:00
test/java/io/netty/test/udt fix the typos 2017-04-20 04:56:09 +02:00