SNode.C
|
#include <SocketContextFactory.h>
Public Member Functions | |
SocketContextFactory (SocketContextFactory &)=delete | |
SocketContextFactory (SocketContextFactory &&)=delete | |
SocketContextFactory & | operator= (SocketContextFactory &)=delete |
SocketContextFactory & | operator= (SocketContextFactory &&)=delete |
virtual core::socket::stream::SocketContext * | create (core::socket::stream::SocketConnection *socketConnection)=0 |
Protected Member Functions | |
SocketContextFactory ()=default | |
virtual | ~SocketContextFactory () |
Definition at line 34 of file SocketContextFactory.h.
|
protecteddefault |
|
protectedvirtual |
Reimplemented in web::http::SocketContextFactory< SocketContextT, RequestT, ResponseT >, web::http::SocketContextFactory< web::http::client::SocketContext, RequestT, ResponseT >, and web::http::SocketContextFactory< web::http::server::SocketContext, RequestT, ResponseT >.
Definition at line 28 of file SocketContextFactory.cpp.
|
delete |
|
delete |
|
pure virtual |
Implemented in apps::echo::model::EchoClientSocketContextFactory, apps::echo::model::EchoServerSocketContextFactory, apps::http::SimpleSocketProtocolFactory, apps::http::SimpleSocketProtocolFactory, iot::mqtt::server::SharedSocketContextFactory, iot::mqtt::server::SocketContextFactory, web::http::client::SocketContextFactory< RequestT, ResponseT >, web::http::server::SocketContextFactory< RequestT, ResponseT >, web::http::SocketContextUpgradeFactory< RequestT, ResponseT >, web::http::SocketContextUpgradeFactory< web::http::client::Request, web::http::client::Response >, and web::http::SocketContextUpgradeFactory< web::http::server::Request, web::http::server::Response >.
|
delete |
|
delete |