PixelLightAPI
.
|
Network client class. More...
#include <Client.h>
Public Member Functions | |
PLCORE_API | Client () |
Constructor. | |
virtual PLCORE_API | ~Client () |
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 client class.
PLCORE_API PLCore::Client::Client | ( | ) |
virtual PLCORE_API PLCore::Client::~Client | ( | ) | [virtual] |
Destructor.
virtual PLCORE_API Connection* PLCore::Client::CreateIncomingConnection | ( | ) | [override, protected, virtual] |
virtual PLCORE_API Connection* PLCore::Client::CreateOutgoingConnection | ( | ) | [override, protected, virtual] |
Create a new outgoing connection.
Reimplemented from PLCore::Host.
Reimplemented in PLCore::HttpClient.
|