Enum WebSocketVersion

java.lang.Object
java.lang.Enum<WebSocketVersion>
org.jboss.netty.handler.codec.http.websocketx.WebSocketVersion
All Implemented Interfaces:
Serializable, Comparable<WebSocketVersion>

public enum WebSocketVersion extends Enum<WebSocketVersion>

Versions of the web socket specification.

A specification is tied to one wire protocol version but a protocol version may have use by more than 1 version of the specification.