84 lines
3.7 KiB
TeX
84 lines
3.7 KiB
TeX
\hypertarget{classcore_1_1TLSServer}{}\section{core\+:\+:T\+L\+S\+Server Class Reference}
|
|
\label{classcore_1_1TLSServer}\index{core\+::\+T\+L\+S\+Server@{core\+::\+T\+L\+S\+Server}}
|
|
|
|
|
|
{\ttfamily \#include $<$T\+L\+S\+Server.\+h$>$}
|
|
|
|
|
|
|
|
Inheritance diagram for core\+:\+:T\+L\+S\+Server\+:\nopagebreak
|
|
\begin{figure}[H]
|
|
\begin{center}
|
|
\leavevmode
|
|
\includegraphics[width=276pt]{classcore_1_1TLSServer__inherit__graph}
|
|
\end{center}
|
|
\end{figure}
|
|
|
|
|
|
Collaboration diagram for core\+:\+:T\+L\+S\+Server\+:\nopagebreak
|
|
\begin{figure}[H]
|
|
\begin{center}
|
|
\leavevmode
|
|
\includegraphics[width=350pt]{classcore_1_1TLSServer__coll__graph}
|
|
\end{center}
|
|
\end{figure}
|
|
\subsection*{Public Member Functions}
|
|
\begin{DoxyCompactItemize}
|
|
\item
|
|
\hyperlink{classcore_1_1TLSServer_a6460f9872936015efdfd0b8de04aa2fe}{T\+L\+S\+Server} (\hyperlink{classcore_1_1EPoll}{E\+Poll} \&e\+Poll, \hyperlink{classcore_1_1IPAddress}{I\+P\+Address} address)
|
|
\item
|
|
\hyperlink{classcore_1_1TLSServer_ac71db77c796a1bf65357409cb96054c7}{$\sim$\+T\+L\+S\+Server} ()
|
|
\item
|
|
\mbox{\Hypertarget{classcore_1_1TLSServer_a984dfd9faaa792e29f905e860d2e4a9e}\label{classcore_1_1TLSServer_a984dfd9faaa792e29f905e860d2e4a9e}}
|
|
\hyperlink{classcore_1_1TCPSession}{T\+C\+P\+Session} $\ast$ {\bfseries get\+Socket\+Accept} ()
|
|
\end{DoxyCompactItemize}
|
|
\subsection*{Public Attributes}
|
|
\begin{DoxyCompactItemize}
|
|
\item
|
|
\mbox{\Hypertarget{classcore_1_1TLSServer_ab4e788350bda508fa44604d146e7537f}\label{classcore_1_1TLSServer_ab4e788350bda508fa44604d146e7537f}}
|
|
S\+S\+L\+\_\+\+C\+TX $\ast$ {\bfseries ctx}
|
|
\end{DoxyCompactItemize}
|
|
\subsection*{Additional Inherited Members}
|
|
|
|
|
|
\subsection{Detailed Description}
|
|
\hyperlink{classcore_1_1TLSServer}{T\+L\+S\+Server}
|
|
|
|
Manage a socket connection as a T\+LS server type. Connections to the socket are processed through the accept functionality.
|
|
|
|
\subsection{Constructor \& Destructor Documentation}
|
|
\mbox{\Hypertarget{classcore_1_1TLSServer_a6460f9872936015efdfd0b8de04aa2fe}\label{classcore_1_1TLSServer_a6460f9872936015efdfd0b8de04aa2fe}}
|
|
\index{core\+::\+T\+L\+S\+Server@{core\+::\+T\+L\+S\+Server}!T\+L\+S\+Server@{T\+L\+S\+Server}}
|
|
\index{T\+L\+S\+Server@{T\+L\+S\+Server}!core\+::\+T\+L\+S\+Server@{core\+::\+T\+L\+S\+Server}}
|
|
\subsubsection{\texorpdfstring{T\+L\+S\+Server()}{TLSServer()}}
|
|
{\footnotesize\ttfamily core\+::\+T\+L\+S\+Server\+::\+T\+L\+S\+Server (\begin{DoxyParamCaption}\item[{\hyperlink{classcore_1_1EPoll}{E\+Poll} \&}]{e\+Poll, }\item[{\hyperlink{classcore_1_1IPAddress}{I\+P\+Address}}]{address }\end{DoxyParamCaption})}
|
|
|
|
The constructor.
|
|
|
|
|
|
\begin{DoxyParams}{Parameters}
|
|
{\em e\+Poll} & the B\+M\+A\+E\+Poll instance that manages the socket. \\
|
|
\hline
|
|
{\em url} & the IP address for the socket to receive connection requests. \\
|
|
\hline
|
|
{\em port} & the port number that the socket will listen on. \\
|
|
\hline
|
|
{\em command\+Name} & the name of the command used to invoke the status display for this object. \\
|
|
\hline
|
|
\end{DoxyParams}
|
|
\begin{DoxyReturn}{Returns}
|
|
the instance of the B\+M\+A\+T\+L\+S\+Server\+Socket.
|
|
\end{DoxyReturn}
|
|
\mbox{\Hypertarget{classcore_1_1TLSServer_ac71db77c796a1bf65357409cb96054c7}\label{classcore_1_1TLSServer_ac71db77c796a1bf65357409cb96054c7}}
|
|
\index{core\+::\+T\+L\+S\+Server@{core\+::\+T\+L\+S\+Server}!````~T\+L\+S\+Server@{$\sim$\+T\+L\+S\+Server}}
|
|
\index{````~T\+L\+S\+Server@{$\sim$\+T\+L\+S\+Server}!core\+::\+T\+L\+S\+Server@{core\+::\+T\+L\+S\+Server}}
|
|
\subsubsection{\texorpdfstring{$\sim$\+T\+L\+S\+Server()}{~TLSServer()}}
|
|
{\footnotesize\ttfamily core\+::\+T\+L\+S\+Server\+::$\sim$\+T\+L\+S\+Server (\begin{DoxyParamCaption}{ }\end{DoxyParamCaption})}
|
|
|
|
The destructor for this object.
|
|
|
|
The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize}
|
|
\item
|
|
T\+L\+S\+Server.\+h\item
|
|
T\+L\+S\+Server.\+cpp\end{DoxyCompactItemize}
|