NAME
Linux::Event::WebSocket::Server::Connection - established server WebSocket connection
DESCRIPTION
This class represents an accepted WebSocket connection after the HTTP Upgrade has completed. It uses ordinary single inheritance from Linux::Event::WebSocket::Connection, which in turn inherits Linux::Event::IO::Sock::Stream.
Applications normally receive instances through Linux::Event::WebSocket::Server.