corda/classpath/java
Joel Dice 6e7149061c various refinements to network implementation
The main idea is to make DatagramChannel and *SocketChannel behave in
a way that more closely matches the standard, e.g. allow binding
sockets to addresses without necessarily listening on those addresses
and accept null addresses where appropriate.  It also avoids multiple
redundant DNS lookups.

This commit also implements CharBuffer and BindException, and adds the
Readable interface.
2014-03-31 15:22:14 -06:00
..
io various refinements to network implementation 2014-03-31 15:22:14 -06:00
lang various refinements to network implementation 2014-03-31 15:22:14 -06:00
math update copyright years 2013-07-02 20:52:38 -06:00
net various refinements to network implementation 2014-03-31 15:22:14 -06:00
nio various refinements to network implementation 2014-03-31 15:22:14 -06:00
security update copyright years 2013-07-02 20:52:38 -06:00
text Implement single quotes in MessageFormat 2014-01-28 09:56:25 -07:00
util Added an implemention of ArrayDeque, as well as unit tests 2014-03-18 19:45:00 -06:00