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

#include <TlsLegacySocketContext.h>

Inheritance diagram for apps::tlslegacy::TlsLegacyServerSocketContextFactory:
Collaboration diagram for apps::tlslegacy::TlsLegacyServerSocketContextFactory:

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 49 of file TlsLegacySocketContext.h.

Member Function Documentation

◆ create()

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

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

Definition at line 117 of file TlsLegacySocketContext.cpp.

117 {
118 return new TlsLegacySocketContext(socketConnection, TlsLegacySocketContext::Role::SERVER);
119 }

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

Here is the call graph for this function:

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