SNode.C
Loading...
Searching...
No Matches
apps::http::SimpleSocketProtocolFactory Class Reference
Inheritance diagram for apps::http::SimpleSocketProtocolFactory:
Collaboration diagram for apps::http::SimpleSocketProtocolFactory:

Public Member Functions

 ~SimpleSocketProtocolFactory () override
 
 ~SimpleSocketProtocolFactory () override
 
- Public Member Functions inherited from core::socket::stream::SocketContextFactory
 SocketContextFactory (SocketContextFactory &)=delete
 
 SocketContextFactory (SocketContextFactory &&)=delete
 
SocketContextFactoryoperator= (SocketContextFactory &)=delete
 
SocketContextFactoryoperator= (SocketContextFactory &&)=delete
 

Private Member Functions

core::socket::stream::SocketContextcreate (core::socket::stream::SocketConnection *socketConnection) override
 
core::socket::stream::SocketContextcreate (core::socket::stream::SocketConnection *socketConnection) override
 

Additional Inherited Members

- Protected Member Functions inherited from core::socket::stream::SocketContextFactory
 SocketContextFactory ()=default
 
virtual ~SocketContextFactory ()
 

Detailed Description

Definition at line 127 of file httplowlevelclient.cpp.

Constructor & Destructor Documentation

◆ ~SimpleSocketProtocolFactory() [1/2]

apps::http::SimpleSocketProtocolFactory::~SimpleSocketProtocolFactory ( )
override

Definition at line 137 of file httplowlevelclient.cpp.

137 {
138 }

◆ ~SimpleSocketProtocolFactory() [2/2]

apps::http::SimpleSocketProtocolFactory::~SimpleSocketProtocolFactory ( )
override

Member Function Documentation

◆ create() [1/2]

core::socket::stream::SocketContext * apps::http::SimpleSocketProtocolFactory::create ( core::socket::stream::SocketConnection socketConnection)
inlineoverrideprivatevirtual

Implements core::socket::stream::SocketContextFactory.

Definition at line 132 of file httplowlevelclient.cpp.

132 {
133 return new SimpleSocketProtocol(socketConnection);
134 }

References apps::http::SimpleSocketProtocol::SimpleSocketProtocol().

Here is the call graph for this function:

◆ create() [2/2]

core::socket::stream::SocketContext * apps::http::SimpleSocketProtocolFactory::create ( core::socket::stream::SocketConnection socketConnection)
inlineoverrideprivatevirtual

Implements core::socket::stream::SocketContextFactory.

Definition at line 132 of file httplowlevelclient.cpp.

132 {
133 return new SimpleSocketProtocol(socketConnection);
134 }

The documentation for this class was generated from the following file: