Package | Description |
---|---|
com.bea.wcp.diameter |
The Diameter base protocol API.
|
com.bea.wcp.diameter.accounting |
The Diameter offline charging API (Rf interface).
|
com.bea.wcp.diameter.beans |
Diameter beans in SIP Server used to interwork with Diameter messages.
|
com.bea.wcp.diameter.charging |
Common definitions, classes, and Diameter applications for 3GPP charging functions (Ro and Rf interfaces).
|
com.bea.wcp.diameter.sh |
The Diameter Sh Client implementation.
|
com.bea.wcp.diameter.sy | |
com.bea.wcp.diameter.util |
Diameter base protocol API helper utilities.
|
Modifier and Type | Method and Description |
---|---|
Session |
Application.createSession() |
Session |
Application.createSession(String id) |
Session |
Application.createSession(String id,
Object parent) |
abstract Session |
Message.getSession()
Returns the Session associated with this message, or null if none.
|
Session |
Answer.getSession() |
Session |
Request.getSession()
Returns the session associated with this request.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Node.deliverToSession(Message msg,
Session session)
Delivers a message to a specified session.
|
void |
Request.setSession(Session session) |
Constructor and Description |
---|
Request(Command cmd,
Session session)
Creates a new Request for the specified session and command.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientSession
Client accounting session implementing the client accounting state machine
described in RFC 3588 section 8.2.
|
Modifier and Type | Method and Description |
---|---|
<T extends Session> |
SessionSource.createSession(Application app,
S sas)
Creates a
Session for the particular application
using a SipApplicationSession . |
<T extends Session> |
SessionSource.createSession(Application app,
S sas,
String sessionId)
Creates a
Session for the particular application using
a SipApplicationSession with diameter session id. |
Modifier and Type | Method and Description |
---|---|
S |
SessionSource.getApplicationSession(Session diameterSession)
Gets a
SipApplicationSession from a Session . |
Modifier and Type | Class and Description |
---|---|
class |
RfSession
3GPP Rf session, which extends ClientSession with the ability to store
and retrieve session attributes.
|
class |
RoSession
3GPP Ro session.
|
Modifier and Type | Class and Description |
---|---|
class |
ShSession
The ShSession.
|
Modifier and Type | Class and Description |
---|---|
class |
SyClientSession
Sy client session.
|
Modifier and Type | Class and Description |
---|---|
static class |
Simulator.ServerSession |
Modifier and Type | Method and Description |
---|---|
abstract Session |
Simulator.createSession(String id) |
Modifier and Type | Method and Description |
---|---|
protected void |
Simulator.initialClientRequest(Session session)
Method to be overridden.
|
void |
Simulator.sendASR(Session session) |