Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
SFSoapRunnable Class Reference

#include <SFSoap.h>

Public Member Functions

void Run ()
void SetListenArguments (const std::string &host, uint16 port)
 SFSoapRunnable ()

Private Member Functions

void process_message (struct soap *soap)

Private Attributes

std::string _host
uint16 _port

Detailed Description

Definition at line 18 of file SFSoap.h.

Constructor & Destructor Documentation

◆ SFSoapRunnable()

SFSoapRunnable::SFSoapRunnable ( )
inline

Definition at line 21 of file SFSoap.h.

References _port.

Member Function Documentation

◆ process_message()

void SFSoapRunnable::process_message ( struct soap * soap)
private

Definition at line 46 of file SFSoap.cpp.

Referenced by Run().

◆ Run()

void SFSoapRunnable::Run ( )

Definition at line 13 of file SFSoap.cpp.

References _host, _port, World::IsStopped(), process_message(), SF_LOG_DEBUG, SF_LOG_ERROR, and SF_LOG_INFO.

Referenced by SFSoapService::Start().

◆ SetListenArguments()

void SFSoapRunnable::SetListenArguments ( const std::string & host,
uint16 port )
inline

Definition at line 25 of file SFSoap.h.

References _host, and _port.

Referenced by SFSoapService::Start().

Member Data Documentation

◆ _host

std::string SFSoapRunnable::_host
private

Definition at line 34 of file SFSoap.h.

Referenced by Run(), and SetListenArguments().

◆ _port

uint16 SFSoapRunnable::_port
private

Definition at line 35 of file SFSoap.h.

Referenced by Run(), SetListenArguments(), and SFSoapRunnable().


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