HomeSort by relevance Sort by last modified time
    Searched refs:websocket (Results 1 - 6 of 6) sorted by null

  /external/nanohttpd/websocket/src/test/java/fi/iki/elonen/samples/echo/
SimpleEchoSocket.java 5 * NanoHttpd-Websocket
42 import org.eclipse.jetty.websocket.api.Session;
43 import org.eclipse.jetty.websocket.api.StatusCode;
44 import org.eclipse.jetty.websocket.api.annotations.OnWebSocketClose;
45 import org.eclipse.jetty.websocket.api.annotations.OnWebSocketConnect;
46 import org.eclipse.jetty.websocket.api.annotations.OnWebSocketMessage;
47 import org.eclipse.jetty.websocket.api.annotations.WebSocket;
52 @WebSocket(maxTextMessageSize = 64 * 1024)
EchoWebSocketsTest.java 5 * NanoHttpd-Websocket
39 import org.eclipse.jetty.websocket.client.ClientUpgradeRequest;
40 import org.eclipse.jetty.websocket.client.WebSocketClient;
  /external/webrtc/webrtc/tools/rtcbot/bot/
api.js 10 // waiting a websocket connection and using dnode for javascript rpc.
14 var WebSocketStream = require('websocket-stream');
  /external/nanohttpd/
README.md 98 * `/websocket` ? Websocket implementation, also in a single Java file. Depends on core.
120 ### Websocket
191 ### Develop a websocket based service
193 For a specialized websocket service you can use the module with artifactId *nanohttpd-websocket*.
197 <artifactId>nanohttpd-websocket</artifactId>
201 Here you write your own subclass of *fi.iki.elonen.NanoWebSocketServer* to configure and to serve the websocket requests. A small standard echo example is included as *fi.iki.elonen.samples.echo.DebugWebSocketServer*. You can use it as a starting point to implement your own services.
  /external/nanohttpd/src/site/markdown/
index.md 98 * `/websocket` ? Websocket implementation, also in a single Java file. Depends on core.
120 ### Websocket
187 ### Develop a websocket based service
189 For a specialized websocket service you can use the module with artifactId *nanohttpd-websocket*.
193 <artifactId>nanohttpd-websocket</artifactId>
197 Here you write your own subclass of *fi.iki.elonen.NanoWebSocketServer* to configure and to serve the websocket requests. A small standard echo example is included as *fi.iki.elonen.samples.echo.DebugWebSocketServer*. You can use it as a starting point to implement your own services.
  /external/webrtc/webrtc/tools/rtcbot/
botmanager.js 18 var WebSocketStream = require('websocket-stream');
126 // That page once loaded, connects to the websocket server run by BotManager

Completed in 962 milliseconds