| Package | Description |
|---|---|
| org.cipango.diameter | |
| org.cipango.diameter.api | |
| org.cipango.diameter.base | |
| org.cipango.diameter.ims |
| Modifier and Type | Method and Description |
|---|---|
DiameterCommand |
Dictionary.getAnswer(int code) |
DiameterCommand |
Dictionary.getRequest(int code) |
static DiameterCommand |
Factory.newAnswer(int code,
String name) |
static DiameterCommand |
Factory.newCommand(boolean request,
int code,
String name,
boolean proxiable) |
static DiameterCommand |
Factory.newRequest(int code,
String name) |
| Modifier and Type | Method and Description |
|---|---|
DiameterCommand |
DiameterServletMessage.getCommand() |
| Modifier and Type | Method and Description |
|---|---|
DiameterServletRequest |
DiameterSession.createRequest(DiameterCommand command,
boolean maintained)
Returns a new
DiameterRequest. |
DiameterServletRequest |
DiameterFactory.createRequest(javax.servlet.sip.SipApplicationSession appSession,
ApplicationId id,
DiameterCommand command,
String destinationRealm)
Returns a new diameter request object with the specified command, application identifier, and
destination realm.
|
DiameterServletRequest |
DiameterFactory.createRequest(javax.servlet.sip.SipApplicationSession appSession,
ApplicationId id,
DiameterCommand command,
String destinationRealm,
String destinationHost)
Returns a new diameter request object with the specified command, application identifier,
destination realm and destination host.
|
| Modifier and Type | Field and Description |
|---|---|
static DiameterCommand |
Accounting.ACA
The Accounting-Answer (ACA) command, indicated by the Command-Code
field set to 271 and the Command Flags' 'R' bit cleared, is used to
acknowledge an Accounting-Request command.
|
static DiameterCommand |
Accounting.ACR
The Accounting-Request (ACR) command, indicated by the Command-Code
field set to 271 and the Command Flags' 'R' bit set, is sent by a
Diameter node, acting as a client, in order to exchange accounting
information with a peer.
|
static DiameterCommand |
Common.CEA
The Capabilities-Exchange-Answer (CEA), indicated by the Command-Code
set to 257 and the Command Flags' 'R' bit cleared, is sent in
response to a CER message.
|
static DiameterCommand |
Common.CER
The Capabilities-Exchange-Request (CER), indicated by the Command-
Code set to 257 and the Command Flags' 'R' bit set, is sent to
exchange local capabilities.
|
static DiameterCommand |
Common.DPA
Upon receipt of this message, the transport connection is shutdown.
|
static DiameterCommand |
Common.DPR
The Disconnect-Peer-Request (DPR), indicated by the Command-Code set
to 282 and the Command Flags' 'R' bit set, is sent to a peer to
inform its intentions to shutdown the transport connection.
|
static DiameterCommand |
Common.DWA
<DWA> ::= < Diameter Header: 280 >
{ Result-Code }
{ Origin-Host }
{ Origin-Realm }
[ Error-Message ]
* [ Failed-AVP ]
[ Original-State-Id ]
|
static DiameterCommand |
Common.DWR
<DWR> ::= < Diameter Header: 280, REQ >
{ Origin-Host }
{ Origin-Realm }
[ Origin-State-Id ]
|
| Modifier and Type | Field and Description |
|---|---|
static DiameterCommand |
Zh.BIA
< Boostrapping-Info-Answer > ::= < Diameter Header: 310, PXY, 16777220 >
< Session-Id >
{ Vendor-Specific-Application-Id }
[ Result-Code ]
[ Experimental-Result]
{ Origin-Host } ; Address of BSF
{ Origin-Realm } ; Realm of BSF
[ User-Name ] ; IMPI
[ ME-Key-Material ] ; Required
[ UICC-Key-Material ] ; Conditional
[ Key-ExpiryTime ] ; Time of expiry
[ BootstrapInfoCreationTime ] ; Bootstrapinfo creation time
[ GBA-UserSecSettings ] ; Selected USSs
[ GBA-Type ] ; GBA type used in bootstrapping
*[ AVP ]
*[ Proxy-Info ]
*[ Route-Record ]
|
static DiameterCommand |
Zh.BIR
< Bootstrapping-Info-Request > ::=< Diameter Header: 310, REQ, PXY, 16777220 >
< Session-Id >
{ Vendor-Specific-Application-Id }
{ Origin-Host } ; Address of NAF
{ Origin-Realm } ; Realm of NAF
{ Destination-Realm } ; Realm of BSF
[ Destination-Host ] ; Address of the BSF
* [ GAA-Service-Identifier ] ; Service identifiers
{ Transaction-Identifier } ; B-TID
{ NAF-Id } ; NAF_ID
[ GBA_U-Awareness-Indicator ] ; GBA_U awareness of the NAF
*[ AVP ]
*[ Proxy-Info ]
*[ Route-Record ]
|
static DiameterCommand |
Cx.LIA
The Location-Info-Answer (LIA) command, indicated by the Command-Code
field set to 302 and the 'R' bit cleared in the Command Flags field, is
sent by a server in response to the Location-Info-Request command.
|
static DiameterCommand |
Cx.LIR
The Location-Info-Request (LIR) command, indicated by the Command-Code
field set to 302 and the 'R' bit set in the Command Flags field, is sent
by a Diameter Multimedia client to a Diameter Multimedia server in order
to request name of the server that is currently serving the user.
|
static DiameterCommand |
Cx.MAA
The Multimedia-Auth-Answer (MAA) command, indicated by the Command-Code
field set to 303 and the 'R' bit cleared in the Command Flags field, is
sent by a server in response to the Multimedia-Auth-Request command.
|
static DiameterCommand |
Cx.MAR
The Multimedia-Auth-Request (MAR) command, indicated by the Command-Code
field set to 303 and the 'R' bit set in the Command Flags field, is sent
by a Diameter Multimedia client to a Diameter Multimedia server in order
to request security information.
|
static DiameterCommand |
Sh.PNA
The Push-Notifications-Answer (PNA) command, indicated by the Command-Code field set to 309
and the 'R' bit cleared in the Command Flags field, is sent by a client in response to the
Push-Notification-Request command.
|
static DiameterCommand |
Sh.PNR
The Push-Notification-Request (PNR) command, indicated by the Command-Code field set to 309
and the 'R' bit set in the Command Flags field, is sent by a Diameter server to a Diameter
client in order to notify changes in the user data in the server.
|
static DiameterCommand |
Cx.PPA
The Push-Profile-Answer (PPA) command, indicated by the Command-Code
field set to 305 and the 'R' bit cleared in the Command Flags field, is
sent by a client in response to the Push-Profile-Request command.
|
static DiameterCommand |
Cx.PPR
The Push-Profile-Request (PPR) command, indicated by the Command-Code
field set to 305 and the 'R' bit set in the Command Flags field, is sent
by a Diameter Multimedia server to a Diameter Multimedia client in order
to update the subscription data and for SIP Digest authentication the
authentication data of a multimedia user in the Diameter Multimedia
client whenever a modification has occurred in the subscription data or
digest password that constitutes the data used by the client.
|
static DiameterCommand |
Sh.PUA
The Profile-Update-Answer (PUA) command, indicated by the Command-Code field set to 307 and
the 'R' bit cleared in the Command Flags field, is sent by a server in response to the
Profile-Update-Request command.
|
static DiameterCommand |
Sh.PUR
The Profile-Update-Request (PUR) command, indicated by the Command-Code field set to 307 and
the 'R' bit set in the Command Flags field, is sent by a Diameter client to a Diameter server
in order to update user data in the server.
|
static DiameterCommand |
Cx.RTA
The Registration-Termination-Answer (RTA) command, indicated by the
Command-Code field set to 304 and the 'R' bit cleared in the Command
Flags field, is sent by a client in response to the
Registration-Termination-Request command.
|
static DiameterCommand |
Cx.RTR
The Registration-Termination-Request (RTR) command, indicated by the
Command-Code field set to 304 and the 'R' bit set in the Command Flags
field, is sent by a Diameter Multimedia server to a Diameter Multimedia
client in order to request the de-registration of a user.
|
static DiameterCommand |
Cx.SAA
The Server-Assignment-Answer (SAA) command, indicated by the Command-Code
field set to 301 and the 'R' bit cleared in the Command Flags field, is
sent by a server in response to the Server-Assignment-Request command.
|
static DiameterCommand |
Cx.SAR
The Server-Assignment-Request (SAR) command, indicated by the
Command-Code field set to 301 and the 'R' bit set in the Command Flags
field, is sent by a Diameter Multimedia client to a Diameter Multimedia
server in order to request it to store the name of the server that is
currently serving the user.
|
static DiameterCommand |
Sh.SNA
The Subscribe-Notifications-Answer command, indicated by the Command-Code field set to 308
and the 'R' bit cleared in the Command Flags field, is sent by a server in response to the
Subscribe-Notifications-Request command.
|
static DiameterCommand |
Sh.SNR
The Subscribe-Notifications-Request (SNR) command, indicated by the Command-Code field set to
308 and the 'R' bit set in the Command Flags field, is sent by a Diameter client to a Diameter
server in order to request notifications of changes in user data.
|
static DiameterCommand |
Cx.UAA
The User-Authorization-Answer (UAA) command, indicated by the
Command-Code field set to 300 and the 'R' bit cleared in the Command
Flags field, is sent by a server in response to the
User-Authorization-Request command.
|
static DiameterCommand |
Cx.UAR
The User-Authorization-Request (UAR) command, indicated by the
Command-Code field set to 300 and the 'R' bit set in the Command Flags
field, is sent by a Diameter Multimedia client to a Diameter Multimedia
server in order to request the authorization of the registration of a
multimedia user.
|
static DiameterCommand |
Sh.UDA
The User-Data-Answer (UDA) command, indicated by the Command-Code field set to 306 and
the 'R' bit cleared in the Command Flags field, is sent by a server in response to the
User-Data-Request command.
|
static DiameterCommand |
Sh.UDR
The User-Data-Request (UDR) command, indicated by the Command-Code field set to 306 and the 'R' bit
set in the Command Flags field, is sent by a Diameter client to a Diameter server in order to request user data.
|
Copyright © 2014. All Rights Reserved.