Searched defs:WebSocket (Results 1 – 4 of 4) 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
50 class WebSocket(object): class
65 public static abstract class WebSocket { class in NanoWSD92 public WebSocket(NanoHTTPD.IHTTPSession handshakeRequest) { in WebSocket() method in NanoWSD.WebSocket