File tree Expand file tree Collapse file tree
httpclient5-websocket/src/main/java/org/apache/hc/core5/websocket Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 * permessage-deflate (RFC 7692).
3939 *
4040 * <p>Window bit parameters are negotiated during the handshake:
41- * {@code client_max_window_bits} limits the client's compression window (client-> server),
42- * while {@code server_max_window_bits} limits the server's compression window (server-> client).
41+ * {@code client_max_window_bits} limits the client's compression window (client-> server),
42+ * while {@code server_max_window_bits} limits the server's compression window (server-> client).
4343 * The decoder can accept any server window size (8..15). The encoder currently requires
4444 * {@code client_max_window_bits} to be 15, due to JDK Deflater limitations.</p>
4545 */
Original file line number Diff line number Diff line change 3232import org .apache .hc .core5 .annotation .Internal ;
3333
3434/**
35- * Helpers for RFC6455 CLOSE parsing & validation.
35+ * Helpers for RFC6455 CLOSE parsing and validation.
3636 */
3737@ Internal
3838public final class CloseCodec {
Original file line number Diff line number Diff line change 321321 <links >
322322 <link >https://hc.apache.org/httpcomponents-core-5.4.x/current/httpcore5/apidocs/</link >
323323 <link >https://hc.apache.org/httpcomponents-core-5.4.x/current/httpcore5-h2/apidocs/</link >
324- <link >https://hc.apache.org/httpcomponents-client-5.7.x/current/httpclient5/apidocs/</link >
324+ <!-- link>https://hc.apache.org/httpcomponents-client-5.7.x/current/httpclient5/apidocs/</link-- >
325325 </links >
326326 </configuration >
327327 </plugin >
You can’t perform that action at this time.
0 commit comments