src/java.net.http/share/classes/java/net/http/package-info.java
branchhttp-client-branch
changeset 56121 dca5d4a9f4e3
parent 56102 34f5fa24fdfb
child 56122 1d7d3d8f8021
equal deleted inserted replaced
56120:5db317238575 56121:dca5d4a9f4e3
    34  *    <li>{@link java.net.http.HttpRequest}</li>
    34  *    <li>{@link java.net.http.HttpRequest}</li>
    35  *    <li>{@link java.net.http.HttpResponse}</li>
    35  *    <li>{@link java.net.http.HttpResponse}</li>
    36  *    <li>{@link java.net.http.WebSocket}</li>
    36  *    <li>{@link java.net.http.WebSocket}</li>
    37  * </ul>
    37  * </ul>
    38  *
    38  *
       
    39  * <p> The HTTP protocol specific requirements are specified in the
       
    40  * <a href="https://tools.ietf.org/html/rfc7540">Hypertext Transfer Protocol
       
    41  * Version 2 (HTTP/2)</a>, the <a href=https://tools.ietf.org/html/rfc2616>
       
    42  * Hypertext Transfer Protocol (HTTP/1.1)</a>, and
       
    43  * <a href="https://tools.ietf.org/html/rfc6455">The WebSocket Protocol</a>.
       
    44  *
    39  * <p> Asynchronous tasks and dependent actions of returned {@link
    45  * <p> Asynchronous tasks and dependent actions of returned {@link
    40  * java.util.concurrent.CompletableFuture} instances are executed on the threads
    46  * java.util.concurrent.CompletableFuture} instances are executed on the threads
    41  * supplied by the client's {@link java.util.concurrent.Executor}, where
    47  * supplied by the client's {@link java.util.concurrent.Executor}, where
    42  * practical.
    48  * practical.
    43  *
    49  *