⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sip_hclasses.h

📁 Sofia SIP is an open-source SIP User-Agent library, compliant with the IETF RFC3261 specification.
💻 H
📖 第 1 页 / 共 3 页
字号:
/**Header class for @ref sip_subject "Subject header". *  * The header class sip_subject_class defines how a SIP * @ref sip_subject "Subject header" is parsed and printed. * It also contains methods used by SIP parser and other functions to * manipulate the #sip_subject_t header structure. * * @ingroup sip_subject * */SIP_DLL extern msg_hclass_t sip_subject_class[];enum {   /**@ingroup sip_priority @internal    *   * Hash of @ref sip_priority "Priority header".   *   */  sip_priority_hash = 8846 };/**Header class for @ref sip_priority "Priority header". *  * The header class sip_priority_class defines how a SIP * @ref sip_priority "Priority header" is parsed and printed. * It also contains methods used by SIP parser and other functions to * manipulate the #sip_priority_t header structure. * * @ingroup sip_priority * */SIP_DLL extern msg_hclass_t sip_priority_class[];enum {   /**@ingroup sip_call_info @internal    *   * Hash of @ref sip_call_info "Call-Info header".   *   */  sip_call_info_hash = 57337 };/**Header class for @ref sip_call_info "Call-Info header". *  * The header class sip_call_info_class defines how a SIP * @ref sip_call_info "Call-Info header" is parsed and printed. * It also contains methods used by SIP parser and other functions to * manipulate the #sip_call_info_t header structure. * * @ingroup sip_call_info * */SIP_DLL extern msg_hclass_t sip_call_info_class[];enum {   /**@ingroup sip_organization @internal    *   * Hash of @ref sip_organization "Organization header".   *   */  sip_organization_hash = 6389 };/**Header class for @ref sip_organization "Organization header". *  * The header class sip_organization_class defines how a SIP * @ref sip_organization "Organization header" is parsed and printed. * It also contains methods used by SIP parser and other functions to * manipulate the #sip_organization_t header structure. * * @ingroup sip_organization * */SIP_DLL extern msg_hclass_t sip_organization_class[];enum {   /**@ingroup sip_server @internal    *   * Hash of @ref sip_server "Server header".   *   */  sip_server_hash = 31323 };/**Header class for @ref sip_server "Server header". *  * The header class sip_server_class defines how a SIP * @ref sip_server "Server header" is parsed and printed. * It also contains methods used by SIP parser and other functions to * manipulate the #sip_server_t header structure. * * @ingroup sip_server * */SIP_DLL extern msg_hclass_t sip_server_class[];enum {   /**@ingroup sip_user_agent @internal    *   * Hash of @ref sip_user_agent "User-Agent header".   *   */  sip_user_agent_hash = 40911 };/**Header class for @ref sip_user_agent "User-Agent header". *  * The header class sip_user_agent_class defines how a SIP * @ref sip_user_agent "User-Agent header" is parsed and printed. * It also contains methods used by SIP parser and other functions to * manipulate the #sip_user_agent_t header structure. * * @ingroup sip_user_agent * */SIP_DLL extern msg_hclass_t sip_user_agent_class[];enum {   /**@ingroup sip_in_reply_to @internal    *   * Hash of @ref sip_in_reply_to "In-Reply-To header".   *   */  sip_in_reply_to_hash = 19812 };/**Header class for @ref sip_in_reply_to "In-Reply-To header". *  * The header class sip_in_reply_to_class defines how a SIP * @ref sip_in_reply_to "In-Reply-To header" is parsed and printed. * It also contains methods used by SIP parser and other functions to * manipulate the #sip_in_reply_to_t header structure. * * @ingroup sip_in_reply_to * */SIP_DLL extern msg_hclass_t sip_in_reply_to_class[];enum {   /**@ingroup sip_accept @internal    *   * Hash of @ref sip_accept "Accept header".   *   */  sip_accept_hash = 29344 };/**Header class for @ref sip_accept "Accept header". *  * The header class sip_accept_class defines how a SIP * @ref sip_accept "Accept header" is parsed and printed. * It also contains methods used by SIP parser and other functions to * manipulate the #sip_accept_t header structure. * * @ingroup sip_accept * */SIP_DLL extern msg_hclass_t sip_accept_class[];enum {   /**@ingroup sip_accept_encoding @internal    *   * Hash of @ref sip_accept_encoding "Accept-Encoding header".   *   */  sip_accept_encoding_hash = 35932 };/**Header class for @ref sip_accept_encoding "Accept-Encoding header". *  * The header class sip_accept_encoding_class defines how a SIP * @ref sip_accept_encoding "Accept-Encoding header" is parsed and printed. * It also contains methods used by SIP parser and other functions to * manipulate the #sip_accept_encoding_t header structure. * * @ingroup sip_accept_encoding * */SIP_DLL extern msg_hclass_t sip_accept_encoding_class[];enum {   /**@ingroup sip_accept_language @internal    *   * Hash of @ref sip_accept_language "Accept-Language header".   *   */  sip_accept_language_hash = 23797 };/**Header class for @ref sip_accept_language "Accept-Language header". *  * The header class sip_accept_language_class defines how a SIP * @ref sip_accept_language "Accept-Language header" is parsed and printed. * It also contains methods used by SIP parser and other functions to * manipulate the #sip_accept_language_t header structure. * * @ingroup sip_accept_language * */SIP_DLL extern msg_hclass_t sip_accept_language_class[];enum {   /**@ingroup sip_allow @internal    *   * Hash of @ref sip_allow "Allow header".   *   */  sip_allow_hash = 44519 };/**Header class for @ref sip_allow "Allow header". *  * The header class sip_allow_class defines how a SIP * @ref sip_allow "Allow header" is parsed and printed. * It also contains methods used by SIP parser and other functions to * manipulate the #sip_allow_t header structure. * * @ingroup sip_allow * */SIP_DLL extern msg_hclass_t sip_allow_class[];enum {   /**@ingroup sip_require @internal    *   * Hash of @ref sip_require "Require header".   *   */  sip_require_hash = 32097 };/**Header class for @ref sip_require "Require header". *  * The header class sip_require_class defines how a SIP * @ref sip_require "Require header" is parsed and printed. * It also contains methods used by SIP parser and other functions to * manipulate the #sip_require_t header structure. * * @ingroup sip_require * */SIP_DLL extern msg_hclass_t sip_require_class[];enum {   /**@ingroup sip_supported @internal    *   * Hash of @ref sip_supported "Supported header".   *   */  sip_supported_hash = 28310 };/**Header class for @ref sip_supported "Supported header". *  * The header class sip_supported_class defines how a SIP * @ref sip_supported "Supported header" is parsed and printed. * It also contains methods used by SIP parser and other functions to * manipulate the #sip_supported_t header structure. * * @ingroup sip_supported * */SIP_DLL extern msg_hclass_t sip_supported_class[];enum {   /**@ingroup sip_unsupported @internal    *   * Hash of @ref sip_unsupported "Unsupported header".   *   */  sip_unsupported_hash = 37557 };/**Header class for @ref sip_unsupported "Unsupported header". *  * The header class sip_unsupported_class defines how a SIP * @ref sip_unsupported "Unsupported header" is parsed and printed. * It also contains methods used by SIP parser and other functions to * manipulate the #sip_unsupported_t header structure. * * @ingroup sip_unsupported * */SIP_DLL extern msg_hclass_t sip_unsupported_class[];enum {   /**@ingroup sip_event @internal    *   * Hash of @ref sip_event "Event header".   *   */  sip_event_hash = 8274 };/**Header class for @ref sip_event "Event header". *  * The header class sip_event_class defines how a SIP * @ref sip_event "Event header" is parsed and printed. * It also contains methods used by SIP parser and other functions to * manipulate the #sip_event_t header structure. * * @ingroup sip_event * */SIP_DLL extern msg_hclass_t sip_event_class[];enum {   /**@ingroup sip_allow_events @internal    *   * Hash of @ref sip_allow_events "Allow-Events header".   *   */  sip_allow_events_hash = 31165 };/**Header class for @ref sip_allow_events "Allow-Events header". *  * The header class sip_allow_events_class defines how a SIP * @ref sip_allow_events "Allow-Events header" is parsed and printed. * It also contains methods used by SIP parser and other functions to * manipulate the #sip_allow_events_t header structure. * * @ingroup sip_allow_events * */SIP_DLL extern msg_hclass_t sip_allow_events_class[];enum {   /**@ingroup sip_subscription_state @internal    *   * Hash of @ref sip_subscription_state "Subscription-State header".   *   */  sip_subscription_state_hash = 30595 };/**Header class for @ref sip_subscription_state "Subscription-State header". *  * The header class sip_subscription_state_class defines how a SIP * @ref sip_subscription_state "Subscription-State header" is parsed and printed. * It also contains methods used by SIP parser and other functions to * manipulate the #sip_subscription_state_t header structure. * * @ingroup sip_subscription_state * */SIP_DLL extern msg_hclass_t sip_subscription_state_class[];enum {   /**@ingroup sip_proxy_authenticate @internal    *   * Hash of @ref sip_proxy_authenticate "Proxy-Authenticate header".   *   */  sip_proxy_authenticate_hash = 57658 };/**Header class for @ref sip_proxy_authenticate "Proxy-Authenticate header". *  * The header class sip_proxy_authenticate_class defines how a SIP * @ref sip_proxy_authenticate "Proxy-Authenticate header" is parsed and printed. * It also contains methods used by SIP parser and other functions to * manipulate the #sip_proxy_authenticate_t header structure. * * @ingroup sip_proxy_authenticate * */SIP_DLL extern msg_hclass_t sip_proxy_authenticate_class[];enum {   /**@ingroup sip_proxy_authentication_info @internal    *   * Hash of @ref sip_proxy_authentication_info "Proxy-Authentication-Info header".   *   */  sip_proxy_authentication_info_hash = 52344 };/**Header class for @ref sip_proxy_authentication_info "Proxy-Authentication-Info header". *  * The header class sip_proxy_authentication_info_class defines how a SIP * @ref sip_proxy_authentication_info "Proxy-Authentication-Info header" is parsed and printed. * It also contains methods used by SIP parser and other functions to * manipulate the #sip_proxy_authentication_info_t header structure. * * @ingroup sip_proxy_authentication_info * */SIP_DLL extern msg_hclass_t sip_proxy_authentication_info_class[];enum {   /**@ingroup sip_proxy_authorization @internal    *   * Hash of @ref sip_proxy_authorization "Proxy-Authorization header".   *   */  sip_proxy_authorization_hash = 21244 };/**Header class for @ref sip_proxy_authorization "Proxy-Authorization header". *  * The header class sip_proxy_authorization_class defines how a SIP * @ref sip_proxy_authorization "Proxy-Authorization header" is parsed and printed. * It also contains methods used by SIP parser and other functions to * manipulate the #sip_proxy_authorization_t header structure. * * @ingroup sip_proxy_authorization * */SIP_DLL extern msg_hclass_t sip_proxy_authorization_class[];enum {   /**@ingroup sip_authorization @internal    *   * Hash of @ref sip_authorization "Authorization header".   *   */  sip_authorization_hash = 36397 };/**Header class for @ref sip_authorization "Authorization header". *  * The header class sip_authorization_class defines how a SIP * @ref sip_authorization "Authorization header" is parsed and printed. * It also contains methods used by SIP parser and other functions to * manipulate the #sip_authorization_t header structure. * * @ingroup sip_authorization * */SIP_DLL extern msg_hclass_t sip_authorization_class[];enum {   /**@ingroup sip_www_authenticate @internal    *   * Hash of @ref sip_www_authenticate "WWW-Authenticate header".   *   */  sip_www_authenticate_hash = 16217 };/**Header class for @ref sip_www_authenticate "WWW-Authenticate header". *  * The header class sip_www_authenticate_class defines how a SIP * @ref sip_www_authenticate "WWW-Authenticate header" is parsed and printed. * It also contains methods used by SIP parser and other functions to * manipulate the #sip_www_authenticate_t header structure. * * @ingroup sip_www_authenticate * */SIP_DLL extern msg_hclass_t sip_www_authenticate_class[];enum {   /**@ingroup sip_authentication_info @internal    *   * Hash of @ref sip_authentication_info "Authentication-Info header".   *   */  sip_authentication_info_hash = 20849 };/**Header class for @ref sip_authentication_info "Authentication-Info header". *  * The header class sip_authentication_info_class defines how a SIP * @ref sip_authentication_info "Authentication-Info header" is parsed and printed. * It also contains methods used by SIP parser and other functions to * manipulate the #sip_authentication_info_t header structure. * * @ingroup sip_authentication_info * */SIP_DLL extern msg_hclass_t sip_authentication_info_class[];enum {   /**@ingroup sip_error_info @internal    *   * Hash of @ref sip_error_info "Error-Info header".   *   */  sip_error_info_hash = 5263 };/**Header class for @ref sip_error_info "Error-Info header". *  * The header class sip_error_info_class defines how a SIP * @ref sip_error_info "Error-Info header" is parsed and printed. * It also contains methods used by SIP parser and other functions to * manipulate the #sip_error_info_t header structure. * * @ingroup sip_error_info * */SIP_DLL extern msg_hclass_t sip_error_info_class[];enum {   /**@ingroup sip_warning @internal    *   * Hash of @ref sip_warning "Warning header".   *   */  sip_warning_hash = 4130 };/**Header class for @ref sip_warning "Warning header". *  * The header class sip_warning_class defines how a SIP * @ref sip_warning "Warning header" is parsed and printed. * It also contains methods used by SIP parser and other functions to * manipulate the #sip_warning_t header structure. * * @ingroup sip_warning

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -