configure


Description:

public virtual bool configure (WebsocketConnectionType connection_type, HashTable<void*,void*>? @params) throws Error

Configures this with the given params

Parameters:

this

a WebsocketExtension

connection_type

either CLIENT or SERVER

params

the parameters, or null

Returns:

true if extension could be configured with the given parameters, or false otherwise