netty5/transport
Trustin Lee 01a5bd41f0 Add Channel.type() which tells if stream-oriented or message-oriented
- DefaultChannelPipeline uses this information to reject invalid buffer
  access in inbound(Message|Byte)Buffer.  Otherwise, a user can access
  a message buffer when the channel is stream-oriented.
- Because ChannelType cannot be both STREAM and MESSAGE, catch-all
  buffer has been removed to avoid confusion and unexpected behavior
  (it's already causing headache.)
- As a result, codec embedder needs rework.
2012-06-02 01:58:15 -07:00
..
src Add Channel.type() which tells if stream-oriented or message-oriented 2012-06-02 01:58:15 -07:00
pom.xml Code cleanup 2012-03-30 12:48:28 +09:00