Changes between Version 25 and Version 26 of WikiStart
- Timestamp:
- 03/14/19 16:19:13 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v25 v26 72 72 }}} 73 73 74 or, in jython (python dialect) 75 {{{ 76 ... 77 import com.neovisionaries.ws.client.WebSocketAdapter as WebSocketAdapter 78 import com.neovisionaries.ws.client.WebSocketFactory as WebSocketFactory 79 80 class PythonDownloadProfile(WebSocketAdapter): 81 82 def onTextMessage(self, websocket, json): 83 print "received message: "+json 84 }}} 85 74 86 75 87 == Using the source code ==