# README
socket package
This package includes definitions and implementation of a web socket server and client
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
# Structs
DefaultClientRegistry is the basic implementation of web socket client registry It is used by web socket server to manage and track all the connected web socket clients.
No description provided by the author
No description provided by the author
No description provided by the author
Web socket endpoint configuration.
Web socket message handler entry.
No description provided by the author
PING message.
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
Web socket client interface.
Web socket client registry.
IWSMessage is a Web socket message header interface:.
Web socket message handler.
# Type aliases
No description provided by the author
PONG messaged handler received from client.