netty5/.gitignore
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

15 lines
109 B
Plaintext

.project
.classpath
.settings
*.iml
*.ipr
*.iws
.idea/
.geany
/target
*/target
/reports
*/reports
.DS_Store