Home
last modified time | relevance | path

Searched refs:OP_TEXT (Results 1 – 5 of 5) sorted by relevance

/unit/test/
H A Dtest_java_websockets.py73 ws.frame_write(sock, ws.OP_TEXT, message)
78 ws.frame_write(sock, ws.OP_TEXT, message)
358 opcode = ws.OP_TEXT
864 if frame['opcode'] == ws.OP_TEXT:
922 ws.OP_TEXT,
950 ws.OP_TEXT,
964 ws.frame_write(sock, ws.OP_TEXT, '')
1264 op_text = ws.OP_TEXT
1268 if opcode == ws.OP_TEXT:
1278 if opcode == ws.OP_TEXT:
[all …]
H A Dtest_asgi_websockets.py92 ws.frame_write(sock, ws.OP_TEXT, message)
97 ws.frame_write(sock, ws.OP_TEXT, message)
430 opcode = ws.OP_TEXT
936 if frame['opcode'] == ws.OP_TEXT:
994 ws.OP_TEXT,
1022 ws.OP_TEXT,
1036 ws.frame_write(sock, ws.OP_TEXT, '')
1336 op_text = ws.OP_TEXT
1340 if opcode == ws.OP_TEXT:
1350 if opcode == ws.OP_TEXT:
[all …]
H A Dtest_node_websockets.py73 ws.frame_write(sock, ws.OP_TEXT, message)
78 ws.frame_write(sock, ws.OP_TEXT, message)
378 opcode = ws.OP_TEXT
884 if frame['opcode'] == ws.OP_TEXT:
942 ws.OP_TEXT,
970 ws.OP_TEXT,
984 ws.frame_write(sock, ws.OP_TEXT, '')
1284 op_text = ws.OP_TEXT
1288 if opcode == ws.OP_TEXT:
1298 if opcode == ws.OP_TEXT:
[all …]
H A Dtest_node_es_modules.py38 ws.frame_write(sock, ws.OP_TEXT, message)
43 ws.frame_write(sock, ws.OP_TEXT, message)
/unit/test/unit/applications/
H A Dwebsockets.py17 OP_TEXT = 0x01 variable in ApplicationWebsocket