Searched refs:subprotocols (Results 1 – 5 of 5) sorted by relevance
98 subprotocols = options.get("subprotocols")99 if subprotocols:100 headers.append("Sec-WebSocket-Protocol: %s" % ",".join(subprotocols))131 def _validate(headers, key, subprotocols): argument141 if subprotocols:143 if not subproto or subproto not in [s.lower() for s in subprotocols]:144 error("Invalid subprotocol: " + str(subprotocols))
53 subprotocols=None, argument107 self.subprotocols = subprotocols187 http_proxy_auth=http_proxy_auth, subprotocols=self.subprotocols,
126 if args.subprotocols:127 options["subprotocols"] = args.subprotocols
META-INF/MANIFEST.MF de/tavendo/autobahn/ByteBufferInputStream.class ByteBufferInputStream.java ...
220 … ws = websocket.create_connection("ws://exapmle.com/websocket", subprotocols=["binary", "base64"])