hg: jdk/jdk10: 8193365: Improve interoperability between HTTP Client's BodyPublisher/BodySubscriber and Flow.Subscriber/Publisher
chris.hegarty at oracle.com
chris.hegarty at oracle.com
Thu Dec 21 17:05:06 UTC 2017
Changeset: 4f830b447edf
Author: chegar
Date: 2017-12-21 16:58 +0000
URL: http://hg.openjdk.java.net/jdk/jdk10/rev/4f830b447edf
8193365: Improve interoperability between HTTP Client's BodyPublisher/BodySubscriber and Flow.Subscriber/Publisher
Reviewed-by: dfuchs
! src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/HttpRequest.java
! src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/HttpResponse.java
! src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/RequestPublishers.java
! src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/ResponseSubscribers.java
+ test/jdk/java/net/httpclient/FlowAdapterPublisherTest.java
+ test/jdk/java/net/httpclient/FlowAdapterSubscriberTest.java
+ test/jdk/java/net/httpclient/FlowAdaptersCompileOnly.java
More information about the jdk-changes
mailing list