netty5/buffer/src
Norman Maurer 18627749a9 Let CompositeByteBuf implement Iterable
Motivation:

CompositeByteBuf has an iterator() method but fails to implement Iterable

Modifications:

Let CompositeByteBuf implement Iterable<ByteBuf>

Result:

Easier usage
2015-04-12 13:38:27 +02:00
..
main/java/io/netty/buffer Let CompositeByteBuf implement Iterable 2015-04-12 13:38:27 +02:00
test/java/io/netty/buffer HTTP/2 Decoder reduce preface conditional checks 2015-03-28 18:52:35 -07:00