Home
last modified time | relevance | path

Searched refs:OP_PING (Results 1 – 4 of 4) sorted by path

/unit/test/
H A Dtest_asgi_websockets.py485 op_ping = ws.OP_PING
557 opcode = ws.OP_PING
586 ws.frame_write(sock, ws.OP_PING, '')
618 ws.frame_write(sock, ws.OP_PING, '')
688 ws.frame_write(sock, ws.OP_PING, '')
702 ws.frame_write(sock, ws.OP_PING, '')
716 ws.frame_write(sock, ws.OP_PING, '')
744 ws.frame_write(sock, ws.OP_PING, '')
758 ws.frame_write(sock, ws.OP_PING, '')
772 ws.frame_write(sock, ws.OP_PING, '')
[all …]
H A Dtest_java_websockets.py413 op_ping = ws.OP_PING
485 opcode = ws.OP_PING
514 ws.frame_write(sock, ws.OP_PING, '')
546 ws.frame_write(sock, ws.OP_PING, '')
616 ws.frame_write(sock, ws.OP_PING, '')
630 ws.frame_write(sock, ws.OP_PING, '')
644 ws.frame_write(sock, ws.OP_PING, '')
672 ws.frame_write(sock, ws.OP_PING, '')
686 ws.frame_write(sock, ws.OP_PING, '')
700 ws.frame_write(sock, ws.OP_PING, '')
[all …]
H A Dtest_node_websockets.py433 op_ping = ws.OP_PING
505 opcode = ws.OP_PING
534 ws.frame_write(sock, ws.OP_PING, '')
566 ws.frame_write(sock, ws.OP_PING, '')
636 ws.frame_write(sock, ws.OP_PING, '')
650 ws.frame_write(sock, ws.OP_PING, '')
664 ws.frame_write(sock, ws.OP_PING, '')
692 ws.frame_write(sock, ws.OP_PING, '')
706 ws.frame_write(sock, ws.OP_PING, '')
720 ws.frame_write(sock, ws.OP_PING, '')
[all …]
/unit/test/unit/applications/
H A Dwebsockets.py21 OP_PING = 0x09 variable in ApplicationWebsocket