corda/classpath/java/nio/channels
Joel Dice 4fd8396ba3 fix WSA error 10093 when openning a ServerSocketChannel
We need to call Socket.init before trying to use the Windows Socket
library.  We were already doing this in SocketChannel.open, but not in
ServerSocketChannel.open.
2014-11-07 11:31:19 -07:00
..
Channel.java update copyright years 2014-04-23 15:33:41 -06:00
Channels.java update copyright years 2014-04-23 15:33:41 -06:00
ClosedSelectorException.java update copyright years 2014-04-23 15:33:41 -06:00
DatagramChannel.java update copyright years 2014-04-23 15:33:41 -06:00
FileChannel.java update copyright years 2014-04-23 15:33:41 -06:00
GatheringByteChannel.java update copyright years 2014-04-23 15:33:41 -06:00
ReadableByteChannel.java update copyright years 2014-04-23 15:33:41 -06:00
SelectableChannel.java update copyright years 2014-04-23 15:33:41 -06:00
SelectionKey.java update copyright years 2014-04-23 15:33:41 -06:00
Selector.java update copyright years 2014-04-23 15:33:41 -06:00
ServerSocketChannel.java fix WSA error 10093 when openning a ServerSocketChannel 2014-11-07 11:31:19 -07:00
SocketChannel.java update copyright years 2014-04-23 15:33:41 -06:00
SocketSelector.java update copyright years 2014-04-23 15:33:41 -06:00
UnsupportedAddressTypeException.java update copyright years 2014-04-23 15:33:41 -06:00
WritableByteChannel.java update copyright years 2014-04-23 15:33:41 -06:00