corda/classpath/java/nio/channels
Joel Dice eb3a9f010b fix false positive return from SocketChannel.finishConnect
This fixes a bug in finishConnect such that it would return true even
if the socket had not yet connected successfully.
2011-01-11 18:29:48 -07:00
..
Channel.java prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
Channels.java add Channels.newChannel methods 2011-01-11 18:26:37 -07:00
GatheringByteChannel.java fix false positive return from SocketChannel.finishConnect 2011-01-11 18:29:48 -07:00
ReadableByteChannel.java prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
SelectableChannel.java fix false positive return from SocketChannel.finishConnect 2011-01-11 18:29:48 -07:00
SelectionKey.java update copyright years 2009-12-02 19:08:29 -07:00
Selector.java update copyright years 2010-12-05 20:21:09 -07:00
ServerSocketChannel.java update copyright years 2010-12-05 20:21:09 -07:00
SocketChannel.java fix false positive return from SocketChannel.finishConnect 2011-01-11 18:29:48 -07:00
SocketSelector.java fix false positive return from SocketChannel.finishConnect 2011-01-11 18:29:48 -07:00
UnsupportedAddressTypeException.java update NIO code to be more compatible with Java 2008-03-25 11:18:17 -06:00
WritableByteChannel.java prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00