The protocol that all WebSocket handlers must implement.
var socketProtocol: String? { get }
Optionally indicate the name of the protocol the handler implements.
If this has a valid, the protocol name will be validated against what the client is requesting.