MjSip Stack
v1.6

org.zoolu.sip.header
Class SipHeaders

java.lang.Object
  |
  +--org.zoolu.sip.header.BaseSipHeaders
        |
        +--org.zoolu.sip.header.SipHeaders

public class SipHeaders
extends BaseSipHeaders

SipHeaders extends class sip.header.SipHeaders by adding new SIP header names.


Field Summary
static java.lang.String Allow_Events
          String "Allow-Events"
static java.lang.String Event
          String "Event"
static java.lang.String Event_short
          String "o"
static java.lang.String Refer_To
          String "Refer-To"
static java.lang.String Referred_By
          String "Referred-By"
static java.lang.String Subscription_State
          String "Subscription-State"
 
Fields inherited from class org.zoolu.sip.header.BaseSipHeaders
Accept, Alert_Info, Allow, Authentication_Info, Authorization, Call_ID, Call_ID_short, Contact, Contact_short, Content_Length, Content_Length_short, Content_Type, Content_Type_short, CSeq, Date, Expires, From, From_short, Max_Forwards, Proxy_Authenticate, Proxy_Authorization, Proxy_Require, Record_Route, Require, Route, Server, Subject, Subject_short, Supported, Supported_short, To, To_short, Unsupported, User_Agent, Via, Via_short, WWW_Authenticate
 
Constructor Summary
SipHeaders()
           
 
Method Summary
static boolean isAllowEvents(java.lang.String str)
          Whether str is "Allow-Events"
static boolean isEvent(java.lang.String str)
          Whether str is an Event field
static boolean isReferredBy(java.lang.String str)
          Whether str is "Referred-By"
static boolean isReferTo(java.lang.String str)
          Whether str is "Refer-To"
static boolean isSubscriptionState(java.lang.String str)
          Whether str is an Subscription_State field
 
Methods inherited from class org.zoolu.sip.header.BaseSipHeaders
isAccept, isAlert_Info, isAllow, isAuthentication_Info, isAuthorization, isCallId, isContact, isContent_Length, isContent_Type, isCSeq, isDate, isExpires, isFrom, isMax_Forwards, isProxy_Authenticate, isProxy_Authorization, isProxy_Require, isRecord_Route, isRequire, isRoute, isServer, isSubject, isSupported, isTo, isUnsupported, isUser_Agent, isVia, isWWW_Authenticate, same
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Refer_To

public static final java.lang.String Refer_To
String "Refer-To"

Referred_By

public static final java.lang.String Referred_By
String "Referred-By"

Event

public static final java.lang.String Event
String "Event"

Event_short

public static final java.lang.String Event_short
String "o"

Allow_Events

public static final java.lang.String Allow_Events
String "Allow-Events"

Subscription_State

public static final java.lang.String Subscription_State
String "Subscription-State"
Constructor Detail

SipHeaders

public SipHeaders()
Method Detail

isReferTo

public static boolean isReferTo(java.lang.String str)
Whether str is "Refer-To"

isReferredBy

public static boolean isReferredBy(java.lang.String str)
Whether str is "Referred-By"

isEvent

public static boolean isEvent(java.lang.String str)
Whether str is an Event field

isAllowEvents

public static boolean isAllowEvents(java.lang.String str)
Whether str is "Allow-Events"

isSubscriptionState

public static boolean isSubscriptionState(java.lang.String str)
Whether str is an Subscription_State field

MjSip Stack
v1.6