EpcTools
An event based multi-threaded C++ development framework.
|
A Diameter NAPTR S record object. More...
#include <epcdns.h>
Public Member Functions | |
DiameterNaptrS () | |
Default constructor. More... | |
DiameterSrvVector & | getSrvs () |
Retrieves the Diameter server. More... | |
Void | dump (const char *prefix) |
Prints the contents of this object. More... | |
![]() | |
DiameterNaptr (DiameterNaptrTypeEnum drt) | |
Class constructor. More... | |
virtual | ~DiameterNaptr () |
Class destructor. More... | |
DiameterNaptrTypeEnum | getType () |
Retrieves the NAPTR type. More... | |
uint16_t | getOrder () |
Retrieves the order value. More... | |
uint16_t | setOrder (uint16_t order) |
Assigns the order value. More... | |
uint16_t | getPreference () |
Retrieves the preference value. More... | |
uint16_t | setPreference (uint16_t pref) |
Assigns the preference value. More... | |
const EString & | getService () |
Retrieves the service value. More... | |
const EString & | setService (const char *service) |
Assigns the service value. More... | |
const EString & | setService (const std::string &service) |
Assigns the service value. More... | |
const EString & | getReplacement () |
Retrieves the replacement value. More... | |
const EString & | setReplacement (const char *replacement) |
Assigns the replacement value. More... | |
const EString & | setReplacement (const std::string &replacement) |
Assigns the replacement value. More... | |
Void | dump (const char *prefix) |
Prints the contents of this object. More... | |
A Diameter NAPTR S record object.
|
inline |
Default constructor.
|
inline |
Prints the contents of this object.
prefix | a value to prepend to each line. |
|
inline |
Retrieves the Diameter server.