netty5/transport
Norman Maurer b57d9f307f Allow per-write promises and disallow promises on flush()
- write() now accepts a ChannelPromise and returns ChannelFuture as most
  users expected.  It makes the user's life much easier because it is
  now much easier to get notified when a specific message has been
  written.
- flush() does not create a ChannelPromise nor returns ChannelFuture.
  It is now similar to what read() looks like.
2013-07-11 00:49:48 +09:00
..
src Allow per-write promises and disallow promises on flush() 2013-07-11 00:49:48 +09:00
pom.xml [maven-release-plugin] prepare for next development iteration 2013-07-02 11:41:18 +02:00