NIST SIP Parser and Stack (v1.2) API

gov.nist.javax.sip
Interface SIPConstants

All Superinterfaces:
ParameterNames, ParameterNames, SIPHeaderNames

public interface SIPConstants
extends SIPHeaderNames, ParameterNames, ParameterNames

default constants for SIP.


Field Summary
static String BRANCH_MAGIC_COOKIE
          Prefix for the branch parameter that identifies BIS 09 compatible branch strings.
static int DEFAULT_PORT
           
static String SIP_VERSION_STRING
          constant SIP_VERSION_STRING
 
Fields inherited from interface gov.nist.javax.sip.header.SIPHeaderNames
ACCEPT, ACCEPT_ENCODING, ACCEPT_LANGUAGE, ALERT_INFO, ALLOW, ALLOW_EVENTS, AUTHENTICATION_INFO, AUTHORIZATION, CALL_ID, CALL_INFO, CONTACT, CONTENT_DISPOSITION, CONTENT_ENCODING, CONTENT_LANGUAGE, CONTENT_LENGTH, CONTENT_TYPE, CSEQ, DATE, ERROR_INFO, EVENT, EXPIRES, FROM, IN_REPLY_TO, MAX_FORWARDS, MIME_VERSION, MIN_EXPIRES, ORGANIZATION, PRIORITY, PROXY_AUTHENTICATE, PROXY_AUTHORIZATION, PROXY_REQUIRE, RACK, REASON, RECORD_ROUTE, REPLY_TO, REQUIRE, RETRY_AFTER, ROUTE, RSEQ, SERVER, SUBJECT, SUBSCRIPTION_STATE, SUPPORTED, TIMESTAMP, TO, UNSUPPORTED, USER_AGENT, VIA, WARNING, WWW_AUTHENTICATE
 
Fields inherited from interface gov.nist.javax.sip.address.ParameterNames
ISUB, PHONE_CONTEXT_TAG, POSTDIAL, PROVIDER_TAG, SIP_URI_SCHEME, SIPS_URI_SCHEME, TCP, TEL_URI_SCHEME, UDP
 
Fields inherited from interface gov.nist.javax.sip.header.ParameterNames
ACTION, ALERT, ALGORITHM, BRANCH, CARD, CAUSE, CNONCE, COOKIE, DIGEST, DOMAIN, DURATION, EMERGENCY, EXPIRES, HANDLING, HIDDEN, ICON, ID, INFO, MADDR, NC, NEXT_NONCE, NON_URGENT, NONCE, NONCE_COUNT, NORMAL, OPAQUE, OPTIONAL, PASSWORD, PROXY, PUBKEY, PURPOSE, Q, QOP, REALM, RECEIVED, REDIRECT, RENDER, REQUIRED, RESPONSE, SESSION, SIGNATURE, SIGNED_BY, STALE, TAG, TEXT, TRANSPORT, TTL, URGENT, URI, USERNAME, VERSION
 

Field Detail

DEFAULT_PORT

public static final int DEFAULT_PORT
See Also:
Constant Field Values

BRANCH_MAGIC_COOKIE

public static final String BRANCH_MAGIC_COOKIE
Prefix for the branch parameter that identifies BIS 09 compatible branch strings. This indicates that the branch may be as a global identifier for identifying transactions.

See Also:
Constant Field Values

SIP_VERSION_STRING

public static final String SIP_VERSION_STRING
constant SIP_VERSION_STRING

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.