Public Types | Public Member Functions | Data Fields

HostDBProcessor::Options Struct Reference

Optional parameters for getby... More...

#include <I_HostDBProcessor.h>

Public Types

typedef Options self
 Self reference type.

Public Member Functions

 Options ()
selfsetFlags (int f)
 Set the flags.

Data Fields

int port
 Target service port (default 0 -> don't care).
int flags
 Processing flags (default HOSTDB_DO_NOT_FORCE_DNS).
int timeout
 Timeout value (default 0 -> default timeout).
HostResStyle host_res_style
 How to query host (default HOST_RES_IPV4).

Detailed Description

Optional parameters for getby...

Definition at line 381 of file I_HostDBProcessor.h.


Member Typedef Documentation

Self reference type.

Definition at line 382 of file I_HostDBProcessor.h.


Constructor & Destructor Documentation

HostDBProcessor::Options::Options (  )  [inline]

Definition at line 388 of file I_HostDBProcessor.h.


Member Function Documentation

self& HostDBProcessor::Options::setFlags ( int  f  )  [inline]

Set the flags.

Definition at line 392 of file I_HostDBProcessor.h.

References flags.


Field Documentation

How to query host (default HOST_RES_IPV4).

Definition at line 386 of file I_HostDBProcessor.h.

Referenced by HttpSM::do_hostdb_lookup(), HostDBProcessor::getbyname_imm(), HostDBProcessor::getbyname_re(), and HttpSM::state_hostdb_lookup().

Target service port (default 0 -> don't care).

Definition at line 383 of file I_HostDBProcessor.h.

Referenced by HttpSM::do_hostdb_lookup(), HostDBProcessor::getbyname_imm(), and HttpSM::state_hostdb_lookup().


The documentation for this struct was generated from the following file: