Searched defs:WebSocket (Results 1 – 3 of 3) sorted by relevance
24 public interface WebSocket { interface
48 window.WebSocket = function(url, protocols, proxyHost, proxyPort, headers) { class in window76 WebSocket.prototype.send = function(data) { class
65 public static abstract class WebSocket { class in NanoWSD92 public WebSocket(NanoHTTPD.IHTTPSession handshakeRequest) { in WebSocket() method in NanoWSD.WebSocket