协议属性

String? protocol

协议属性初始为空字符串。WebSocket连接建立后,值为服务器选择的子协议。如果没有协商子协议,则值将保持为null

实现

String? get protocol;