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

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

Introduction

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

Usage

From source file io.gatling.http.client.impl.AllowClientNoContextWebSocketClientCompressionHandler.java

@ChannelHandler.Sharable
// fork of WebSocketClientCompressionHandler that enables allowClientNoContext
public class AllowClientNoContextWebSocketClientCompressionHandler extends WebSocketClientExtensionHandler {

    public static final AllowClientNoContextWebSocketClientCompressionHandler INSTANCE = new AllowClientNoContextWebSocketClientCompressionHandler();