org.lastbamboo.common.sip.stack.message.header
Class SipHeaderNames

java.lang.Object
  extended by org.lastbamboo.common.sip.stack.message.header.SipHeaderNames

public final class SipHeaderNames
extends Object

Constants for all SIP header names.


Field Summary
static String CALL_ID
           
static String CONTACT
           
static String CONTENT_LENGTH
           
static String CSEQ
           
static String EXPIRES
           
static String FROM
           
static String MAX_FORWARDS
           
static String RECORD_ROUTE
           
static String SUPPORTED
          Constant for the Supported header.
static String TO
           
static String VIA
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_FORWARDS

public static final String MAX_FORWARDS
See Also:
Constant Field Values

VIA

public static final String VIA
See Also:
Constant Field Values

TO

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

CSEQ

public static final String CSEQ
See Also:
Constant Field Values

CONTACT

public static final String CONTACT
See Also:
Constant Field Values

EXPIRES

public static final String EXPIRES
See Also:
Constant Field Values

CONTENT_LENGTH

public static final String CONTENT_LENGTH
See Also:
Constant Field Values

RECORD_ROUTE

public static final String RECORD_ROUTE
See Also:
Constant Field Values

SUPPORTED

public static final String SUPPORTED
Constant for the Supported header.

See Also:
Constant Field Values


Copyright © 2013 LittleShoot. All Rights Reserved.