|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Request | |
---|---|
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.relay | A Diameter relay implementation. |
com.bea.wcp.diameter.sh | The Diameter Sh Client implementation. |
com.bea.wcp.diameter.util | Diameter base protocol API helper utilities. |
Uses of Request in com.bea.wcp.diameter |
---|
Subclasses of Request in com.bea.wcp.diameter | |
---|---|
static class |
Peer.CER |
class |
RAR Diameter Re-Auth-Request (RAR) message. |
Methods in com.bea.wcp.diameter that return Request | |
---|---|
Request |
GenericMessageFactory.createRequest(ByteBuffer bb, Connection c) |
Request |
MessageFactory.createRequest(ByteBuffer bb, Connection c) Decodes Diameter message from a byte buffer. |
Request |
Application.createRequest(Command cmd) Creates a new Request for this application but with no associated session. |
Request |
Session.createRequest(Command cmd) Creates a new Request for this session. |
Request |
GenericMessageFactory.createRequest(Node node, Command cmd, int appId, String sessionId) |
Request |
MessageFactory.createRequest(Node node, Command cmd, int appId, String sessionId) Creates a new Message with the specified command. |
Request |
Answer.getRequest() Returns the original Request used to create this Answer, or null if this answer was not originated by this node. |
Methods in com.bea.wcp.diameter with parameters of type Request | |
---|---|
void |
Peer.connCER(Request m) |
Answer |
MessageException.createAnswer(Request req) Creates a new Answer message for an invalid Request. |
Answer |
AvpException.createAnswer(Request req) Creates a new Answer message for a Request that contained invalid AVPs. |
Answer |
GenericMessageFactory.createAnswer(Request req, ResultCode rc) |
Answer |
MessageFactory.createAnswer(Request req, ResultCode rc) |
void |
Node.dispatchThreadAnswer(Request req, Answer ans) |
Peer[] |
RouteTable.getDestinationPeers(Request req) |
boolean |
Node.isLocalRequest(Request req) Check if request should be processed locally (RFC 3588 6.1.4). |
protected void |
Application.rcvRequest(Request req) Called by the container when a new Request has been received for this application. |
protected void |
Session.rcvRequest(Request req) Called when a new request message has been received for this session. |
Constructors in com.bea.wcp.diameter with parameters of type Request | |
---|---|
Answer(Request req, ResultCode rc) Creates a new Answer for the specified Request and ResultCode. |
Uses of Request in com.bea.wcp.diameter.accounting |
---|
Subclasses of Request in com.bea.wcp.diameter.accounting | |
---|---|
class |
ACR Diameter Accounting-Request (ACR) message. |
Uses of Request in com.bea.wcp.diameter.cc |
---|
Subclasses of Request in com.bea.wcp.diameter.cc | |
---|---|
class |
CCR Diameter Credit-Control-Request. |
Methods in com.bea.wcp.diameter.cc with parameters of type Request | |
---|---|
void |
ClientSession.rcvRequest(Request req) Called by the container when a new request has been received. |
Uses of Request in com.bea.wcp.diameter.relay |
---|
Methods in com.bea.wcp.diameter.relay with parameters of type Request | |
---|---|
protected void |
RelayApplication.rcvRequest(Request req) |
Uses of Request in com.bea.wcp.diameter.sh |
---|
Methods in com.bea.wcp.diameter.sh that return Request | |
---|---|
Request |
ShSession.createPUR(AccessKey key, ByteBuffer data) |
Request |
ShSession.createRequest(Command cmd, AccessKey key) |
Request |
ShSession.createSNR(AccessKey key, boolean subscribe) |
Request |
ShSession.createUDR(AccessKey key) |
Methods in com.bea.wcp.diameter.sh with parameters of type Request | |
---|---|
static AccessKey |
AccessKey.getAccessKey(Request req, Object param) Returns the AccessKey for the specified Sh request. |
protected void |
ShApplication.rcvRequest(Request req) Called by the container when a new Sh request has been received. |
Uses of Request in com.bea.wcp.diameter.util |
---|
Methods in com.bea.wcp.diameter.util with parameters of type Request | |
---|---|
protected void |
Simulator.rcvRequest(Request req) |
|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 2012 Oracle Corporation. All Rights Reserved.