EpcTools
An event based multi-threaded C++ development framework.
|
The application service object. More...
#include <epcdns.h>
Public Member Functions | |
AppService () | |
Default constructor. More... | |
AppService (const std::string &ds) | |
Class constructor. More... | |
~AppService () | |
Class destructor. More... | |
AppServiceEnum | getService () |
Retrieves the application service type. More... | |
AppProtocolList & | getProtocols () |
Retrieves the list of application protocols. More... | |
EString & | getRawService () |
Retrieves the raw application service string. More... | |
Void | parse (const std::string &ds) |
Parses an application service string. More... | |
AppProtocol * | findProtocol (AppProtocolEnum protocol) |
Searches for a specific application protocol object. More... | |
Void | dump () |
Prints the contents of this object. More... | |
The application service object.
|
inline |
Default constructor.
|
inline |
Class constructor.
ds | the application string to parse. |
|
inline |
Class destructor.
|
inline |
Prints the contents of this object.
|
inline |
Searches for a specific application protocol object.
protocol | the application protocol to search for. |
|
inline |
Retrieves the list of application protocols.
|
inline |
Retrieves the raw application service string.
|
inline |
Retrieves the application service type.
Void AppService::parse | ( | const std::string & | ds | ) |
Parses an application service string.
ds | the application service string to parse. |