NIST SIP Parser and Stack (v1.2) API

gov.nist.javax.sip.header
Interface ParameterNames

All Known Subinterfaces:
SIPConstants, TokenNames

public interface ParameterNames

A list of commonly occuring parameter names. These are for conveniance so as to avoid typo's

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

Field Summary
static String ACTION
           
static String ALERT
           
static String ALGORITHM
           
static String BRANCH
           
static String CARD
           
static String CAUSE
           
static String CNONCE
           
static String COOKIE
           
static String DIGEST
           
static String DOMAIN
           
static String DURATION
           
static String EMERGENCY
           
static String EXPIRES
           
static String HANDLING
           
static String HIDDEN
           
static String ICON
           
static String ID
           
static String INFO
           
static String MADDR
           
static String NC
           
static String NEXT_NONCE
           
static String NON_URGENT
           
static String NONCE
           
static String NONCE_COUNT
           
static String NORMAL
           
static String OPAQUE
           
static String OPTIONAL
           
static String PASSWORD
           
static String PROXY
           
static String PUBKEY
           
static String PURPOSE
           
static String Q
           
static String QOP
           
static String REALM
           
static String RECEIVED
           
static String REDIRECT
           
static String RENDER
           
static String REQUIRED
           
static String RESPONSE
           
static String SESSION
           
static String SIGNATURE
           
static String SIGNED_BY
           
static String STALE
           
static String TAG
           
static String TEXT
           
static String TRANSPORT
           
static String TTL
           
static String URGENT
           
static String URI
           
static String USERNAME
           
static String VERSION
           
 

Field Detail

NEXT_NONCE

public static final String NEXT_NONCE
See Also:
Constant Field Values

TAG

public static final String TAG
See Also:
Constant Field Values

USERNAME

public static final String USERNAME
See Also:
Constant Field Values

URI

public static final String URI
See Also:
Constant Field Values

DOMAIN

public static final String DOMAIN
See Also:
Constant Field Values

CNONCE

public static final String CNONCE
See Also:
Constant Field Values

PASSWORD

public static final String PASSWORD
See Also:
Constant Field Values

RESPONSE

public static final String RESPONSE
See Also:
Constant Field Values

OPAQUE

public static final String OPAQUE
See Also:
Constant Field Values

ALGORITHM

public static final String ALGORITHM
See Also:
Constant Field Values

DIGEST

public static final String DIGEST
See Also:
Constant Field Values

SIGNED_BY

public static final String SIGNED_BY
See Also:
Constant Field Values

SIGNATURE

public static final String SIGNATURE
See Also:
Constant Field Values

NONCE

public static final String NONCE
See Also:
Constant Field Values

NONCE_COUNT

public static final String NONCE_COUNT
See Also:
Constant Field Values

PUBKEY

public static final String PUBKEY
See Also:
Constant Field Values

COOKIE

public static final String COOKIE
See Also:
Constant Field Values

REALM

public static final String REALM
See Also:
Constant Field Values

VERSION

public static final String VERSION
See Also:
Constant Field Values

STALE

public static final String STALE
See Also:
Constant Field Values

QOP

public static final String QOP
See Also:
Constant Field Values

NC

public static final String NC
See Also:
Constant Field Values

PURPOSE

public static final String PURPOSE
See Also:
Constant Field Values

CARD

public static final String CARD
See Also:
Constant Field Values

INFO

public static final String INFO
See Also:
Constant Field Values

ACTION

public static final String ACTION
See Also:
Constant Field Values

PROXY

public static final String PROXY
See Also:
Constant Field Values

REDIRECT

public static final String REDIRECT
See Also:
Constant Field Values

EXPIRES

public static final String EXPIRES
See Also:
Constant Field Values

Q

public static final String Q
See Also:
Constant Field Values

RENDER

public static final String RENDER
See Also:
Constant Field Values

SESSION

public static final String SESSION
See Also:
Constant Field Values

ICON

public static final String ICON
See Also:
Constant Field Values

ALERT

public static final String ALERT
See Also:
Constant Field Values

HANDLING

public static final String HANDLING
See Also:
Constant Field Values

REQUIRED

public static final String REQUIRED
See Also:
Constant Field Values

OPTIONAL

public static final String OPTIONAL
See Also:
Constant Field Values

EMERGENCY

public static final String EMERGENCY
See Also:
Constant Field Values

URGENT

public static final String URGENT
See Also:
Constant Field Values

NORMAL

public static final String NORMAL
See Also:
Constant Field Values

NON_URGENT

public static final String NON_URGENT
See Also:
Constant Field Values

DURATION

public static final String DURATION
See Also:
Constant Field Values

BRANCH

public static final String BRANCH
See Also:
Constant Field Values

HIDDEN

public static final String HIDDEN
See Also:
Constant Field Values

RECEIVED

public static final String RECEIVED
See Also:
Constant Field Values

MADDR

public static final String MADDR
See Also:
Constant Field Values

TTL

public static final String TTL
See Also:
Constant Field Values

TRANSPORT

public static final String TRANSPORT
See Also:
Constant Field Values

TEXT

public static final String TEXT
See Also:
Constant Field Values

CAUSE

public static final String CAUSE
See Also:
Constant Field Values

ID

public static final String ID
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.