netty5/transport/src/main/java/io/netty/channel/local
Norman Maurer f4d7e8de14
Respect MAX_MESSAGES_PER_READ in LocalChannel / LocalServerChannel. (#7885)
Motivation:

LocalChannel / LocalServerChannel did not respect read limits and just always read all of the messages.

Modifications:

- Correct respect MAX_MESSAGES_PER_READ settings
- Add unit tests

Result:

Fixes https://github.com/netty/netty/issues/7880.
2018-04-26 07:58:56 +02:00
..
LocalAddress.java [#1535] Remove Channel.id() and so fix the possible leakage of the previous used Channel id map 2013-07-08 14:07:18 +02:00
LocalChannel.java Respect MAX_MESSAGES_PER_READ in LocalChannel / LocalServerChannel. (#7885) 2018-04-26 07:58:56 +02:00
LocalChannelRegistry.java Use StringUtil.simpleClassName(..) instead of Class.getSimpleName() where necessary 2013-11-04 19:46:15 +09:00
LocalEventLoopGroup.java Replace LocalEventLoopGroup with DefaultEventLoopGroup 2014-03-24 11:39:55 +09:00
LocalServerChannel.java Respect MAX_MESSAGES_PER_READ in LocalChannel / LocalServerChannel. (#7885) 2018-04-26 07:58:56 +02:00
package-info.java Remove apiviz tags - we are focusing on user guide instead and putting diagrams there 2013-02-14 12:09:16 -08:00