SNode.C
Loading...
Searching...
No Matches
apps::tlslegacy::TlsLegacyClientSocketContextFactory Class Reference

#include <TlsLegacySocketContext.h>

Inheritance diagram for apps::tlslegacy::TlsLegacyClientSocketContextFactory:
Collaboration diagram for apps::tlslegacy::TlsLegacyClientSocketContextFactory:

Private Member Functions

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

Additional Inherited Members

Public Member Functions inherited from core::socket::stream::SocketContextFactory
 SocketContextFactory (SocketContextFactory &)=delete
 SocketContextFactory (SocketContextFactory &&)=delete
SocketContextFactoryoperator= (SocketContextFactory &)=delete
SocketContextFactoryoperator= (SocketContextFactory &&)=delete
Protected Member Functions inherited from core::socket::stream::SocketContextFactory
 SocketContextFactory ()=default
virtual ~SocketContextFactory ()

Detailed Description

Definition at line 54 of file TlsLegacySocketContext.h.

Member Function Documentation

◆ create()

core::socket::stream::SocketContext * apps::tlslegacy::TlsLegacyClientSocketContextFactory::create ( core::socket::stream::SocketConnection * socketConnection)
overrideprivatevirtual

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

Definition at line 122 of file TlsLegacySocketContext.cpp.

122 {
123 return new TlsLegacySocketContext(socketConnection, TlsLegacySocketContext::Role::CLIENT);
124 }

References apps::tlslegacy::TlsLegacySocketContext::CLIENT, and apps::tlslegacy::TlsLegacySocketContext::TlsLegacySocketContext().

Here is the call graph for this function:

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