Yate
|
A NAPTR record. More...
#include <yateclass.h>
Public Member Functions | |
NaptrRecord (int ttl, int ord, int pref, const char *flags, const char *serv, const char *regexp, const char *next) | |
bool | replace (String &str) const |
virtual void | dump (String &buf, const char *sep=" ") |
const String & | flags () const |
const String & | serv () const |
const Regexp & | regexp () const |
const String & | repTemplate () const |
const String & | nextName () const |
![]() | |
DnsRecord (int ttl, int order, int pref) | |
DnsRecord () | |
int | ttl () const |
int | order () const |
int | pref () const |
![]() | |
GenObject () | |
virtual | ~GenObject () |
virtual bool | alive () const |
virtual void | destruct () |
virtual const String & | toString () const |
virtual const String & | traceId () const |
virtual void * | getObject (const String &name) const |
NamedCounter * | getObjCounter () const |
NamedCounter * | setObjCounter (NamedCounter *counter) |
Protected Attributes | |
String | m_flags |
String | m_service |
Regexp | m_regmatch |
String | m_template |
String | m_next |
![]() | |
int | m_ttl |
int | m_order |
int | m_pref |
Additional Inherited Members | |
![]() | |
static bool | insert (ObjList &list, DnsRecord *rec, bool ascPref) |
![]() | |
static void * | getObject (const String &name, const GenObject *obj) |
static bool | getObjCounting () |
static void | setObjCounting (bool enable) |
static NamedCounter * | getObjCounter (const String &name, bool create=true) |
static ObjList & | getObjCounters () |
A NAPTR record.
This class holds a NAPTR (Naming Authority Pointer) record
NaptrRecord | ( | int | ttl, |
int | ord, | ||
int | pref, | ||
const char * | flags, | ||
const char * | serv, | ||
const char * | regexp, | ||
const char * | next | ||
) |
Build a NAPTR record
ttl | Record Time To Live |
ord | Record order |
pref | Record preference |
flags | Interpretation flags |
serv | Available services |
regexp | Substitution expression |
next | Next name to query |
|
virtual |
Dump this record for debug purposes
buf | Destination buffer |
sep | Fields separator |
Reimplemented from DnsRecord.
|
inline |
Retrieve record interpretation flags
|
inline |
Retrieve the next domain name to query
|
inline |
Retrieve the regular expression match
bool replace | ( | String & | str | ) | const |
Replace the enclosed template in a given string if matching the substitution expression
str | String to replace |
|
inline |
Retrieve the template for replacing
|
inline |
Retrieve available services