Example usage for io.netty.handler.codec.http.websocketx WebSocketClientHandshaker13 subclass-usage

List of usage examples for io.netty.handler.codec.http.websocketx WebSocketClientHandshaker13 subclass-usage

Introduction

In this page you can find the example usage for io.netty.handler.codec.http.websocketx WebSocketClientHandshaker13 subclass-usage.

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>