#include <sofia-sip/su_tag.h>
#include <sofia-sip/url_tag.h>
#include <sofia-sip/http_tag.h>
Include dependency graph for nth_tag.h:
Go to the source code of this file.
Defines | |
#define | NTHTAG_ANY() |
Filter tag matching any nth tag. | |
#define | NTHTAG_MCLASS(x) |
Pointer to a mclass, message factory object. | |
#define | NTHTAG_MFLAGS(x) |
Message flags used by nth_engine_msg_create()/nth_site_msg(). | |
#define | NTHTAG_STREAMING(x) |
Enable streaming. | |
#define | NTHTAG_PROXY(x) |
URL for (default) proxy. | |
#define | NTHTAG_EXPIRES(x) |
Expires in milliseconds for client transactions. | |
#define | NTHTAG_ERROR_MSG(x) |
If true, nth engine generates complete error messages. | |
#define | NTHTAG_TEMPLATE(x) |
Use existing client request as template. | |
#define | NTHTAG_MESSAGE(x) |
Use existing request message. | |
#define | NTHTAG_AUTHENTICATION(x) |
Use stack of authenticators. | |
#define | NTHTAG_MAX_RETRY_AFTER(x) |
Maximum value for retry interval. | |
#define | NTHTAG_ROOT(x) |
Pointer to root reactor object. | |
#define | NTHTAG_STRICT_HOST(x) |
Do not serve requests to mismatching hosts by default host. | |
Variables | |
SOFIA_BEGIN_DECLS tagi_t | nth_client_tags [] |
List of all nth tags. |