netty5/transport/src/main/java/io/netty/channel/embedded
Norman Maurer 0c5014b105 Add a hint of ownership transfer when calling EmbeddedChannel.read*() methods.
Motivation:

As shown in issues it is sometimes hard to understand why a leak was reported when the user just calles EmbeddedChannel.readInbound() / EmbeddedChannel.readOutbound() and drop the message on the floor.

Modifications:

Add a hint before handover the message to the user and transfer the ownership.

Result:

Easier debugging of leaks caused by EmbeddedChannel.read*().
2017-12-20 07:44:25 +01:00
..
EmbeddedChannel.java Add a hint of ownership transfer when calling EmbeddedChannel.read*() methods. 2017-12-20 07:44:25 +01:00
EmbeddedChannelId.java Cleanup ChannelId handling of basic methods 2017-02-15 11:53:36 -08:00
EmbeddedEventLoop.java Add a EventLoopGroup.register(ChannelPromise) 2016-05-21 18:40:17 +02:00
EmbeddedSocketAddress.java Saner toString() implementation for EmbeddedSocketAddress 2013-11-08 18:04:40 +09:00
package-info.java Synchronized between 4.1 and master 2014-04-25 00:38:02 +09:00