Optional parameters for getby... More...
#include <I_HostDBProcessor.h>
Public Types | |
| typedef Options | self |
| Self reference type. | |
Public Member Functions | |
| Options () | |
| self & | setFlags (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). | |
Optional parameters for getby...
Definition at line 381 of file I_HostDBProcessor.h.
Self reference type.
Definition at line 382 of file I_HostDBProcessor.h.
| HostDBProcessor::Options::Options | ( | ) | [inline] |
Definition at line 388 of file I_HostDBProcessor.h.
| self& HostDBProcessor::Options::setFlags | ( | int | f | ) | [inline] |
Processing flags (default HOSTDB_DO_NOT_FORCE_DNS).
Definition at line 384 of file I_HostDBProcessor.h.
Referenced by HttpSM::do_hostdb_lookup(), HostDBProcessor::getbyname_imm(), HostDBProcessor::getbyname_re(), HostDBProcessor::getSRVbyname_imm(), setFlags(), and HttpSM::state_hostdb_lookup().
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().
Timeout value (default 0 -> default timeout).
Definition at line 385 of file I_HostDBProcessor.h.
Referenced by HttpSM::do_hostdb_lookup(), HostDBProcessor::getbyname_imm(), HostDBProcessor::getbyname_re(), HostDBProcessor::getSRVbyname_imm(), and HttpSM::state_hostdb_lookup().
1.7.1