Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
* configurable parsing pipeline. It is designed for very low-latency, high-fan-out
* read workloads and integrates with HttpClient 5's asynchronous I/O stack.</p>
*
* <p><strong>Experimental.</strong> This module is experimental. Its public API is not yet stable
* and may change in an incompatible way, or be removed, in a future release; it is excluded from
* the project's binary and source backward-compatibility guarantees for the 5.7 release series.</p>
*
* <h2>Key types</h2>
* <ul>
* <li>{@link org.apache.hc.client5.http.sse.SseExecutor} — entry point that opens
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
* are created by upgrading an HTTP request and are backed internally
* by the non-blocking I/O reactor used by the HttpClient async APIs.</p>
*
* <p><strong>Experimental.</strong> This module is experimental. Its public API is not yet stable
* and may change in an incompatible way, or be removed, in a future release; it is excluded from
* the project's binary and source backward-compatibility guarantees for the 5.7 release series.</p>
*
* <h2>Core abstractions</h2>
* <ul>
* <li>{@link org.apache.hc.client5.http.websocket.api.WebSocket WebSocket} –
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
* {@code util}, and {@code exceptions} are internal implementation details
* and may change without notice.</p>
*
* <p><strong>Experimental.</strong> This module is experimental. Its public API is not yet stable
* and may change in an incompatible way, or be removed, in a future release; it is excluded from
* the project's binary and source backward-compatibility guarantees for the 5.7 release series.</p>
*
* @since 5.7
*/
package org.apache.hc.core5.websocket;
Loading