History log of /openjdk9/jdk/src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/Exchange.java
Revision Date Author Comments
# 17155:698cb1c6c88e 22-May-2017 michaelm

8180498: Remove httpclient internal APIs which supply ByteBuffers to read calls
Reviewed-by: chegar, dfuchs


# 17072:2c7eabec6e62 28-Apr-2017 michaelm

8175814: Update default HttpClient protocol version and optional request version
Reviewed-by: chegar, dfuchs


# 16969:c35ff69c2852 11-Apr-2017 dfuchs

8178147: Race conditions in timeout handling code in http/2 incubator client
Summary: Timeout handling code (in particular cancel(IOException)) is modified to take into account cancellation arising before exchange implementation is established or response completable future is created. TimeoutEvent::compareTo method is modified to be consistent with TimeoutEvent::equals.
Reviewed-by: prappo, chegar, michaelm


# 16764:4208f726e9da 24-Feb-2017 prappo

8164625: Pooled HttpConnection should be removed during close
Reviewed-by: dfuchs, michaelm


# 16749:38e5d6e8a291 21-Feb-2017 skuksenko

8175274: Fix httpclient asynchronous usage
Reviewed-by: dfuchs, michaelm


# 16234:3b25414eb6af 09-Dec-2016 michaelm

8170648: Move java.net.http package out of Java SE to incubator namespace
Reviewed-by: chegar, dfuchs, michaelm, prappo, skuksenko
Contributed-by: Chris Hegarty <chris.hegarty@oracle.com>, Daniel Fuchs <daniel.fuchs@oracle.com>, Michael McMahon <michael.x.mcmahon@oracle.com>, Pavel Rappo <pavel.rappo@oracle.com>, Sergey Kuksenko <sergey.kuksenko@oracle.com>, anthony.vanelverdinghe@gmail.com