corda/classpath/java/net
keinhaar 524f034bac Added support for HTTP URL connections, and fixed SocketInputStream and BufferedInputStream.
Did some cleanup as proposed by the main developers.
- Bigger HTTP Header Buffer
- Exception if Header is anyway exceeded.
- Linebreaks on HTTP Request fixed to standard.
- Only stop header reading on \r\n\r\n and no longer on \n\n\n\n
- Simplyfied the code to stop if buffer could not be filled.
- Handle special case if buffer has length 0, like specified in the Java API
- Socket will no longer fill the buffer completely
2015-12-26 11:58:40 +01:00
..
BindException.java update copyright years 2015-03-13 12:52:59 -06:00
DatagramSocket.java update copyright years 2015-03-13 12:52:59 -06:00
InetAddress.java update copyright years 2015-03-13 12:52:59 -06:00
InetSocketAddress.java update copyright years 2015-03-13 12:52:59 -06:00
JarURLConnection.java update copyright years 2015-03-13 12:52:59 -06:00
MalformedURLException.java update copyright years 2015-03-13 12:52:59 -06:00
ProtocolFamily.java update copyright years 2015-03-13 12:52:59 -06:00
ServerSocket.java update copyright years 2015-03-13 12:52:59 -06:00
Socket.java Added support for HTTP URL connections, and fixed SocketInputStream and BufferedInputStream. 2015-12-26 11:58:40 +01:00
SocketAddress.java update copyright years 2015-03-13 12:52:59 -06:00
SocketException.java update copyright years 2015-03-13 12:52:59 -06:00
StandardProtocolFamily.java update copyright years 2015-03-13 12:52:59 -06:00
UnknownHostException.java update copyright years 2015-03-13 12:52:59 -06:00
UnknownServiceException.java update copyright years 2015-03-13 12:52:59 -06:00
URL.java update copyright years 2015-03-13 12:52:59 -06:00
URLClassLoader.java update copyright years 2015-03-13 12:52:59 -06:00
URLConnection.java update copyright years 2015-03-13 12:52:59 -06:00
URLStreamHandler.java update copyright years 2015-03-13 12:52:59 -06:00