Home
last modified time | relevance | path

Searched refs:WebSocket (Results 1 – 25 of 3266) sorted by relevance

12345678910>>...131

/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/meta/websockets/
H A DCreate-blocked-port.any.js.ini2 [WebSocket blocked port test 1]
5 [WebSocket blocked port test 7]
8 [WebSocket blocked port test 9]
11 [WebSocket blocked port test 11]
14 [WebSocket blocked port test 13]
17 [WebSocket blocked port test 15]
20 [WebSocket blocked port test 17]
23 [WebSocket blocked port test 19]
26 [WebSocket blocked port test 20]
29 [WebSocket blocked port test 21]
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/meta/websockets/
H A DCreate-blocked-port.htm.ini2 [WebSocket blocked port test 1]
5 [WebSocket blocked port test 7]
8 [WebSocket blocked port test 9]
11 [WebSocket blocked port test 11]
14 [WebSocket blocked port test 13]
17 [WebSocket blocked port test 15]
20 [WebSocket blocked port test 17]
23 [WebSocket blocked port test 19]
26 [WebSocket blocked port test 20]
29 [WebSocket blocked port test 21]
[all …]
/dports/www/restbed/restbed-4.8/source/corvusoft/restbed/
H A Dweb_socket.cpp36 WebSocket::WebSocket( void ) : m_pimpl( new WebSocketImpl ) in WebSocket() function in restbed::WebSocket
41 WebSocket::~WebSocket( void ) in ~WebSocket()
53 bool WebSocket::is_open( void ) const in is_open()
58 bool WebSocket::is_closed( void ) const in is_closed()
63 void WebSocket::close( void ) in close()
76 …void WebSocket::send( const Bytes& body, const function< void ( const shared_ptr< WebSocket > ) > … in send()
81 …void WebSocket::send( const string& body, const function< void ( const shared_ptr< WebSocket > ) >… in send()
129 function< void ( const shared_ptr< WebSocket > ) > WebSocket::get_open_handler( void ) const in get_open_handler()
134 function< void ( const shared_ptr< WebSocket > ) > WebSocket::get_close_handler( void ) const in get_close_handler()
164 …void WebSocket::set_open_handler( const function< void ( const shared_ptr< WebSocket > ) >& value ) in set_open_handler()
[all …]
H A Dweb_socket.hpp48 class WEB_SOCKET_EXPORT WebSocket : public std::enable_shared_from_this< WebSocket > class
56 WebSocket( void );
58 ~WebSocket( void );
67 …( const Bytes& body, const std::function< void ( const std::shared_ptr< WebSocket > ) > callback =…
82 … std::function< void ( const std::shared_ptr< WebSocket > ) > get_open_handler( void ) const;
84 … std::function< void ( const std::shared_ptr< WebSocket > ) > get_close_handler( void ) const;
86 …std::function< void ( const std::shared_ptr< WebSocket >, const std::error_code ) > get_error_hand…
97 …void set_open_handler( const std::function< void ( const std::shared_ptr< WebSocket > ) >& value );
99 …void set_close_handler( const std::function< void ( const std::shared_ptr< WebSocket > ) >& value …
134 WebSocket( const WebSocket& original ) = delete;
[all …]
/dports/www/libdatachannel/libdatachannel-0.16.1/src/
H A Dwebsocket.cpp29 WebSocket::WebSocket() : WebSocket(Configuration()) {} in WebSocket() function in rtc::WebSocket
31 WebSocket::WebSocket(Configuration config) in WebSocket() function in rtc::WebSocket
35 WebSocket::WebSocket(impl_ptr<impl::WebSocket> impl) in WebSocket() function in rtc::WebSocket
36 : CheshireCat<impl::WebSocket>(std::move(impl)), in WebSocket()
39 WebSocket::~WebSocket() { in ~WebSocket()
48 WebSocket::State WebSocket::readyState() const { return impl()->state; } in readyState()
56 void WebSocket::open(const string &url) { in open()
61 void WebSocket::close() { impl()->close(); } in close()
63 bool WebSocket::send(message_variant data) { in send()
71 optional<string> WebSocket::remoteAddress() const { in remoteAddress()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/websockets/
H A DCreate-blocked-port.any.js.ini16 [WebSocket blocked port test 1]
20 [WebSocket blocked port test 7]
24 [WebSocket blocked port test 9]
28 [WebSocket blocked port test 11]
32 [WebSocket blocked port test 13]
36 [WebSocket blocked port test 15]
40 [WebSocket blocked port test 17]
44 [WebSocket blocked port test 19]
48 [WebSocket blocked port test 20]
52 [WebSocket blocked port test 21]
[all …]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/websockets/
H A DCreate-blocked-port.any.js.ini16 [WebSocket blocked port test 1]
20 [WebSocket blocked port test 7]
24 [WebSocket blocked port test 9]
28 [WebSocket blocked port test 11]
32 [WebSocket blocked port test 13]
36 [WebSocket blocked port test 15]
40 [WebSocket blocked port test 17]
44 [WebSocket blocked port test 19]
48 [WebSocket blocked port test 20]
52 [WebSocket blocked port test 21]
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/websockets/
H A DCreate-blocked-port.any.js.ini16 [WebSocket blocked port test 1]
20 [WebSocket blocked port test 7]
24 [WebSocket blocked port test 9]
28 [WebSocket blocked port test 11]
32 [WebSocket blocked port test 13]
36 [WebSocket blocked port test 15]
40 [WebSocket blocked port test 17]
44 [WebSocket blocked port test 19]
48 [WebSocket blocked port test 20]
52 [WebSocket blocked port test 21]
[all …]
/dports/www/p5-Protocol-WebSocket/Protocol-WebSocket-0.23/
H A DMETA.yml2 abstract: 'WebSocket protocol'
14 name: Protocol-WebSocket
26 Protocol::WebSocket:
29 Protocol::WebSocket::Client:
31 Protocol::WebSocket::Cookie:
37 Protocol::WebSocket::Frame:
39 Protocol::WebSocket::Handshake:
45 Protocol::WebSocket::Message:
47 Protocol::WebSocket::Request:
49 Protocol::WebSocket::Response:
[all …]
H A DREADME.md3 Protocol::WebSocket - WebSocket protocol
39 or clients to provide WebSocket support.
41 [Protocol::WebSocket](https://metacpan.org/pod/Protocol::WebSocket) supports the following WebSocke…
57 ### [Protocol::WebSocket::Server](https://metacpan.org/pod/Protocol::WebSocket::Server)
61 ### [Protocol::WebSocket::Client](https://metacpan.org/pod/Protocol::WebSocket::Client)
67 ### [Protocol::WebSocket::Handshake::Server](https://metacpan.org/pod/Protocol::WebSocket::Handshak…
75 ### [Protocol::WebSocket::Frame](https://metacpan.org/pod/Protocol::WebSocket::Frame)
77 WebSocket frame parser and constructor.
79 ### [Protocol::WebSocket::Request](https://metacpan.org/pod/Protocol::WebSocket::Request)
83 ### [Protocol::WebSocket::Response](https://metacpan.org/pod/Protocol::WebSocket::Response)
[all …]
/dports/www/py-autobahn/autobahn-python-19.5.1/examples/twisted/websocket/
H A DREADME.md1 # WebSocket programming with Autobahn on Twisted
5 1. [WebSocket Echo](echo)
11 1. [Broadcasting over WebSocket](broadcast)
12 1. [WebSocket Compression](echo_compressed)
15 1. [WebSocket on Multicore](echo_multicore)
19 1. [WebSocket Echo over secure WebSocket](echo_tls)
20 1. [WebSocket Echo Variants](echo_variants)
21 1. [WebSocket Fallbacks](echo_wsfallbacks)
22 1. [WebSocket and WSGI/Flask](echo_wsgi)
24 1. [WebSocket Pings/Pongs](ping)
[all …]
/dports/devel/pecl-swoole/swoole-4.8.5/ext-src/
H A Dswoole_websocket_server.cc35 namespace WebSocket = swoole::websocket;
147 WebSocket::Frame frame; in php_swoole_websocket_frame_unpack_ex()
157 WebSocket::decode(&frame, data); in php_swoole_websocket_frame_unpack_ex()
158 flags = WebSocket::get_flags(&frame); in php_swoole_websocket_frame_unpack_ex()
169 flags ^= (WebSocket::FLAG_RSV1 | WebSocket::FLAG_COMPRESS); in php_swoole_websocket_frame_unpack_ex()
205 flags |= WebSocket::FLAG_MASK; in php_swoole_websocket_frame_pack_ex()
224 case WebSocket::OPCODE_CLOSE: in php_swoole_websocket_frame_pack_ex()
269 flags |= WebSocket::FLAG_FIN; in php_swoole_websocket_frame_object_pack_ex()
572WebSocket::encode(&send_frame, req->data, req->info.len, WebSocket::OPCODE_PONG, WebSocket::FLAG_F… in swoole_websocket_onMessage()
591 flags ^= (WebSocket::FLAG_RSV1 | WebSocket::FLAG_COMPRESS); in swoole_websocket_onMessage()
[all …]
/dports/net/savvycan/SavvyCAN-1.0.245/mqtt/
H A Dqmqtt_websocket.cpp10 QMQTT::WebSocket::WebSocket(const QString& origin, in WebSocket() function in QMQTT::WebSocket
21 connect(_socket, &QWebSocket::sslErrors, this, &WebSocket::sslErrors); in WebSocket()
25 QMQTT::WebSocket::WebSocket(const QString& origin, in WebSocket() function in QMQTT::WebSocket
35 void QMQTT::WebSocket::initialize() in initialize()
45 QMQTT::WebSocket::~WebSocket() in ~WebSocket()
65 void QMQTT::WebSocket::disconnectFromHost() in disconnectFromHost()
70 QAbstractSocket::SocketState QMQTT::WebSocket::state() const in state()
75 QAbstractSocket::SocketError QMQTT::WebSocket::error() const in error()
81 void QMQTT::WebSocket::ignoreSslErrors(const QList<QSslError>& errors) in ignoreSslErrors()
86 void QMQTT::WebSocket::ignoreSslErrors() in ignoreSslErrors()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/beast/websocket/impl/
H A Derror.ipp40 case error::bad_http_version: return "The WebSocket handshake was not HTTP/1.1";
47 …case error::no_sec_key: return "The WebSocket handshake Sec-WebSocket-Key field is mis…
48 …case error::bad_sec_key: return "The WebSocket handshake Sec-WebSocket-Key field is inv…
49 …case error::no_sec_version: return "The WebSocket handshake Sec-WebSocket-Version field is…
50 …case error::bad_sec_version: return "The WebSocket handshake Sec-WebSocket-Version field is…
51 …case error::no_sec_accept: return "The WebSocket handshake Sec-WebSocket-Accept field is …
52 …case error::bad_sec_accept: return "The WebSocket handshake Sec-WebSocket-Accept field is …
56 case error::bad_data_frame: return "The WebSocket data frame was unexpected";
61 case error::bad_unmasked_frame: return "The WebSocket frame was unmasked";
62 case error::bad_masked_frame: return "The WebSocket frame was masked";
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/beast/websocket/impl/
H A Derror.ipp40 case error::bad_http_version: return "The WebSocket handshake was not HTTP/1.1";
47 …case error::no_sec_key: return "The WebSocket handshake Sec-WebSocket-Key field is mis…
48 …case error::bad_sec_key: return "The WebSocket handshake Sec-WebSocket-Key field is inv…
49 …case error::no_sec_version: return "The WebSocket handshake Sec-WebSocket-Version field is…
50 …case error::bad_sec_version: return "The WebSocket handshake Sec-WebSocket-Version field is…
51 …case error::no_sec_accept: return "The WebSocket handshake Sec-WebSocket-Accept field is …
52 …case error::bad_sec_accept: return "The WebSocket handshake Sec-WebSocket-Accept field is …
56 case error::bad_data_frame: return "The WebSocket data frame was unexpected";
61 case error::bad_unmasked_frame: return "The WebSocket frame was unmasked";
62 case error::bad_masked_frame: return "The WebSocket frame was masked";
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/beast/websocket/impl/
H A Derror.ipp40 case error::bad_http_version: return "The WebSocket handshake was not HTTP/1.1";
47 …case error::no_sec_key: return "The WebSocket handshake Sec-WebSocket-Key field is mis…
48 …case error::bad_sec_key: return "The WebSocket handshake Sec-WebSocket-Key field is inv…
49 …case error::no_sec_version: return "The WebSocket handshake Sec-WebSocket-Version field is…
50 …case error::bad_sec_version: return "The WebSocket handshake Sec-WebSocket-Version field is…
51 …case error::no_sec_accept: return "The WebSocket handshake Sec-WebSocket-Accept field is …
52 …case error::bad_sec_accept: return "The WebSocket handshake Sec-WebSocket-Accept field is …
56 case error::bad_data_frame: return "The WebSocket data frame was unexpected";
61 case error::bad_unmasked_frame: return "The WebSocket frame was unmasked";
62 case error::bad_masked_frame: return "The WebSocket frame was masked";
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/beast/websocket/impl/
H A Derror.ipp40 case error::bad_http_version: return "The WebSocket handshake was not HTTP/1.1";
47 …case error::no_sec_key: return "The WebSocket handshake Sec-WebSocket-Key field is mis…
48 …case error::bad_sec_key: return "The WebSocket handshake Sec-WebSocket-Key field is inv…
49 …case error::no_sec_version: return "The WebSocket handshake Sec-WebSocket-Version field is…
50 …case error::bad_sec_version: return "The WebSocket handshake Sec-WebSocket-Version field is…
51 …case error::no_sec_accept: return "The WebSocket handshake Sec-WebSocket-Accept field is …
52 …case error::bad_sec_accept: return "The WebSocket handshake Sec-WebSocket-Accept field is …
56 case error::bad_data_frame: return "The WebSocket data frame was unexpected";
61 case error::bad_unmasked_frame: return "The WebSocket frame was unmasked";
62 case error::bad_masked_frame: return "The WebSocket frame was masked";
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/beast/websocket/impl/
H A Derror.ipp40 case error::bad_http_version: return "The WebSocket handshake was not HTTP/1.1";
47 …case error::no_sec_key: return "The WebSocket handshake Sec-WebSocket-Key field is mis…
48 …case error::bad_sec_key: return "The WebSocket handshake Sec-WebSocket-Key field is inv…
49 …case error::no_sec_version: return "The WebSocket handshake Sec-WebSocket-Version field is…
50 …case error::bad_sec_version: return "The WebSocket handshake Sec-WebSocket-Version field is…
51 …case error::no_sec_accept: return "The WebSocket handshake Sec-WebSocket-Accept field is …
52 …case error::bad_sec_accept: return "The WebSocket handshake Sec-WebSocket-Accept field is …
56 case error::bad_data_frame: return "The WebSocket data frame was unexpected";
61 case error::bad_unmasked_frame: return "The WebSocket frame was unmasked";
62 case error::bad_masked_frame: return "The WebSocket frame was masked";
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/beast/websocket/impl/
H A Derror.ipp40 case error::bad_http_version: return "The WebSocket handshake was not HTTP/1.1";
47 …case error::no_sec_key: return "The WebSocket handshake Sec-WebSocket-Key field is mis…
48 …case error::bad_sec_key: return "The WebSocket handshake Sec-WebSocket-Key field is inv…
49 …case error::no_sec_version: return "The WebSocket handshake Sec-WebSocket-Version field is…
50 …case error::bad_sec_version: return "The WebSocket handshake Sec-WebSocket-Version field is…
51 …case error::no_sec_accept: return "The WebSocket handshake Sec-WebSocket-Accept field is …
52 …case error::bad_sec_accept: return "The WebSocket handshake Sec-WebSocket-Accept field is …
56 case error::bad_data_frame: return "The WebSocket data frame was unexpected";
61 case error::bad_unmasked_frame: return "The WebSocket frame was unmasked";
62 case error::bad_masked_frame: return "The WebSocket frame was masked";
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/beast/websocket/impl/
H A Derror.ipp39 case error::bad_http_version: return "The WebSocket handshake was not HTTP/1.1";
46 …case error::no_sec_key: return "The WebSocket handshake Sec-WebSocket-Key field is mis…
47 …case error::bad_sec_key: return "The WebSocket handshake Sec-WebSocket-Key field is inv…
48 …case error::no_sec_version: return "The WebSocket handshake Sec-WebSocket-Version field is…
49 …case error::bad_sec_version: return "The WebSocket handshake Sec-WebSocket-Version field is…
50 …case error::no_sec_accept: return "The WebSocket handshake Sec-WebSocket-Accept field is …
51 …case error::bad_sec_accept: return "The WebSocket handshake Sec-WebSocket-Accept field is …
55 case error::bad_data_frame: return "The WebSocket data frame was unexpected";
60 case error::bad_unmasked_frame: return "The WebSocket frame was unmasked";
61 case error::bad_masked_frame: return "The WebSocket frame was masked";
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/beast/websocket/impl/
H A Derror.ipp40 case error::bad_http_version: return "The WebSocket handshake was not HTTP/1.1";
47 …case error::no_sec_key: return "The WebSocket handshake Sec-WebSocket-Key field is mis…
48 …case error::bad_sec_key: return "The WebSocket handshake Sec-WebSocket-Key field is inv…
49 …case error::no_sec_version: return "The WebSocket handshake Sec-WebSocket-Version field is…
50 …case error::bad_sec_version: return "The WebSocket handshake Sec-WebSocket-Version field is…
51 …case error::no_sec_accept: return "The WebSocket handshake Sec-WebSocket-Accept field is …
52 …case error::bad_sec_accept: return "The WebSocket handshake Sec-WebSocket-Accept field is …
56 case error::bad_data_frame: return "The WebSocket data frame was unexpected";
61 case error::bad_unmasked_frame: return "The WebSocket frame was unmasked";
62 case error::bad_masked_frame: return "The WebSocket frame was masked";
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.HttpListener/tests/
H A DHttpListenerWebSocketTests.cs84 context.WebSocket.Dispose(); in SendAsync_Disposed_ThrowsObjectDisposedException()
130 context.WebSocket.Dispose(); in ReceiveAsync_Disposed_ThrowsObjectDisposedException()
171 Assert.Null(context.WebSocket.CloseStatus); in CloseOutputAsync_HandshakeStartedFromClient_Success()
292 context.WebSocket.Dispose(); in CloseAsync_AfterDisposed_Nop()
302 context.WebSocket.Abort(); in CloseAsync_AfterAborted_Nop()
312 context.WebSocket.Dispose(); in Dispose_CallAfterDisposed_Nop()
315 context.WebSocket.Dispose(); in Dispose_CallAfterDisposed_Nop()
318 context.WebSocket.Abort(); in Dispose_CallAfterDisposed_Nop()
326 context.WebSocket.Abort(); in Abort_CallAfterAborted_Nop()
329 context.WebSocket.Abort(); in Abort_CallAfterAborted_Nop()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.WebSockets/tests/
H A DWebSocketTests.cs15 Assert.True(WebSocket.DefaultKeepAliveInterval > TimeSpan.Zero); in DefaultKeepAliveInterval_ValidValue()
31 ArraySegment<byte> buffer = WebSocket.CreateClientBuffer(256, size); in CreateClientBuffer_ValidSendValues()
48 ArraySegment<byte> buffer = WebSocket.CreateClientBuffer(size, 16); in CreateClientBuffer_ValidReceiveValues()
65 ArraySegment<byte> buffer = WebSocket.CreateServerBuffer(size); in CreateServerBuffer_ValidReceiveValues()
72 Assert.Throws<ArgumentNullException>(() => WebSocket.CreateClientWebSocket( in CreateClientWebSocket_InvalidArguments_Throws()
75 Assert.Throws<ArgumentException>(() => WebSocket.CreateClientWebSocket( in CreateClientWebSocket_InvalidArguments_Throws()
77 Assert.Throws<ArgumentException>(() => WebSocket.CreateClientWebSocket( in CreateClientWebSocket_InvalidArguments_Throws()
100 Assert.True(WebSocket.IsApplicationTargeting45()); in IsApplicationTargeting45_AlwaysTrue()
145 public abstract class ExposeProtectedWebSocket : WebSocket
148 WebSocket.IsStateTerminal(state);
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/websockets/
H A DWebSocket.cpp91 bool WebSocket::isAvailable() in isAvailable()
96 WebSocket::WebSocket(ScriptExecutionContext* context) in WebSocket() function in WebCore::WebSocket
103 WebSocket::~WebSocket() in ~WebSocket()
174 void WebSocket::close() in close()
187 const KURL& WebSocket::url() const in url()
192 WebSocket::State WebSocket::readyState() const in readyState()
209 void WebSocket::contextDestroyed() in contextDestroyed()
217 bool WebSocket::canSuspend() const in canSuspend()
228 void WebSocket::resume() in resume()
234 void WebSocket::stop() in stop()
[all …]
/dports/devel/poco/poco-1.10.1-all/Net/src/
H A DWebSocket.cpp39 HTTPCredentials WebSocket::_defaultCreds;
42 WebSocket::WebSocket(HTTPServerRequest& request, HTTPServerResponse& response): in WebSocket() function in Poco::Net::WebSocket
48 WebSocket::WebSocket(HTTPClientSession& cs, HTTPRequest& request, HTTPResponse& response): in WebSocket() function in Poco::Net::WebSocket
54 WebSocket::WebSocket(HTTPClientSession& cs, HTTPRequest& request, HTTPResponse& response, HTTPCrede… in WebSocket() function in Poco::Net::WebSocket
60 WebSocket::WebSocket(const Socket& socket): in WebSocket() function in Poco::Net::WebSocket
68 WebSocket::~WebSocket() in ~WebSocket()
73 WebSocket& WebSocket::operator = (const Socket& socket) in operator =()
83 void WebSocket::shutdown() in shutdown()
123 WebSocket::Mode WebSocket::mode() const in mode()
135 int WebSocket::getMaxPayloadSize() const in getMaxPayloadSize()
[all …]

12345678910>>...131