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(std::stringstream &out, std::string data) 
override;
    41       void receiveData(
char *buffer, 
int bufferLength) 
override;
    46       bool initialized = 
false;
 Definition: Command.cpp:4
virtual void protocol(std::stringstream &out, std::string data) override
Definition: TLSSession.cpp:85
Definition: TCPSession.h:23
virtual void output(std::stringstream &out)
Definition: TLSSession.cpp:122
Definition: TCPServer.h:24
Definition: TLSSession.h:23
void receiveData(char *buffer, int bufferLength) override
Definition: TLSSession.cpp:89
void onRegister()
Called when the socket has finished registering with the epoll processing. 
Definition: TLSSession.cpp:36