PixelLightAPI
.
|
Network server class. More...
#include <Server.h>
Public Member Functions | |
PLCORE_API | Server () |
Constructor. | |
virtual PLCORE_API | ~Server () |
Destructor. | |
Protected Member Functions | |
virtual PLCORE_API Connection * | CreateIncomingConnection () override |
Create a new incoming connection. | |
virtual PLCORE_API Connection * | CreateOutgoingConnection () override |
Create a new outgoing connection. |
Network server class.
PLCORE_API PLCore::Server::Server | ( | ) |
virtual PLCORE_API PLCore::Server::~Server | ( | ) | [virtual] |
Destructor.
virtual PLCORE_API Connection* PLCore::Server::CreateIncomingConnection | ( | ) | [override, protected, virtual] |
Create a new incoming connection.
Reimplemented from PLCore::Host.
Reimplemented in PLCore::HttpServer.
virtual PLCORE_API Connection* PLCore::Server::CreateOutgoingConnection | ( | ) | [override, protected, virtual] |
|