Title
Future HttpClient: A Sneak Peek into a New HttpClient API
Description
Oracle is adding a new HttpClient API to Java in its next version. It is building this on top of new NIO features such as socket channels and asynchronous socket channels, with performance and simplicity as the primary goals. This API replaces HttpURLConnection, which does not expose many HTTP-specific features, can operate only in a single-threaded blocking mode, and is difficult to use. Supporting features such as autoredirection and detailed documentation will be additional goals.
The purpose of this session is to present the design of the API and the decisions the API development team made while implementing a prototype of the API. The session also briefly demonstrates simple examples of the API with this prototype.
Copyright © 2013 Oracle and/or its affiliates. Oracle® is a registered trademark of Oracle and/or its affiliates. All rights reserved. Oracle disclaims any warranties or representations as to the accuracy or completeness of this recording, demonstration, and/or written materials (the "Materials"). The Materials are provided "as is" without any warranty of any kind, either express or implied, including without limitation warranties of merchantability, fitness for a particular purpose, and non-infringement.
There are no comments.
Login to respond »