NIST SIP Parser and Stack (v1.2) API

gov.nist.javax.sip.header
Interface SIPHeaderNames

All Known Subinterfaces:
SIPConstants
All Known Implementing Classes:
NameMap, SIPHeader

public interface SIPHeaderNames

SIPHeader names that are supported by this parser

Version:
JAIN-SIP-1.1
Author:
M. Ranganathan
This code is in the public domain.

Field Summary
static String ACCEPT
           
static String ACCEPT_ENCODING
           
static String ACCEPT_LANGUAGE
           
static String ALERT_INFO
           
static String ALLOW
           
static String ALLOW_EVENTS
           
static String AUTHENTICATION_INFO
           
static String AUTHORIZATION
           
static String CALL_ID
           
static String CALL_INFO
           
static String CONTACT
           
static String CONTENT_DISPOSITION
           
static String CONTENT_ENCODING
           
static String CONTENT_LANGUAGE
           
static String CONTENT_LENGTH
           
static String CONTENT_TYPE
           
static String CSEQ
           
static String DATE
           
static String ERROR_INFO
           
static String EVENT
           
static String EXPIRES
           
static String FROM
           
static String IN_REPLY_TO
           
static String MAX_FORWARDS
           
static String MIME_VERSION
           
static String MIN_EXPIRES
           
static String ORGANIZATION
           
static String PRIORITY
           
static String PROXY_AUTHENTICATE
           
static String PROXY_AUTHORIZATION
           
static String PROXY_REQUIRE
           
static String RACK
           
static String REASON
           
static String RECORD_ROUTE
           
static String REPLY_TO
           
static String REQUIRE
           
static String RETRY_AFTER
           
static String ROUTE
           
static String RSEQ
           
static String SERVER
           
static String SUBJECT
           
static String SUBSCRIPTION_STATE
           
static String SUPPORTED
           
static String TIMESTAMP
           
static String TO
           
static String UNSUPPORTED
           
static String USER_AGENT
           
static String VIA
           
static String WARNING
           
static String WWW_AUTHENTICATE
           
 

Field Detail

MIN_EXPIRES

public static final String MIN_EXPIRES
See Also:
Constant Field Values

ERROR_INFO

public static final String ERROR_INFO
See Also:
Constant Field Values

MIME_VERSION

public static final String MIME_VERSION
See Also:
Constant Field Values

IN_REPLY_TO

public static final String IN_REPLY_TO
See Also:
Constant Field Values

ALLOW

public static final String ALLOW
See Also:
Constant Field Values

CONTENT_LANGUAGE

public static final String CONTENT_LANGUAGE
See Also:
Constant Field Values

CALL_INFO

public static final String CALL_INFO
See Also:
Constant Field Values

CSEQ

public static final String CSEQ
See Also:
Constant Field Values

ALERT_INFO

public static final String ALERT_INFO
See Also:
Constant Field Values

ACCEPT_ENCODING

public static final String ACCEPT_ENCODING
See Also:
Constant Field Values

ACCEPT

public static final String ACCEPT
See Also:
Constant Field Values

ACCEPT_LANGUAGE

public static final String ACCEPT_LANGUAGE
See Also:
Constant Field Values

RECORD_ROUTE

public static final String RECORD_ROUTE
See Also:
Constant Field Values

TIMESTAMP

public static final String TIMESTAMP
See Also:
Constant Field Values

TO

public static final String TO
See Also:
Constant Field Values

VIA

public static final String VIA
See Also:
Constant Field Values

FROM

public static final String FROM
See Also:
Constant Field Values

CALL_ID

public static final String CALL_ID
See Also:
Constant Field Values

AUTHORIZATION

public static final String AUTHORIZATION
See Also:
Constant Field Values

PROXY_AUTHENTICATE

public static final String PROXY_AUTHENTICATE
See Also:
Constant Field Values

SERVER

public static final String SERVER
See Also:
Constant Field Values

UNSUPPORTED

public static final String UNSUPPORTED
See Also:
Constant Field Values

RETRY_AFTER

public static final String RETRY_AFTER
See Also:
Constant Field Values

CONTENT_TYPE

public static final String CONTENT_TYPE
See Also:
Constant Field Values

CONTENT_ENCODING

public static final String CONTENT_ENCODING
See Also:
Constant Field Values

CONTENT_LENGTH

public static final String CONTENT_LENGTH
See Also:
Constant Field Values

ROUTE

public static final String ROUTE
See Also:
Constant Field Values

CONTACT

public static final String CONTACT
See Also:
Constant Field Values

WWW_AUTHENTICATE

public static final String WWW_AUTHENTICATE
See Also:
Constant Field Values

MAX_FORWARDS

public static final String MAX_FORWARDS
See Also:
Constant Field Values

ORGANIZATION

public static final String ORGANIZATION
See Also:
Constant Field Values

PROXY_AUTHORIZATION

public static final String PROXY_AUTHORIZATION
See Also:
Constant Field Values

PROXY_REQUIRE

public static final String PROXY_REQUIRE
See Also:
Constant Field Values

REQUIRE

public static final String REQUIRE
See Also:
Constant Field Values

CONTENT_DISPOSITION

public static final String CONTENT_DISPOSITION
See Also:
Constant Field Values

SUBJECT

public static final String SUBJECT
See Also:
Constant Field Values

USER_AGENT

public static final String USER_AGENT
See Also:
Constant Field Values

WARNING

public static final String WARNING
See Also:
Constant Field Values

PRIORITY

public static final String PRIORITY
See Also:
Constant Field Values

DATE

public static final String DATE
See Also:
Constant Field Values

EXPIRES

public static final String EXPIRES
See Also:
Constant Field Values

SUPPORTED

public static final String SUPPORTED
See Also:
Constant Field Values

AUTHENTICATION_INFO

public static final String AUTHENTICATION_INFO
See Also:
Constant Field Values

REPLY_TO

public static final String REPLY_TO
See Also:
Constant Field Values

RACK

public static final String RACK
See Also:
Constant Field Values

RSEQ

public static final String RSEQ
See Also:
Constant Field Values

REASON

public static final String REASON
See Also:
Constant Field Values

SUBSCRIPTION_STATE

public static final String SUBSCRIPTION_STATE
See Also:
Constant Field Values

EVENT

public static final String EVENT
See Also:
Constant Field Values

ALLOW_EVENTS

public static final String ALLOW_EVENTS
See Also:
Constant Field Values

NIST SIP Parser and Stack (v1.2) API

A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Get the latest distribution.
Submit a bug report or feature request.