Home
last modified time | relevance | path

Searched defs:_websocket (Results 1 – 3 of 3) sorted by relevance

/external/libvncserver/webclients/novnc/include/
Dwebsock.js282 this._websocket.onopen = (function () { method
294 this._websocket.onclose = (function (e) { method
299 this._websocket.onerror = (function (e) { method
314 this._websocket.onmessage = function (e) { return; }; method
/external/jetty/src/java/org/eclipse/jetty/websocket/
DWebSocketConnectionD00.java48 private final WebSocket _websocket; field in WebSocketConnectionD00
406 final WebSocket _websocket; field in WebSocketConnectionD00.FrameHandlerD00
DWebSocketClient.java395 final WebSocket _websocket; field in WebSocketClient.WebSocketFuture