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.cc |
The Diameter credit control API (Ro interface).
|
com.bea.wcp.diameter.util |
Diameter base protocol API helper utilities.
|
Modifier and Type | Class and Description |
---|---|
class |
Answer
Diameter answer message.
|
static class |
Peer.CEA |
static class |
Peer.CER |
class |
RAA
Diameter Re-Auth-Answer (RAA) message.
|
class |
RAR
Diameter Re-Auth-Request (RAR) message.
|
class |
Request
Diameter request message.
|
Modifier and Type | Method and Description |
---|---|
static Message |
Message.decode(ByteBuffer bb,
com.bea.wcp.diameter.transport.Connection c)
Decodes the message header from the specified message bytes and connection.
|
Modifier and Type | Method and Description |
---|---|
void |
Node.deliverToApplication(Message msg)
Called by a provider to deliver a message to application with the specified id.
|
boolean |
Node.deliverToSession(Message msg,
Session session)
Delivers a message to a specified session.
|
void |
Node.dispatch(Message msg)
Dispatches a message to a session or application.
|
void |
Node.dispatchRelay(Message msg)
Dispatches a message to relay application.
|
void |
Peer.forward(Message msg)
Forward request or answer using relay application.
|
protected void |
Session.notifyListener(Message msg)
Delivers the specified message to the session listener.
|
void |
Application.rcvMessage(Message msg)
Called by the container when a new Message has been received for this
application.
|
void |
Session.rcvMessage(Message msg)
Called when a new Request or Answer has been received for this session.
|
void |
SessionListener.rcvMessage(Message msg)
Called when a new message has been received by the session.
|
void |
Peer.receive(Message msg) |
void |
Session.sndMessage(Message msg)
Called by the container when a message is about to be sent but before
it has been committed.
|
Constructor and Description |
---|
Capabilities(Message msg) |
Message(Message req,
ResultCode rc)
Creates a new Diameter answer message for the specified request.
|
Modifier and Type | Class and Description |
---|---|
class |
ACA
Diameter Accounting-Answer (ACA) Message.
|
class |
ACR
Diameter Accounting-Request (ACR) message.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientSession.sndMessage(Message msg)
Called by the container just before a new ACR or ACA message has been sent
out.
|
Modifier and Type | Class and Description |
---|---|
class |
CCA
Diameter Credit-Control-Answer message.
|
class |
CCR
Diameter Credit-Control-Request.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientSession.sndMessage(Message msg)
Called by the container just before a CCR/CCA message has been sent.
|
Modifier and Type | Method and Description |
---|---|
List<Message> |
Simulator.getHistory() |
Modifier and Type | Method and Description |
---|---|
void |
Simulator.addHistory(Message msg) |
void |
Simulator.ServerSession.rcvMessage(Message msg) |
void |
Simulator.ServerSession.sndMessage(Message msg) |