Uses of Class
com.bea.wcp.diameter.Request
Packages that use Request
Package
Description
The Diameter base protocol API.
The Diameter offline charging API (Rf interface).
The Diameter credit control API (Ro interface).
A Diameter relay implementation.
The Diameter Sh Client implementation.
Diameter base protocol API helper utilities.
-
Uses of Request in com.bea.wcp.diameter
Subclasses of Request in com.bea.wcp.diameterModifier and TypeClassDescriptionstatic classclassDiameter Re-Auth-Request (RAR) message.Methods in com.bea.wcp.diameter that return RequestModifier and TypeMethodDescriptionApplication.createRequest(Command cmd) Creates a new Request for this application but with no associated session.GenericMessageFactory.createRequest(Node node, Command cmd, int appId, String sessionId) GenericMessageFactory.createRequest(ByteBuffer bb, com.bea.wcp.diameter.transport.Connection c) MessageFactory.createRequest(Node node, Command cmd, int appId, String sessionId) Creates a new Message with the specified command.MessageFactory.createRequest(ByteBuffer bb, com.bea.wcp.diameter.transport.Connection c) Decodes Diameter message from a byte buffer.Session.createRequest(Command cmd) Creates a new Request for this session.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 RequestModifier and TypeMethodDescriptionvoidAvpException.createAnswer(Request req) Creates a new Answer message for a Request that contained invalid AVPs.GenericMessageFactory.createAnswer(Request req, ResultCode rc) MessageException.createAnswer(Request req) Creates a new Answer message for an invalid Request.MessageFactory.createAnswer(Request req, ResultCode rc) voidNode.dispatchThreadAnswer(Request req, Answer ans) Peer[]RouteTable.getDestinationPeers(Request req) booleanRouteTable.getRouteLbEnabled(Request req) booleanNode.isLocalRequest(Request req) Checks if request should be processed locally (RFC 3588 6.1.4).protected voidApplication.rcvRequest(Request req) Called by the container when a new Request has been received for this application.protected voidSession.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 RequestModifierConstructorDescriptionAnswer(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 -
Uses of Request in com.bea.wcp.diameter.cc
Subclasses of Request in com.bea.wcp.diameter.ccMethods in com.bea.wcp.diameter.cc with parameters of type RequestModifier and TypeMethodDescriptionvoidClientSession.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 -
Uses of Request in com.bea.wcp.diameter.sh
Methods in com.bea.wcp.diameter.sh that return RequestModifier and TypeMethodDescriptionShSession.createPUR(AccessKey key, ByteBuffer data) ShSession.createRequest(Command cmd, AccessKey key) Methods in com.bea.wcp.diameter.sh with parameters of type RequestModifier and TypeMethodDescriptionstatic AccessKeyAccessKey.getAccessKey(Request req, Object param) Returns the AccessKey for the specified Sh request.protected voidShApplication.rcvRequest(Request req) Called by the container when a new Sh request has been received. -
Uses of Request in com.bea.wcp.diameter.sy
Subclasses of Request in com.bea.wcp.diameter.sy -
Uses of Request in com.bea.wcp.diameter.util
Methods in com.bea.wcp.diameter.util with parameters of type Request