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

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

public final class SipHeaderParamNames
extends Object

Contant for SIP header parameter names.


Field Summary
static String BRANCH
          Constant for the branch parameter.
static String RECEIVED
          Constant for the "received" parameter, used to the specify the IP address requests were received on.
static String RPORT
          Constant for the "rport" Via header parameter.
static String SIP_INSTANCE
           
static String TAG
          Constant for the "tag" param in To and From headers.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TAG

public static final String TAG
Constant for the "tag" param in To and From headers.

See Also:
Constant Field Values

BRANCH

public static final String BRANCH
Constant for the branch parameter.

See Also:
Constant Field Values

SIP_INSTANCE

public static final String SIP_INSTANCE
See Also:
Constant Field Values

RECEIVED

public static final String RECEIVED
Constant for the "received" parameter, used to the specify the IP address requests were received on.

See Also:
Constant Field Values

RPORT

public static final String RPORT
Constant for the "rport" Via header parameter. This is normally only used in the symmetric response routing extension. RFC 3261 fails to properly address routing of SIP responses for stateless proxies, however, so we also use this to specify the local, typically ephemeral port of a client so that routing using the Via header works.

See Also:
Constant Field Values


Copyright © 2013 LittleShoot. All Rights Reserved.