javax.sip.header.ims
Interface PUserDatabaseHeader
- All Superinterfaces:
- Cloneable, Header, Parameters, Serializable
public interface PUserDatabaseHeader
- extends Parameters, Header
P-User-Database 3GPP header.See RFC 4457 for details.
We only have one major value for this header, as per RFC 4457.
This value is the Database name. The DB here refers
to the IMS HSS. The DB name is encoded as a URI, delimited
by the "<" and ">" signs. There may be generic parameters for
this header encoded as URI parameters. They also lie between
the "<" and ">" delimiters. However, this URI is neither a SIP URI
nor a TEL URI. It is a DIAMETER AAA URI.The value of this AAA URI
is consumed by the S-CSCF. The S-CSCF can cache the value of the
HSS received in this header,thus optimizing the IMS registration
process.
- Since:
- 2.0
- Version:
- 2.0
- Author:
- Oracle Inc., NIST
NAME
static final String NAME
- See Also:
- Constant Field Values
getDatabaseName
String getDatabaseName()
setDatabaseName
void setDatabaseName(String name)
See conditions of use.
Submit a bug report or feature request.