NIST SIP Parser and Stack (v1.2) API

gov.nist.javax.sip.address
Interface ParameterNames

All Known Subinterfaces:
SIPConstants, TokenNames

public interface ParameterNames

Common parameter names.

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

Field Summary
static String ISUB
           
static String PHONE_CONTEXT_TAG
           
static String POSTDIAL
           
static String PROVIDER_TAG
           
static String SIP_URI_SCHEME
           
static String SIPS_URI_SCHEME
           
static String TCP
           
static String TEL_URI_SCHEME
           
static String UDP
           
 

Field Detail

SIP_URI_SCHEME

public static final String SIP_URI_SCHEME
See Also:
Constant Field Values

SIPS_URI_SCHEME

public static final String SIPS_URI_SCHEME
See Also:
Constant Field Values

TEL_URI_SCHEME

public static final String TEL_URI_SCHEME
See Also:
Constant Field Values

POSTDIAL

public static final String POSTDIAL
See Also:
Constant Field Values

PHONE_CONTEXT_TAG

public static final String PHONE_CONTEXT_TAG
See Also:
Constant Field Values

ISUB

public static final String ISUB
See Also:
Constant Field Values

PROVIDER_TAG

public static final String PROVIDER_TAG
See Also:
Constant Field Values

UDP

public static final String UDP
See Also:
Constant Field Values

TCP

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