The protocol property is initially the empty string. After the
WebSocket connection is established the value is the subprotocol
selected by the server. If no subprotocol is negotiated the
value will remain null
.
Source
String get protocol;
The protocol property is initially the empty string. After the
WebSocket connection is established the value is the subprotocol
selected by the server. If no subprotocol is negotiated the
value will remain null
.
String get protocol;