Uses of Class
org.mobicents.servlet.sip.address.AddressImpl.ModifiableRule

Packages that use AddressImpl.ModifiableRule
org.mobicents.servlet.sip.address   
org.mobicents.servlet.sip.message   
 

Uses of AddressImpl.ModifiableRule in org.mobicents.servlet.sip.address
 

Fields in org.mobicents.servlet.sip.address declared as AddressImpl.ModifiableRule
protected  AddressImpl.ModifiableRule SipURIImpl.isModifiable
           
protected  AddressImpl.ModifiableRule ParameterableImpl.isModifiable
           
 

Methods in org.mobicents.servlet.sip.address that return AddressImpl.ModifiableRule
static AddressImpl.ModifiableRule AddressImpl.ModifiableRule.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AddressImpl.ModifiableRule[] AddressImpl.ModifiableRule.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.mobicents.servlet.sip.address with parameters of type AddressImpl.ModifiableRule
AddressImpl(javax.sip.address.Address address, java.util.Map<java.lang.String,java.lang.String> parameters, AddressImpl.ModifiableRule isModifiable)
           
AddressImpl(javax.sip.header.HeaderAddress header, AddressImpl.ModifiableRule modifiable)
          Creates instance of Address object.
ParameterableHeaderImpl(javax.sip.header.Header header, java.lang.String value, java.util.Map<java.lang.String,java.lang.String> params, AddressImpl.ModifiableRule isModifiable)
           
ParameterableImpl(javax.sip.header.Header header, java.util.Map<java.lang.String,java.lang.String> params, AddressImpl.ModifiableRule isModifiable)
          Create parametrable instance.
SipURIImpl(javax.sip.address.SipURI sipUri, AddressImpl.ModifiableRule isModifiable)
           
 

Uses of AddressImpl.ModifiableRule in org.mobicents.servlet.sip.message
 

Methods in org.mobicents.servlet.sip.message that return AddressImpl.ModifiableRule
 AddressImpl.ModifiableRule SipServletRequestImpl.getModifiableRule(java.lang.String headerName)
           
abstract  AddressImpl.ModifiableRule SipServletMessageImpl.getModifiableRule(java.lang.String headerName)
          Applications must not add, delete, or modify so-called "system" headers.
 AddressImpl.ModifiableRule SipServletResponseImpl.getModifiableRule(java.lang.String headerName)
           
 

Methods in org.mobicents.servlet.sip.message with parameters of type AddressImpl.ModifiableRule
static boolean SipServletMessageImpl.isSystemHeader(AddressImpl.ModifiableRule modifiableRule)
          Applications must not add, delete, or modify so-called "system" headers.
 



Copyright © 2011. All Rights Reserved.