1 #ifndef __TLSSession_h__ 
    2 #define __TLSSession_h__ 
    5 #include "TCPSession.h" 
    7 #include <openssl/ssl.h> 
   37       virtual void output(std::stringstream &
out);
 
   38       virtual void protocol(coreutils::ZString &data) 
override;
 
   41       void receiveData(coreutils::ZString &buffer) 
override;
 
   46       bool initialized = 
false;
 
Definition: TCPServer.h:28
Definition: TCPSession.h:26
std::stringstream out
Definition: TCPSession.h:68
Definition: TLSSession.h:23
virtual void protocol(coreutils::ZString &data) override
Definition: TLSSession.cpp:83
void onRegister()
Called before the socket has registered with the epoll processing.
Definition: TLSSession.cpp:36
void receiveData(coreutils::ZString &buffer) override
Definition: TLSSession.cpp:85
void onRegistered()
Called after the socket has been registered with epoll processing.
Definition: TLSSession.cpp:58
virtual void output(std::stringstream &out)
Definition: TLSSession.cpp:118