Update websocket.py

This commit is contained in:
liris
2013-02-26 09:22:34 +09:00
parent f93c14d204
commit 90db4a9bcb

View File

@@ -688,6 +688,7 @@ class WebSocketApp(object):
on_close = None, keep_running = True, get_mask_key = None): on_close = None, keep_running = True, get_mask_key = None):
""" """
url: websocket url. url: websocket url.
header: custom header for websocket handshake.
on_open: callable object which is called at opening websocket. on_open: callable object which is called at opening websocket.
this function has one argument. The arugment is this class object. this function has one argument. The arugment is this class object.
on_message: callbale object which is called when recieved data. on_message: callbale object which is called when recieved data.