Files
@ f2a6ba12fc29
Branch filter:
Location: libtransport.git/3rdparty/cpprestsdk/src/websockets/client/ws_client_wspp.cpp
f2a6ba12fc29
28.2 KiB
text/x-c++hdr
Slack frontend stub
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 | /***
* ==++==
*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* ==--==
* =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
*
* Websocket library: Client-side APIs.
*
* This file contains a cross platform implementation based on WebSocket++.
*
* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
****/
#include "stdafx.h"
#include "cpprest/details/x509_cert_utilities.h"
#if !defined(CPPREST_EXCLUDE_WEBSOCKETS)
// Force websocketpp to use C++ std::error_code instead of Boost.
#define _WEBSOCKETPP_CPP11_SYSTEM_ERROR_
#if defined(__GNUC__)
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wconversion"
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wignored-qualifiers"
#include <websocketpp/config/asio_client.hpp>
#include <websocketpp/config/asio_no_tls_client.hpp>
#include <websocketpp/client.hpp>
#pragma GCC diagnostic pop
#else /* __GNUC__ */
#if defined(_WIN32)
#pragma warning( push )
#pragma warning( disable : 4100 4127 4512 4996 4701 4267 )
#define _WEBSOCKETPP_CPP11_STL_
#define _WEBSOCKETPP_CONSTEXPR_TOKEN_
#if _MSC_VER < 1900
#define _WEBSOCKETPP_NOEXCEPT_TOKEN_
#endif
#endif
#include <websocketpp/config/asio_client.hpp>
#include <websocketpp/config/asio_no_tls_client.hpp>
#include <websocketpp/client.hpp>
#if defined(_WIN32)
#pragma warning( pop )
#endif
#endif /* __GNUC__ */
using websocketpp::lib::placeholders::_1;
using websocketpp::lib::placeholders::_2;
using websocketpp::lib::bind;
namespace web
{
namespace websockets
{
namespace client
{
namespace details
{
// Utility function to build up error string based on error code and location.
static std::string build_error_msg(const std::error_code &ec, const std::string &location)
{
std::stringstream ss;
ss.imbue(std::locale::classic());
ss << location
<< ": " << ec.value()
<< ": " << ec.message();
return ss.str();
}
static utility::string_t g_subProtocolHeader(_XPLATSTR("Sec-WebSocket-Protocol"));
class wspp_callback_client : public websocket_client_callback_impl, public std::enable_shared_from_this<wspp_callback_client>
{
private:
enum State {
CREATED,
CONNECTING,
CONNECTED,
CLOSING,
CLOSED,
DESTROYED
};
public:
wspp_callback_client(websocket_client_config config) :
websocket_client_callback_impl(std::move(config)),
m_state(CREATED),
m_num_sends(0)
#if defined(__APPLE__) || (defined(ANDROID) || defined(__ANDROID__)) || defined(_WIN32)
, m_openssl_failed(false)
#endif
{}
~wspp_callback_client()
{
_ASSERTE(m_state < DESTROYED);
std::unique_lock<std::mutex> lock(m_wspp_client_lock);
// Now, what states could we be in?
switch (m_state) {
case DESTROYED:
// This should be impossible
std::abort();
case CREATED:
lock.unlock();
break;
case CLOSED:
case CONNECTING:
case CONNECTED:
case CLOSING:
// Unlock the mutex so connect/close can use it.
lock.unlock();
try
{
// This will do nothing in the already-connected case
pplx::task<void>(m_connect_tce).get();
}
catch (...) {}
try
{
// This will do nothing in the already-closing case
close().wait();
}
catch (...) {}
break;
}
// At this point, there should be no more references to me.
m_state = DESTROYED;
}
pplx::task<void> connect()
{
if (m_uri.scheme() == U("wss"))
{
m_client = std::unique_ptr<websocketpp_client_base>(new websocketpp_tls_client());
// Options specific to TLS client.
auto &client = m_client->client<websocketpp::config::asio_tls_client>();
client.set_tls_init_handler([this](websocketpp::connection_hdl)
{
auto sslContext = websocketpp::lib::shared_ptr<boost::asio::ssl::context>(new boost::asio::ssl::context(boost::asio::ssl::context::sslv23));
sslContext->set_default_verify_paths();
sslContext->set_options(boost::asio::ssl::context::default_workarounds);
sslContext->set_verify_mode(boost::asio::ssl::context::verify_peer);
#if defined(__APPLE__) || (defined(ANDROID) || defined(__ANDROID__)) || defined(_WIN32)
m_openssl_failed = false;
#endif
sslContext->set_verify_callback([this](bool preverified, boost::asio::ssl::verify_context &verifyCtx)
{
#if defined(__APPLE__) || (defined(ANDROID) || defined(__ANDROID__)) || defined(_WIN32)
// On OS X, iOS, and Android, OpenSSL doesn't have access to where the OS
// stores keychains. If OpenSSL fails we will doing verification at the
// end using the whole certificate chain so wait until the 'leaf' cert.
// For now return true so OpenSSL continues down the certificate chain.
if(!preverified)
{
m_openssl_failed = true;
}
if(m_openssl_failed)
{
return http::client::details::verify_cert_chain_platform_specific(verifyCtx, utility::conversions::to_utf8string(m_uri.host()));
}
#endif
boost::asio::ssl::rfc2818_verification rfc2818(utility::conversions::to_utf8string(m_uri.host()));
return rfc2818(preverified, verifyCtx);
});
// OpenSSL stores some per thread state that never will be cleaned up until
// the dll is unloaded. If static linking, like we do, the state isn't cleaned up
// at all and will be reported as leaks.
// See http://www.openssl.org/support/faq.html#PROG13
// This is necessary here because it is called on the user's thread calling connect(...)
// eventually through websocketpp::client::get_connection(...)
ERR_remove_thread_state(nullptr);
return sslContext;
});
// Options specific to underlying socket.
client.set_socket_init_handler([this](websocketpp::connection_hdl, boost::asio::ssl::stream<boost::asio::ip::tcp::socket> &ssl_stream)
{
// Support for SNI.
if (m_config.is_sni_enabled())
{
// If user specified server name is empty default to use URI host name.
if (!m_config.server_name().empty())
{
// OpenSSL runs the string parameter through a macro casting away const with a C style cast.
// Do a C++ cast ourselves to avoid warnings.
SSL_set_tlsext_host_name(ssl_stream.native_handle(), const_cast<char *>(m_config.server_name().c_str()));
}
else
{
const auto &server_name = utility::conversions::to_utf8string(m_uri.host());
SSL_set_tlsext_host_name(ssl_stream.native_handle(), const_cast<char *>(server_name.c_str()));
}
}
});
return connect_impl<websocketpp::config::asio_tls_client>();
}
else
{
m_client = std::unique_ptr<websocketpp_client_base>(new websocketpp_client());
return connect_impl<websocketpp::config::asio_client>();
}
}
template <typename WebsocketConfigType>
pplx::task<void> connect_impl()
{
auto &client = m_client->client<WebsocketConfigType>();
client.clear_access_channels(websocketpp::log::alevel::all);
client.clear_error_channels(websocketpp::log::alevel::all);
client.init_asio();
client.start_perpetual();
_ASSERTE(m_state == CREATED);
client.set_open_handler([this](websocketpp::connection_hdl)
{
_ASSERTE(m_state == CONNECTING);
m_state = CONNECTED;
m_connect_tce.set();
});
client.set_fail_handler([this](websocketpp::connection_hdl con_hdl)
{
_ASSERTE(m_state == CONNECTING);
shutdown_wspp_impl<WebsocketConfigType>(con_hdl, true);
});
client.set_message_handler([this](websocketpp::connection_hdl, const websocketpp::config::asio_client::message_type::ptr &msg)
{
if (m_external_message_handler)
{
_ASSERTE(m_state >= CONNECTED && m_state < CLOSED);
websocket_incoming_message incoming_msg;
switch (msg->get_opcode())
{
case websocketpp::frame::opcode::binary:
incoming_msg.m_msg_type = websocket_message_type::binary_message;
break;
case websocketpp::frame::opcode::text:
incoming_msg.m_msg_type = websocket_message_type::text_message;
break;
default:
// Unknown message type. Since both websocketpp and our code use the RFC codes, we'll just pass it on to the user.
incoming_msg.m_msg_type = static_cast<websocket_message_type>(msg->get_opcode());
break;
}
// 'move' the payload into a container buffer to avoid any copies.
auto &payload = msg->get_raw_payload();
incoming_msg.m_body = concurrency::streams::container_buffer<std::string>(std::move(payload));
m_external_message_handler(incoming_msg);
}
});
client.set_close_handler([this](websocketpp::connection_hdl con_hdl)
{
_ASSERTE(m_state != CLOSED);
shutdown_wspp_impl<WebsocketConfigType>(con_hdl, false);
});
// Get the connection handle to save for later, have to create temporary
// because type erasure occurs with connection_hdl.
websocketpp::lib::error_code ec;
auto con = client.get_connection(utility::conversions::to_utf8string(m_uri.to_string()), ec);
m_con = con;
if (ec.value() != 0)
{
return pplx::task_from_exception<void>(websocket_exception(ec, build_error_msg(ec, "get_connection")));
}
// Add any request headers specified by the user.
const auto & headers = m_config.headers();
for (const auto & header : headers)
{
if (!utility::details::str_icmp(header.first, g_subProtocolHeader))
{
con->append_header(utility::conversions::to_utf8string(header.first), utility::conversions::to_utf8string(header.second));
}
}
// Add any specified subprotocols.
if (headers.has(g_subProtocolHeader))
{
const std::vector<utility::string_t> protocols = m_config.subprotocols();
for (const auto & value : protocols)
{
con->add_subprotocol(utility::conversions::to_utf8string(value), ec);
if (ec.value())
{
return pplx::task_from_exception<void>(websocket_exception(ec, build_error_msg(ec, "add_subprotocol")));
}
}
}
// Setup proxy options.
const auto &proxy = m_config.proxy();
if (proxy.is_specified())
{
con->set_proxy(utility::conversions::to_utf8string(proxy.address().to_string()), ec);
if (ec)
{
return pplx::task_from_exception<void>(websocket_exception(ec, build_error_msg(ec, "set_proxy")));
}
const auto &cred = proxy.credentials();
if (cred.is_set())
{
con->set_proxy_basic_auth(
utility::conversions::to_utf8string(cred.username()),
utility::conversions::to_utf8string(*cred.decrypt()),
ec);
if (ec)
{
return pplx::task_from_exception<void>(websocket_exception(ec, build_error_msg(ec, "set_proxy_basic_auth")));
}
}
}
m_state = CONNECTING;
client.connect(con);
m_thread = std::thread([&client]()
{
#if defined(__ANDROID__)
crossplat::get_jvm_env();
#endif
client.run();
#if defined(__ANDROID__)
crossplat::JVM.load()->DetachCurrentThread();
#endif
// OpenSSL stores some per thread state that never will be cleaned up until
// the dll is unloaded. If static linking, like we do, the state isn't cleaned up
// at all and will be reported as leaks.
// See http://www.openssl.org/support/faq.html#PROG13
ERR_remove_thread_state(nullptr);
});
return pplx::create_task(m_connect_tce);
}
pplx::task<void> send(websocket_outgoing_message &msg)
{
if (!m_connect_tce._IsTriggered())
{
return pplx::task_from_exception<void>(websocket_exception("Client not connected."));
}
switch (msg.m_msg_type)
{
case websocket_message_type::text_message:
case websocket_message_type::binary_message:
break;
default:
return pplx::task_from_exception<void>(websocket_exception("Invalid message type"));
}
const auto length = msg.m_length;
if (length == 0)
{
return pplx::task_from_exception<void>(websocket_exception("Cannot send empty message."));
}
if (length >= UINT_MAX && length != SIZE_MAX)
{
return pplx::task_from_exception<void>(websocket_exception("Message size too large. Ensure message length is less than UINT_MAX."));
}
{
if (++m_num_sends == 1) // No sends in progress
{
// Start sending the message
send_msg(msg);
}
else
{
// Only actually have to take the lock if touching the queue.
std::lock_guard<std::mutex> lock(m_send_lock);
m_outgoing_msg_queue.push(msg);
}
}
return pplx::create_task(msg.body_sent());
}
void send_msg(websocket_outgoing_message &msg)
{
auto this_client = this->shared_from_this();
auto& is_buf = msg.m_body;
auto length = msg.m_length;
if (length == SIZE_MAX)
{
// This indicates we should determine the length automatically.
if (is_buf.has_size())
{
// The user's stream knows how large it is -- there's no need to buffer.
auto buf_sz = is_buf.size();
if (buf_sz >= SIZE_MAX)
{
msg.signal_body_sent(std::make_exception_ptr(websocket_exception("Cannot send messages larger than SIZE_MAX.")));
return;
}
length = static_cast<size_t>(buf_sz);
// We have determined the length and can proceed normally.
}
else
{
// The stream needs to be buffered.
auto is_buf_istream = is_buf.create_istream();
msg.m_body = concurrency::streams::container_buffer<std::vector<uint8_t>>();
is_buf_istream.read_to_end(msg.m_body).then([this_client, msg](pplx::task<size_t> t) mutable
{
try
{
msg.m_length = t.get();
this_client->send_msg(msg);
}
catch (...)
{
msg.signal_body_sent(std::current_exception());
}
});
// We have postponed the call to send_msg() until after the data is buffered.
return;
}
}
// First try to acquire the data (Get a pointer to the next already allocated contiguous block of data)
// If acquire succeeds, send the data over the socket connection, there is no copy of data from stream to temporary buffer.
// If acquire fails, copy the data to a temporary buffer managed by sp_allocated and send it over the socket connection.
std::shared_ptr<uint8_t> sp_allocated;
size_t acquired_size = 0;
uint8_t* ptr;
auto read_task = pplx::task_from_result();
bool acquired = is_buf.acquire(ptr, acquired_size);
if (!acquired || acquired_size < length) // Stream does not support acquire or failed to acquire specified number of bytes
{
// If acquire did not return the required number of bytes, do not rely on its return value.
if (acquired_size < length)
{
acquired = false;
is_buf.release(ptr, 0);
}
// Allocate buffer to hold the data to be read from the stream.
sp_allocated.reset(new uint8_t[length], [=](uint8_t *p) { delete [] p; });
read_task = is_buf.getn(sp_allocated.get(), length).then([length](size_t bytes_read)
{
if (bytes_read != length)
{
throw websocket_exception("Failed to read required length of data from the stream.");
}
});
}
else
{
// Acquire succeeded, assign the acquired pointer to sp_allocated. Use an empty custom destructor
// so that the data is not released when sp_allocated goes out of scope. The streambuf will manage its memory.
sp_allocated.reset(ptr, [](uint8_t *) {});
}
read_task.then([this_client, msg, sp_allocated, length]()
{
std::lock_guard<std::mutex> lock(this_client->m_wspp_client_lock);
if (this_client->m_state > CONNECTED)
{
// The client has already been closed.
throw websocket_exception("Websocket connection is closed.");
}
websocketpp::lib::error_code ec;
if (this_client->m_client->is_tls_client())
{
this_client->send_msg_impl<websocketpp::config::asio_tls_client>(this_client, msg, sp_allocated, length, ec);
}
else
{
this_client->send_msg_impl<websocketpp::config::asio_client>(this_client, msg, sp_allocated, length, ec);
}
return ec;
}).then([this_client, msg, is_buf, acquired, sp_allocated, length](pplx::task<websocketpp::lib::error_code> previousTask) mutable
{
std::exception_ptr eptr;
try
{
// Catch exceptions from previous tasks, if any and convert it to websocket exception.
const auto &ec = previousTask.get();
if (ec.value() != 0)
{
eptr = std::make_exception_ptr(websocket_exception(ec, build_error_msg(ec, "sending message")));
}
}
catch (...)
{
eptr = std::current_exception();
}
if (acquired)
{
is_buf.release(sp_allocated.get(), length);
}
// Set the send_task_completion_event after calling release.
if (eptr)
{
msg.signal_body_sent(eptr);
}
else
{
msg.signal_body_sent();
}
if (--this_client->m_num_sends > 0)
{
// Only hold the lock when actually touching the queue.
websocket_outgoing_message next_msg;
{
std::lock_guard<std::mutex> lock(this_client->m_send_lock);
next_msg = this_client->m_outgoing_msg_queue.front();
this_client->m_outgoing_msg_queue.pop();
}
this_client->send_msg(next_msg);
}
});
}
pplx::task<void> close()
{
return close(static_cast<websocket_close_status>(websocketpp::close::status::normal), U("Normal"));
}
pplx::task<void> close(websocket_close_status status, const utility::string_t& reason)
{
websocketpp::lib::error_code ec;
{
std::lock_guard<std::mutex> lock(m_wspp_client_lock);
if (m_state == CONNECTED)
{
m_state = CLOSING;
if (m_client->is_tls_client())
{
close_impl<websocketpp::config::asio_tls_client>(status, reason, ec);
}
else
{
close_impl<websocketpp::config::asio_client>(status, reason, ec);
}
}
}
return pplx::task<void>(m_close_tce);
}
private:
template <typename WebsocketConfigType>
void shutdown_wspp_impl(const websocketpp::connection_hdl &con_hdl, bool connecting)
{
// Only need to hold the lock when setting the state to closed.
{
std::lock_guard<std::mutex> lock(m_wspp_client_lock);
m_state = CLOSED;
}
auto &client = m_client->client<WebsocketConfigType>();
const auto &connection = client.get_con_from_hdl(con_hdl);
const auto &closeCode = connection->get_local_close_code();
const auto &reason = connection->get_local_close_reason();
const auto &ec = connection->get_ec();
client.stop_perpetual();
// Can't join thread directly since it is the current thread.
pplx::create_task([this, connecting, ec, closeCode, reason]
{
if (m_thread.joinable())
{
m_thread.join();
}
// Delete client to make sure Websocketpp cleans up all Boost.Asio portions.
m_client.reset();
if (connecting)
{
websocket_exception exc(ec, build_error_msg(ec, "set_fail_handler"));
m_connect_tce.set_exception(exc);
}
if (m_external_close_handler)
{
m_external_close_handler(static_cast<websocket_close_status>(closeCode), utility::conversions::to_string_t(reason), ec);
}
// Making a local copy of the TCE prevents it from being destroyed along with "this"
auto tceref = m_close_tce;
tceref.set();
});
}
template <typename WebsocketClientType>
static void send_msg_impl(
const std::shared_ptr<wspp_callback_client> &this_client,
const websocket_outgoing_message &msg,
const std::shared_ptr<uint8_t> &sp_allocated,
size_t length,
websocketpp::lib::error_code &ec)
{
auto &client = this_client->m_client->client<WebsocketClientType>();
switch (msg.m_msg_type)
{
case websocket_message_type::text_message:
client.send(
this_client->m_con,
sp_allocated.get(),
length,
websocketpp::frame::opcode::text,
ec);
break;
case websocket_message_type::binary_message:
client.send(
this_client->m_con,
sp_allocated.get(),
length,
websocketpp::frame::opcode::binary,
ec);
break;
default:
// This case should have already been filtered above.
std::abort();
}
}
template <typename WebsocketConfig>
void close_impl(websocket_close_status status, const utility::string_t& reason, websocketpp::lib::error_code &ec)
{
auto &client = m_client->client<WebsocketConfig>();
client.close(m_con, static_cast<websocketpp::close::status::value>(status), utility::conversions::to_utf8string(reason), ec);
}
void set_message_handler(const std::function<void(const websocket_incoming_message&)>& handler)
{
m_external_message_handler = handler;
}
void set_close_handler(const std::function<void(websocket_close_status, const utility::string_t&, const std::error_code&)>& handler)
{
m_external_close_handler = handler;
}
std::thread m_thread;
// Perform type erasure to set the websocketpp client in use at runtime
// after construction based on the URI.
struct websocketpp_client_base
{
virtual ~websocketpp_client_base() CPPREST_NOEXCEPT {}
template <typename WebsocketConfig>
websocketpp::client<WebsocketConfig> & client()
{
if(is_tls_client())
{
return reinterpret_cast<websocketpp::client<WebsocketConfig> &>(tls_client());
}
else
{
return reinterpret_cast<websocketpp::client<WebsocketConfig> &>(non_tls_client());
}
}
virtual websocketpp::client<websocketpp::config::asio_client> & non_tls_client()
{
throw std::bad_cast();
}
virtual websocketpp::client<websocketpp::config::asio_tls_client> & tls_client()
{
throw std::bad_cast();
}
virtual bool is_tls_client() const = 0;
};
struct websocketpp_client : websocketpp_client_base
{
websocketpp::client<websocketpp::config::asio_client> & non_tls_client() override
{
return m_client;
}
bool is_tls_client() const override { return false; }
websocketpp::client<websocketpp::config::asio_client> m_client;
};
struct websocketpp_tls_client : websocketpp_client_base
{
websocketpp::client<websocketpp::config::asio_tls_client> & tls_client() override
{
return m_client;
}
bool is_tls_client() const override { return true; }
websocketpp::client<websocketpp::config::asio_tls_client> m_client;
};
websocketpp::connection_hdl m_con;
pplx::task_completion_event<void> m_connect_tce;
pplx::task_completion_event<void> m_close_tce;
// Used to safe guard the wspp client.
std::mutex m_wspp_client_lock;
State m_state;
std::unique_ptr<websocketpp_client_base> m_client;
// Guards access to m_outgoing_msg_queue
std::mutex m_send_lock;
// Queue to order the sends
std::queue<websocket_outgoing_message> m_outgoing_msg_queue;
// Number of sends in progress and queued up.
std::atomic<int> m_num_sends;
// External callback for handling received and close event
std::function<void(websocket_incoming_message)> m_external_message_handler;
std::function<void(websocket_close_status, const utility::string_t&, const std::error_code&)> m_external_close_handler;
// Used to track if any of the OpenSSL server certificate verifications
// failed. This can safely be tracked at the client level since connections
// only happen once for each client.
#if defined(__APPLE__) || (defined(ANDROID) || defined(__ANDROID__)) || defined(_WIN32)
bool m_openssl_failed;
#endif
};
websocket_client_task_impl::websocket_client_task_impl(websocket_client_config config) :
m_client_closed(false),
m_callback_client(std::make_shared<details::wspp_callback_client>(std::move(config)))
{
set_handler();
}
}
websocket_callback_client::websocket_callback_client() :
m_client(std::make_shared<details::wspp_callback_client>(websocket_client_config()))
{}
websocket_callback_client::websocket_callback_client(websocket_client_config config) :
m_client(std::make_shared<details::wspp_callback_client>(std::move(config)))
{}
}}}
#endif
|