3.0.1
Disables support for WebSocket compression.
An unfortunate last-minute API design decision in the 3.x branch broke support for WebSocket compression. While it would be possible to fix this by introducing some new interfaces and classes and deprecating the old interfaces in the 3.x branch, we decided the more elegant solution would be to release a 4.x with a minor BC break. Further details will be provided in the 4.x releases.
This release marks the WebsocketCompressionContextFactory
constructor parameter of Rfc6455ClientFactory
as deprecated and unused. Passing a compression context factory will not enable compression on the server.