corda/classpath/java/nio/channels
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
..
Channel.java update copyright years 2013-07-02 20:52:38 -06:00
Channels.java update copyright years 2013-07-02 20:52:38 -06:00
ClosedSelectorException.java update copyright years 2013-07-02 20:52:38 -06:00
DatagramChannel.java various refinements to network implementation 2014-03-31 15:22:14 -06:00
FileChannel.java Add FileChannel#size() 2013-12-04 15:23:03 -06:00
GatheringByteChannel.java update copyright years 2013-07-02 20:52:38 -06:00
ReadableByteChannel.java update copyright years 2013-07-02 20:52:38 -06:00
SelectableChannel.java update copyright years 2013-07-02 20:52:38 -06:00
SelectionKey.java update copyright years 2013-07-02 20:52:38 -06:00
Selector.java update copyright years 2013-07-02 20:52:38 -06:00
ServerSocketChannel.java various refinements to network implementation 2014-03-31 15:22:14 -06:00
SocketChannel.java various refinements to network implementation 2014-03-31 15:22:14 -06:00
SocketSelector.java update copyright years 2013-07-02 20:52:38 -06:00
UnsupportedAddressTypeException.java update copyright years 2013-07-02 20:52:38 -06:00
WritableByteChannel.java update copyright years 2013-07-02 20:52:38 -06:00