SNode.C
|
#include <SocketContextUpgrade.h>
Private Attributes | |
web::websocket::SubProtocolFactory< SubProtocol > * | subProtocolFactory = nullptr |
Definition at line 51 of file SocketContextUpgrade.h.
web::websocket::server::SocketContextUpgrade::SocketContextUpgrade | ( | core::socket::stream::SocketConnection * | socketConnection, |
web::http::SocketContextUpgradeFactory< web::http::server::Request, web::http::server::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 subProtocolFactory.
std::string web::websocket::server::SocketContextUpgrade::loadSubProtocol | ( | const std::list< std::string > & | subProtocolNames | ) |
Definition at line 47 of file SocketContextUpgrade.cpp.
|
private |
Definition at line 63 of file SocketContextUpgrade.h.
Referenced by ~SocketContextUpgrade().