src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/HttpResponse.java
branchhttp-client-branch
changeset 56086 ba42a59d3072
parent 56082 1da51fab3032
child 56087 e73e506a1969
equal deleted inserted replaced
56085:544869ae0b16 56086:ba42a59d3072
    87  * BodySubscriber}.
    87  * BodySubscriber}.
    88  *
    88  *
    89  * <p> See {@link BodyHandler} for example usage.
    89  * <p> See {@link BodyHandler} for example usage.
    90  *
    90  *
    91  * @param <T> the response body type
    91  * @param <T> the response body type
    92  * @since 9
    92  * @since 11
    93  */
    93  */
    94 public abstract class HttpResponse<T> {
    94 public abstract class HttpResponse<T> {
    95 
    95 
    96     /**
    96     /**
    97      * Creates an HttpResponse.
    97      * Creates an HttpResponse.