# Functions
AddConnectListener adds a connect listener to the WS connection.
AddDisconnectListener adds a disconnect listener to the WS connection.
AddHeartbeatListener adds a heartbeat listener to the WS connection.
AdditionalHeaders sets the additional headers for the WS connection.
AddMessageListener adds a message listener to the WS connection.
No description provided by the author
CredentialsDecorator provides the credentials decorator for the WS connection.
DeviceID sets the device ID for the WS connection.
FetchURL sets the FetchURL for the WS connection.
FetchURLTimeout sets the FetchURLTimeout for the WS connection.
HTTPClient is the configuration for the HTTP client used for connection attempts.
HTTPClientWithForceSets is the configuration for the HTTP client with recommended force sets, used for connection attempts.
InactivityTimeout sets inactivity timeout for the WS connection.
KeepAliveInterval sets the keep alive interval for the WS connection.
MaxMessageBytes sets the maximum message size sent or received in bytes.
New creates a new WS connection with the given options.
NowFunc sets the now function for the WS connection.
Once sets whether or not to only attempt to connect once.
PingWriteTimeout sets the maximum time allowed between PINGs for the WS connection before the connection is closed.
RetryPolicy sets the retry policy factory used for delaying between retry attempts for reconnection.
SendTimeout sets the send timeout for the WS connection.
URL sets the URL for the WS connection.
WithIPv4 sets whether or not to allow IPv4 for the WS connection.
WithIPv6 sets whether or not to allow IPv6 for the WS connection.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author