• Home
  • Raw
  • Download

Lines Matching +full:url +full:- +full:connection +full:- +full:client

4 - connect_check.html : A page provides simple WebSocket connectivity check.
10 - split_packet_check.html : A page for testing split packet handling. Here,
17 - websocket_shared_worker.html : A page provides simple WebSocket test in
22 - close_observer.html : A page that creates a WebSocket connection to
23 close-observer_wsh.py with role=observer and checks the contents of the
27 - connect_and_be_observed.html : A page that creates a WebSocket connection to
28 close-observer_wsh.py with role=observed.
29 This file does NOT close the established connection.
32 - connect_to.html : A page which makes a connection to the WebSocket server
33 specified in the "url" parameter,
34 eg. connect_to.html?url=ws://localhost/echo Sets the title to "PASS" if
35 connection succeeds and "FAIL" otherwise.
37 - check-origin.html : A page which checks the origin header of the WebSocket
38 opening handshake with check-origin_wsh.py. The page is expected to be
39 accessed via a file:// URL.
41 - multiple-connections.html : Verify that HTTP connection limits are not applied
44 - websocket_worker_simple.js : A JavaScript runs on Workers created from the
48 - echo-with-no-extension_wsh.py : A WebSocket URL handler for echo testing.
54 - close-immediately_wsh.py : A WebSocket URL handler that performs an immediate
55 clean close as soon as the connection is established.
57 - close_wsh.py : A WebSocket URL handler for testing outgoing close code and
61 - close-code-and-reason_wsh.py : A WebSocket URL handler for testing server
62 initiated closing handshake. A client can ask server to close the
63 connection with arbitrary code and reason.
66 - close-with-split-packet_wsh.py : A WebSocket URL handler for testing split
72 - close-observer_wsh.py : enables observing the close of one WebSocket due to
76 - protocol-test_wsh.py : A WebSocket URL handler for testing outgoing opening
80 - check-origin_wsh.py : A WebSocket URL handler to echo back the origin header
83 - send-message-every-quarter-second_wsh.py : A WebSocket URL handler to send
84 a caller-specified number of messages through the port, each a quarter
86 continued client-side interaction. Used in ExtensionWebSocketApiTests.