úÎ Ý Þ     Connection state structure  The server's configuration #The handle of the connected socket Server configuration structure The port to bind to %The origin URL used in the handshake 8The location URL used in the handshake. This must match 1 the Websocket url that the browsers connect to. 4The onopen callback, called when a socket is opened :The onmessage callback, called when a message is received <The onclose callback, called when the connection is closed. Calls the server'&s onopen callback, then start reading 8 messages. When the connection is terminated, the server's  onclose callback is called.            network-websocket-0.2Network.WebsocketWSwsConfigwsHandleConfig configPort configOrigins configDomains configOnOpenconfigOnMessage configOnCloseConfigRestrictionOnlyAnysend startServer readFrame sendFrame