\hypertarget{classcore_1_1TLSSession}{}\section{core\+:\+:T\+L\+S\+Session Class Reference} \label{classcore_1_1TLSSession}\index{core\+::\+T\+L\+S\+Session@{core\+::\+T\+L\+S\+Session}} {\ttfamily \#include $<$T\+L\+S\+Session.\+h$>$} Inheritance diagram for core\+:\+:T\+L\+S\+Session\+:\nopagebreak \begin{figure}[H] \begin{center} \leavevmode \includegraphics[width=194pt]{classcore_1_1TLSSession__inherit__graph} \end{center} \end{figure} Collaboration diagram for core\+:\+:T\+L\+S\+Session\+:\nopagebreak \begin{figure}[H] \begin{center} \leavevmode \includegraphics[width=350pt]{classcore_1_1TLSSession__coll__graph} \end{center} \end{figure} \subsection*{Public Member Functions} \begin{DoxyCompactItemize} \item \mbox{\Hypertarget{classcore_1_1TLSSession_ac2bd48a18a46a3b6827cd689775e3552}\label{classcore_1_1TLSSession_ac2bd48a18a46a3b6827cd689775e3552}} {\bfseries T\+L\+S\+Session} (\hyperlink{classcore_1_1EPoll}{E\+Poll} \&e\+Poll, \hyperlink{classcore_1_1TCPServer}{T\+C\+P\+Server} \&server) \item virtual void \hyperlink{classcore_1_1TLSSession_ae55de8a035d1ddc560cf619b2030af43}{output} (std\+::stringstream \&out) \item virtual void \hyperlink{classcore_1_1TLSSession_ad7f219581d1f7700ca1f88551cd01c74}{protocol} (std\+::stringstream \&out, std\+::string data) override \end{DoxyCompactItemize} \subsection*{Protected Member Functions} \begin{DoxyCompactItemize} \item void \hyperlink{classcore_1_1TLSSession_a1822cb21de545dc1a183ec0bac6cc4f0}{receive\+Data} (char $\ast$buffer, int buffer\+Length) override \item void \hyperlink{classcore_1_1TLSSession_a76cec7cf4851eb27abe77a2339344c6d}{on\+Register} () \begin{DoxyCompactList}\small\item\em Called when the socket has finished registering with the epoll processing. \end{DoxyCompactList}\item \mbox{\Hypertarget{classcore_1_1TLSSession_a8e26fdc9e8a6c573b5a504a1f1b137a9}\label{classcore_1_1TLSSession_a8e26fdc9e8a6c573b5a504a1f1b137a9}} void {\bfseries on\+Registered} () \end{DoxyCompactItemize} \subsection*{Additional Inherited Members} \subsection{Detailed Description} \hyperlink{classcore_1_1TLSSession}{T\+L\+S\+Session} Provides a network T\+LS socket. For accessing T\+LS network functions use this object. The connection oriented nature of T\+LS provides a single client persistent connection with data error correction and a durable synchronous data connection. \subsection{Member Function Documentation} \mbox{\Hypertarget{classcore_1_1TLSSession_a76cec7cf4851eb27abe77a2339344c6d}\label{classcore_1_1TLSSession_a76cec7cf4851eb27abe77a2339344c6d}} \index{core\+::\+T\+L\+S\+Session@{core\+::\+T\+L\+S\+Session}!on\+Register@{on\+Register}} \index{on\+Register@{on\+Register}!core\+::\+T\+L\+S\+Session@{core\+::\+T\+L\+S\+Session}} \subsubsection{\texorpdfstring{on\+Register()}{onRegister()}} {\footnotesize\ttfamily void core\+::\+T\+L\+S\+Session\+::on\+Register (\begin{DoxyParamCaption}{ }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [protected]}, {\ttfamily [virtual]}} Called when the socket has finished registering with the epoll processing. The on\+Register method is called before the socket is registered with e\+Poll so objects extending the \hyperlink{classcore_1_1Socket}{Socket} definition can initialize the socket before receiving events. Evoked when the descriptor is set using set\+Descriptor for the socket. Reimplemented from \hyperlink{classcore_1_1TCPSession_a77600a18d75f1efee00b3dc626b1e98b}{core\+::\+T\+C\+P\+Session}. \mbox{\Hypertarget{classcore_1_1TLSSession_ae55de8a035d1ddc560cf619b2030af43}\label{classcore_1_1TLSSession_ae55de8a035d1ddc560cf619b2030af43}} \index{core\+::\+T\+L\+S\+Session@{core\+::\+T\+L\+S\+Session}!output@{output}} \index{output@{output}!core\+::\+T\+L\+S\+Session@{core\+::\+T\+L\+S\+Session}} \subsubsection{\texorpdfstring{output()}{output()}} {\footnotesize\ttfamily void core\+::\+T\+L\+S\+Session\+::output (\begin{DoxyParamCaption}\item[{std\+::stringstream \&}]{out }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [virtual]}} The output method is called by a socket session (Session) and will output the detail information for the client socket. When extending T\+L\+S\+Socket or Session you can override the method to add attributes to the list. Reimplemented from \hyperlink{classcore_1_1TCPSession_a50037cbfc515650e04054e5481785981}{core\+::\+T\+C\+P\+Session}. \mbox{\Hypertarget{classcore_1_1TLSSession_ad7f219581d1f7700ca1f88551cd01c74}\label{classcore_1_1TLSSession_ad7f219581d1f7700ca1f88551cd01c74}} \index{core\+::\+T\+L\+S\+Session@{core\+::\+T\+L\+S\+Session}!protocol@{protocol}} \index{protocol@{protocol}!core\+::\+T\+L\+S\+Session@{core\+::\+T\+L\+S\+Session}} \subsubsection{\texorpdfstring{protocol()}{protocol()}} {\footnotesize\ttfamily void core\+::\+T\+L\+S\+Session\+::protocol (\begin{DoxyParamCaption}\item[{std\+::stringstream \&}]{out, }\item[{std\+::string}]{data }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [override]}, {\ttfamily [virtual]}} Override the protocol method to manage and control the session communications in your inherited session. If you do not override this method then the Session default will process the \textquotesingle{}commands\textquotesingle{} added to the server object using the process\+Request method on the session input. Reimplemented from \hyperlink{classcore_1_1TCPSession_aed35285cd2a2624bb219b51d3847634e}{core\+::\+T\+C\+P\+Session}. Reimplemented in \hyperlink{classcore_1_1ConsoleSession_a9fc306ab91d0f2a6990984040ecb3e47}{core\+::\+Console\+Session}. \mbox{\Hypertarget{classcore_1_1TLSSession_a1822cb21de545dc1a183ec0bac6cc4f0}\label{classcore_1_1TLSSession_a1822cb21de545dc1a183ec0bac6cc4f0}} \index{core\+::\+T\+L\+S\+Session@{core\+::\+T\+L\+S\+Session}!receive\+Data@{receive\+Data}} \index{receive\+Data@{receive\+Data}!core\+::\+T\+L\+S\+Session@{core\+::\+T\+L\+S\+Session}} \subsubsection{\texorpdfstring{receive\+Data()}{receiveData()}} {\footnotesize\ttfamily void core\+::\+T\+L\+S\+Session\+::receive\+Data (\begin{DoxyParamCaption}\item[{char $\ast$}]{buffer, }\item[{int}]{buffer\+Length }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [override]}, {\ttfamily [protected]}, {\ttfamily [virtual]}} receive\+Data will read the data from the socket and place it in the socket buffer. T\+LS layer overrides this to be able to read from S\+SL. Reimplemented from \hyperlink{classcore_1_1Socket_af455ec6f793473f529507af26aa54695}{core\+::\+Socket}. The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize} \item T\+L\+S\+Session.\+h\item T\+L\+S\+Session.\+cpp\end{DoxyCompactItemize}