netty5/common/src
Trustin Lee c6f3b5762e Implement NIO datagram transport with the new API
- AbstractChannel now handles flushing a message buffer
- Cleaned up DatagramChannel interface
- Removed ProtocolFamily because a user can create an NIO
  DatagramChannel and specify it as a constructor parameter
- UniqueName and UniqueKey constructors became public so that
  I don't need to create a subclass every time.
2012-05-24 08:57:10 -07:00
..
main/java/io/netty Implement NIO datagram transport with the new API 2012-05-24 08:57:10 -07:00
test/java/io/netty Remove unused or unmaintainable internal classes 2012-05-15 17:10:54 +09:00