MythTV  master
Signals | Public Member Functions | Protected Member Functions | Private Attributes | List of all members
PrivTcpServer Class Reference

#include <libmythbase/serverpool.h>

Inheritance diagram for PrivTcpServer:
[legend]
Collaboration diagram for PrivTcpServer:
[legend]

Signals

void newConnection (qintptr socket)
 

Public Member Functions

 PrivTcpServer (QObject *parent=nullptr, PoolServerType type=kTCPServer)
 
 ~PrivTcpServer () override=default
 
PoolServerType GetServerType (void)
 

Protected Member Functions

void incomingConnection (qintptr socket) override
 

Private Attributes

PoolServerType m_serverType
 

Detailed Description

Definition at line 39 of file serverpool.h.

Constructor & Destructor Documentation

◆ PrivTcpServer()

PrivTcpServer::PrivTcpServer ( QObject *  parent = nullptr,
PoolServerType  type = kTCPServer 
)
explicit

Definition at line 60 of file serverpool.cpp.

◆ ~PrivTcpServer()

PrivTcpServer::~PrivTcpServer ( )
overridedefault

Member Function Documentation

◆ GetServerType()

PoolServerType PrivTcpServer::GetServerType ( void  )
inline

Definition at line 47 of file serverpool.h.

◆ newConnection

void PrivTcpServer::newConnection ( qintptr  socket)
signal

◆ incomingConnection()

void PrivTcpServer::incomingConnection ( qintptr  socket)
overrideprotected

Definition at line 65 of file serverpool.cpp.

Member Data Documentation

◆ m_serverType

PoolServerType PrivTcpServer::m_serverType
private

Definition at line 56 of file serverpool.h.


The documentation for this class was generated from the following files: