Enum WebSocketVersion

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

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.