List of usage examples for io.netty.handler.codec.http.websocketx WebSocketClientHandshaker13 subclass-usage
From source file de.saxsys.synchronizefx.netty.websockets.WhiteSpaceInPathWebSocketClientHandshaker13.java
/**
* A Websocket handshaker that handles encoded spaces in the URI path correctly.
*
* <p>
* This is a workaround for <a href="https://github.com/netty/netty/issues/4505">Netty issue 4505</a>.
* </p>