netty5/transport
Trustin Lee cdd1ba93f0 Second round of new channel handler API design
- Rename ChannelReader to ChannelInboundHandler
- Rename ChannelWriter to ChannelOutboundHandler
- Introduce ChannelBufferHolder instead of adding the common super type
  of message buffers and byte buffers
  - This is more type-safe and natural.
- Remove the notification methods for buffer closure (might add back
  later when revisiting half-closed connection support)
2012-04-29 17:53:50 +09:00
..
src Second round of new channel handler API design 2012-04-29 17:53:50 +09:00
pom.xml Code cleanup 2012-03-30 12:48:28 +09:00