NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

gov.nist.javax.sip.header
Interface SIPHeaderNames

All Known Subinterfaces:
SIPConstants, SIPHeaderNamesIms
All Known Implementing Classes:
Accept, AcceptEncoding, AcceptEncodingList, AcceptLanguage, AcceptLanguageList, AcceptList, AddressHeaderIms, AddressParametersHeader, AlertInfo, AlertInfoList, Allow, AllowEvents, AllowEventsList, AllowList, AuthenticationHeader, AuthenticationInfo, AuthenticationInfoList, Authorization, AuthorizationList, CallID, CallInfo, CallInfoList, Contact, ContactList, ContentDisposition, ContentEncoding, ContentEncodingList, ContentLanguage, ContentLanguageList, ContentLength, ContentType, CSeq, ErrorInfo, ErrorInfoList, Event, Expires, ExtensionHeaderImpl, ExtensionHeaderList, From, InReplyTo, InReplyToList, Join, MaxForwards, MimeVersion, MinExpires, MinSE, NameMap, Organization, PAccessNetworkInfo, ParametersHeader, PAssertedIdentity, PAssertedIdentityList, PAssertedService, PAssociatedURI, PAssociatedURIList, Path, PathList, PCalledPartyID, PChargingFunctionAddresses, PChargingVector, PMediaAuthorization, PMediaAuthorizationList, PPreferredIdentity, PPreferredService, PProfileKey, Priority, Privacy, PrivacyList, ProxyAuthenticate, ProxyAuthenticateList, ProxyAuthorization, ProxyAuthorizationList, ProxyRequire, ProxyRequireList, PServedUser, PUserDatabase, PVisitedNetworkID, PVisitedNetworkIDList, RAck, Reason, ReasonList, RecordRoute, RecordRouteList, ReferredBy, ReferTo, Replaces, ReplyTo, Require, RequireList, RetryAfter, Route, RouteList, RSeq, SecurityAgree, SecurityClient, SecurityClientList, SecurityServer, SecurityServerList, SecurityVerify, SecurityVerifyList, Server, ServiceRoute, ServiceRouteList, SessionExpires, SIPDateHeader, SIPETag, SIPHeader, SIPHeaderList, SIPIfMatch, Subject, SubscriptionState, Supported, SupportedList, TimeStamp, To, Unsupported, UnsupportedList, UserAgent, Via, ViaList, Warning, WarningList, WWWAuthenticate, WWWAuthenticateList

public interface SIPHeaderNames

SIPHeader names that are supported by this parser

Version:
1.2 $Revision: 1.9 $ $Date: 2009/07/17 18:57:37 $
Author:
M. Ranganathan

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 JOIN
           
static String MAX_FORWARDS
           
static String MIME_VERSION
           
static String MIN_EXPIRES
           
static String MIN_SE
           
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 REFERRED_BY
           
static String REPLACES
           
static String REPLY_TO
           
static String REQUIRE
           
static String RETRY_AFTER
           
static String ROUTE
           
static String RSEQ
           
static String SERVER
           
static String SESSION_EXPIRES
           
static String SIP_ETAG
           
static String SIP_IF_MATCH
           
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

static final String MIN_EXPIRES
See Also:
Constant Field Values

ERROR_INFO

static final String ERROR_INFO
See Also:
Constant Field Values

MIME_VERSION

static final String MIME_VERSION
See Also:
Constant Field Values

IN_REPLY_TO

static final String IN_REPLY_TO
See Also:
Constant Field Values

ALLOW

static final String ALLOW
See Also:
Constant Field Values

CONTENT_LANGUAGE

static final String CONTENT_LANGUAGE
See Also:
Constant Field Values

CALL_INFO

static final String CALL_INFO
See Also:
Constant Field Values

CSEQ

static final String CSEQ
See Also:
Constant Field Values

ALERT_INFO

static final String ALERT_INFO
See Also:
Constant Field Values

ACCEPT_ENCODING

static final String ACCEPT_ENCODING
See Also:
Constant Field Values

ACCEPT

static final String ACCEPT
See Also:
Constant Field Values

ACCEPT_LANGUAGE

static final String ACCEPT_LANGUAGE
See Also:
Constant Field Values

RECORD_ROUTE

static final String RECORD_ROUTE
See Also:
Constant Field Values

TIMESTAMP

static final String TIMESTAMP
See Also:
Constant Field Values

TO

static final String TO
See Also:
Constant Field Values

VIA

static final String VIA
See Also:
Constant Field Values

FROM

static final String FROM
See Also:
Constant Field Values

CALL_ID

static final String CALL_ID
See Also:
Constant Field Values

AUTHORIZATION

static final String AUTHORIZATION
See Also:
Constant Field Values

PROXY_AUTHENTICATE

static final String PROXY_AUTHENTICATE
See Also:
Constant Field Values

SERVER

static final String SERVER
See Also:
Constant Field Values

UNSUPPORTED

static final String UNSUPPORTED
See Also:
Constant Field Values

RETRY_AFTER

static final String RETRY_AFTER
See Also:
Constant Field Values

CONTENT_TYPE

static final String CONTENT_TYPE
See Also:
Constant Field Values

CONTENT_ENCODING

static final String CONTENT_ENCODING
See Also:
Constant Field Values

CONTENT_LENGTH

static final String CONTENT_LENGTH
See Also:
Constant Field Values

ROUTE

static final String ROUTE
See Also:
Constant Field Values

CONTACT

static final String CONTACT
See Also:
Constant Field Values

WWW_AUTHENTICATE

static final String WWW_AUTHENTICATE
See Also:
Constant Field Values

MAX_FORWARDS

static final String MAX_FORWARDS
See Also:
Constant Field Values

ORGANIZATION

static final String ORGANIZATION
See Also:
Constant Field Values

PROXY_AUTHORIZATION

static final String PROXY_AUTHORIZATION
See Also:
Constant Field Values

PROXY_REQUIRE

static final String PROXY_REQUIRE
See Also:
Constant Field Values

REQUIRE

static final String REQUIRE
See Also:
Constant Field Values

CONTENT_DISPOSITION

static final String CONTENT_DISPOSITION
See Also:
Constant Field Values

SUBJECT

static final String SUBJECT
See Also:
Constant Field Values

USER_AGENT

static final String USER_AGENT
See Also:
Constant Field Values

WARNING

static final String WARNING
See Also:
Constant Field Values

PRIORITY

static final String PRIORITY
See Also:
Constant Field Values

DATE

static final String DATE
See Also:
Constant Field Values

EXPIRES

static final String EXPIRES
See Also:
Constant Field Values

SUPPORTED

static final String SUPPORTED
See Also:
Constant Field Values

AUTHENTICATION_INFO

static final String AUTHENTICATION_INFO
See Also:
Constant Field Values

REPLY_TO

static final String REPLY_TO
See Also:
Constant Field Values

RACK

static final String RACK
See Also:
Constant Field Values

RSEQ

static final String RSEQ
See Also:
Constant Field Values

REASON

static final String REASON
See Also:
Constant Field Values

SUBSCRIPTION_STATE

static final String SUBSCRIPTION_STATE
See Also:
Constant Field Values

EVENT

static final String EVENT
See Also:
Constant Field Values

ALLOW_EVENTS

static final String ALLOW_EVENTS
See Also:
Constant Field Values

SIP_ETAG

static final String SIP_ETAG
See Also:
Constant Field Values

SIP_IF_MATCH

static final String SIP_IF_MATCH
See Also:
Constant Field Values

REFERRED_BY

static final String REFERRED_BY
See Also:
Constant Field Values

SESSION_EXPIRES

static final String SESSION_EXPIRES
See Also:
Constant Field Values

MIN_SE

static final String MIN_SE
See Also:
Constant Field Values

REPLACES

static final String REPLACES
See Also:
Constant Field Values

JOIN

static final String JOIN
See Also:
Constant Field Values

NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

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