Example usage for io.netty.handler.codec.http.websocketx WebSocketVersion V08

List of usage examples for io.netty.handler.codec.http.websocketx WebSocketVersion V08

Introduction

In this page you can find the example usage for io.netty.handler.codec.http.websocketx WebSocketVersion V08.

Prototype

WebSocketVersion V08

To view the source code for io.netty.handler.codec.http.websocketx WebSocketVersion V08.

Click Source Link

Document

<a href= "http://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol-10" >draft-ietf-hybi-thewebsocketprotocol- 10</a>

Usage

From source file:io.undertow.websockets.core.protocol.WebSocket08ServerTest.java

License:Open Source License

@Override
protected WebSocketVersion getVersion() {
    return WebSocketVersion.V08;
}