Enum WebSocketVersion

java.lang.Object
java.lang.Enum<WebSocketVersion>
io.undertow.websockets.core.WebSocketVersion
All Implemented Interfaces:
Serializable, Comparable<WebSocketVersion>, java.lang.constant.Constable

public enum WebSocketVersion extends Enum<WebSocketVersion>

Enum which list all the different versions of the WebSocket specification (to the current date).

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

Author:
Norman Maurer