corda/classpath/java/net
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
..
BindException.java various refinements to network implementation 2014-03-31 15:22:14 -06:00
DatagramSocket.java update copyright years 2013-07-02 20:52:38 -06:00
InetAddress.java various refinements to network implementation 2014-03-31 15:22:14 -06:00
InetSocketAddress.java various refinements to network implementation 2014-03-31 15:22:14 -06:00
JarURLConnection.java update copyright years 2013-07-02 20:52:38 -06:00
MalformedURLException.java update copyright years 2013-07-02 20:52:38 -06:00
ProtocolFamily.java update copyright years 2013-07-02 20:52:38 -06:00
ServerSocket.java update copyright years 2013-07-02 20:52:38 -06:00
Socket.java various refinements to network implementation 2014-03-31 15:22:14 -06:00
SocketAddress.java update copyright years 2013-07-02 20:52:38 -06:00
SocketException.java update copyright years 2013-07-02 20:52:38 -06:00
StandardProtocolFamily.java update copyright years 2013-07-02 20:52:38 -06:00
UnknownHostException.java update copyright years 2013-07-02 20:52:38 -06:00
UnknownServiceException.java update copyright years 2013-07-02 20:52:38 -06:00
URL.java update copyright years 2013-07-02 20:52:38 -06:00
URLClassLoader.java add basic URLClassLoader implementation 2012-10-30 09:34:16 -06:00
URLConnection.java update copyright years 2013-07-02 20:52:38 -06:00
URLStreamHandler.java update copyright years 2013-07-02 20:52:38 -06:00