WebSocketExtension(name: String)
Create a WebSocketExtension with the given name.
name - the name of the extension
WebSocketExtension(name: String, @Nullable parameters: MutableMap<String, String>)
Create a WebSocketExtension with the given name and parameters.