src/java.net.http/share/classes/java/net/http/package-info.java
branchhttp-client-branch
changeset 56395 b27892ef8724
parent 56390 ba892d93b3c5
child 56451 9585061fdb04
equal deleted inserted replaced
56394:1c37e7cb0d4c 56395:b27892ef8724
    22  * or visit www.oracle.com if you need additional information or have any
    22  * or visit www.oracle.com if you need additional information or have any
    23  * questions.
    23  * questions.
    24  */
    24  */
    25 
    25 
    26 /**
    26 /**
    27  * <h2>HTTP Client and WebSocket API</h2>
    27  * <h2>HTTP Client and WebSocket APIs</h2>
    28  *
    28  *
    29  * <p> Provides high-level client interfaces to HTTP (versions 1.1 and 2) and
    29  * <p> Provides high-level client interfaces to HTTP (versions 1.1 and 2) and
    30  * low-level client interfaces to WebSocket. The main types defined are:
    30  * low-level client interfaces to WebSocket. The main types defined are:
    31  *
    31  *
    32  * <ul>
    32  * <ul>