SNode.C
|
#include <SocketContextUpgradeFactorySelector.h>
Public Member Functions | |
SocketContextUpgradeFactory * | select (Request &req, Response &res) override |
![]() | |
bool | add (SocketContextUpgradeFactory *socketContextUpgradeFactory) |
void | link (const std::string &socketContextUpgradeName, SocketContextUpgradeFactory *(*linkedPlugin)()) |
void | allowDlOpen () |
void | unload (SocketContextUpgradeFactory *socketContextUpgradeFactory) |
Static Public Member Functions | |
static SocketContextUpgradeFactorySelector * | instance () |
Private Types | |
using | Super = web::http::SocketContextUpgradeFactorySelector<web::http::server::SocketContextUpgradeFactory> |
Private Member Functions | |
SocketContextUpgradeFactory * | load (const std::string &socketContextUpgradeName) override |
Additional Inherited Members | |
![]() | |
using | SocketContextUpgradeFactory |
using | Request |
using | Response |
![]() | |
SocketContextUpgradeFactorySelector ()=default | |
virtual | ~SocketContextUpgradeFactorySelector ()=default |
SocketContextUpgradeFactory * | select (const std::string &socketContextUpgradeName) |
bool | add (SocketContextUpgradeFactory *socketContextUpgradeFactory, void *handler) |
SocketContextUpgradeFactory * | load (const std::string &socketContextUpgradeName, const std::string &socketContextUpgradeFactoryLibraryFile, const std::string &socketContextUpgradeFactoryFunctionName) |
Definition at line 34 of file SocketContextUpgradeFactorySelector.h.
|
private |
Definition at line 37 of file SocketContextUpgradeFactorySelector.h.
|
static |
Definition at line 57 of file SocketContextUpgradeFactorySelector.cpp.
Referenced by web::http::server::SocketContextUpgradeFactory::checkRefCount(), and web::http::server::SocketContextUpgradeFactory::link().
|
overrideprivatevirtual |
Implements web::http::SocketContextUpgradeFactorySelector< web::http::server::SocketContextUpgradeFactory >.
Definition at line 42 of file SocketContextUpgradeFactorySelector.cpp.
|
overridevirtual |
Implements web::http::SocketContextUpgradeFactorySelector< web::http::server::SocketContextUpgradeFactory >.
Definition at line 63 of file SocketContextUpgradeFactorySelector.cpp.