corda/classpath/java
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
..
io Added support for HTTP URL connections, and fixed SocketInputStream and BufferedInputStream. 2015-12-26 11:58:40 +01:00
lang support AOT-compilation of Java 8 lambda expressions 2015-09-13 14:21:24 -06:00
math update copyright years 2015-03-13 12:52:59 -06:00
net Added support for HTTP URL connections, and fixed SocketInputStream and BufferedInputStream. 2015-12-26 11:58:40 +01:00
nio update copyright years 2015-03-13 12:52:59 -06:00
security update copyright years 2015-03-13 12:52:59 -06:00
text update copyright years 2015-03-13 12:52:59 -06:00
util Added java.util.Formatter implementation. Basic/common formats work, 2015-03-17 01:08:07 -04:00