SNode.C
|
#include <SocketContextFactory.h>
Protected Types | |
using | Request = RequestT |
using | Response = ResponseT |
using | SocketContext = SocketContextT |
Protected Member Functions | |
SocketContextFactory ()=default | |
~SocketContextFactory () override=default | |
![]() | |
SocketContextFactory ()=default | |
Additional Inherited Members | |
![]() | |
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 |
Definition at line 32 of file SocketContextFactory.h.
|
protected |
Definition at line 34 of file SocketContextFactory.h.
|
protected |
Definition at line 35 of file SocketContextFactory.h.
|
protected |
Definition at line 36 of file SocketContextFactory.h.
|
protecteddefault |
|
overrideprotectedvirtualdefault |
Reimplemented from core::socket::stream::SocketContextFactory.