python-websocketd
Python module for creating a http server which uses WebSockets.

◆ send()

def websocketd.Websocket.send (   self,
  data,
  opcode = 1 
)

Send a Websocket frame to the remote end of the connection.

Parameters
dataData to send.
opcodeOpcade to send. 0 = fragment, 1 = text packet, 2 = binary packet, 8 = close request, 9 = ping, 10 = pong.

Definition at line 363 of file websocketd.py.

Here is the call graph for this function:
Here is the caller graph for this function: