Hi,
JEP 110 HTTP 2 client
in JDK 9, is defining and implementing a new API for HTTP which also
supports
the new HTTP version 2 that has recently been working its way through
the IETF.
The work also includes support for websockets (RFC 6455).
In fact, the majority of the API is agnostic about
Code change looks fine.
Thanks
Max
> On Mar 7, 2015, at 13:05, Jason Uh wrote:
>
> While these methods are going to be removed soon anyway, @Deprecated actually
> seems like the more appropriate choice because we do want to discourage use
> of these methods, even if they are non-public APIs.