Enum WebSocketVersion

  • All Implemented Interfaces:
    Serializable, Comparable<WebSocketVersion>

    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