SNode.C
|
#include <SocketContextUpgrade.h>
Private Attributes | |
web::websocket::SubProtocolFactory< SubProtocol > * | subProtocolFactory = nullptr |
Definition at line 49 of file SocketContextUpgrade.h.
web::websocket::client::SocketContextUpgrade::SocketContextUpgrade | ( | core::socket::stream::SocketConnection * | socketConnection, |
web::http::SocketContextUpgradeFactory< web::http::client::Request, web::http::client::Response > * | socketContextUpgradeFactory ) |
Definition at line 32 of file SocketContextUpgrade.cpp.
References SocketContextUpgrade().
Referenced by SocketContextUpgrade().
|
override |
Definition at line 39 of file SocketContextUpgrade.cpp.
References web::websocket::client::SubProtocolFactorySelector::instance(), and subProtocolFactory.
std::string web::websocket::client::SocketContextUpgrade::loadSubProtocol | ( | const std::string & | subProtocolName | ) |
Definition at line 47 of file SocketContextUpgrade.cpp.
References subProtocolFactory.
|
private |
Definition at line 61 of file SocketContextUpgrade.h.
Referenced by loadSubProtocol(), and ~SocketContextUpgrade().