JEP 110: New HTTP Client: Please drop from JDK 8

2012-12-21 Thread Michael McMahon
JEP 110: "New Http Client" is a feature intended for Java SE 8 which aims to provide a new client API for http, and which leverages some of the new features in recent releases of Java SE, such as asynchronous sockets in NIO and Lambda expressions. A significant amount of work has be

Re: JEP 110: New HTTP Client

2011-10-30 Thread Ismael Juma
Hi Mark, writes: > Posted: http://openjdk.java.net/jeps/110 A very welcome improvement. Best, Ismael

JEP 110: New HTTP Client

2011-10-29 Thread mark . reinhold
Posted: http://openjdk.java.net/jeps/110 - Mark