| Package | Description |
|---|---|
| org.mobicents.servlet.sip.address | |
| org.mobicents.servlet.sip.message |
| Modifier and Type | Field and Description |
|---|---|
protected AddressImpl.ModifiableRule |
ParameterableImpl.isModifiable |
| Modifier and Type | Method and Description |
|---|---|
AddressImpl.ModifiableRule |
SipURIImpl.getIsModifiable() |
static AddressImpl.ModifiableRule |
AddressImpl.ModifiableRule.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SipURIImpl.setIsModifiable(AddressImpl.ModifiableRule isModifiable) |
| Constructor and Description |
|---|
AddressImpl(javax.sip.address.Address address,
Map<String,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,
String value,
Map<String,String> params,
AddressImpl.ModifiableRule isModifiable) |
ParameterableImpl(javax.sip.header.Header header,
Map<String,String> params,
AddressImpl.ModifiableRule isModifiable)
Create parametrable instance.
|
SipURIImpl(javax.sip.address.SipURI sipUri,
AddressImpl.ModifiableRule isModifiable) |
| Modifier and Type | Method and Description |
|---|---|
AddressImpl.ModifiableRule |
SipServletRequestImpl.getModifiableRule(String headerName) |
abstract AddressImpl.ModifiableRule |
SipServletMessageImpl.getModifiableRule(String headerName)
Applications must not add, delete, or modify so-called "system" headers.
|
AddressImpl.ModifiableRule |
SipServletResponseImpl.getModifiableRule(String headerName) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
SipServletMessageImpl.isSystemHeader(AddressImpl.ModifiableRule modifiableRule)
Applications must not add, delete, or modify so-called "system" headers.
|
static boolean |
SipServletMessageImpl.isSystemHeaderAndNotGruu(AddressImpl.ModifiableRule modifiableRule,
Parameterable parameterable)
Support for GRUU https://github.com/Mobicents/sip-servlets/issues/51
if the header contains one of the gruu, gr, temp-gruu or pub-gruu, it is allowed to set the Contact Header
as per RFC 5627
|
static boolean |
SipServletMessageImpl.isSystemHeaderAndNotGruu(AddressImpl.ModifiableRule modifiableRule,
String value) |
Copyright © 2015. All Rights Reserved.