Uses of Class
com.bea.wcp.diameter.Answer
Packages that use Answer
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.
-
Uses of Answer in com.bea.wcp.diameter
Subclasses of Answer in com.bea.wcp.diameterModifier and TypeClassDescriptionstatic classclassDiameter Re-Auth-Answer (RAA) message.Methods in com.bea.wcp.diameter that return AnswerModifier and TypeMethodDescriptionAvpException.createAnswer(Request req) Creates a new Answer message for a Request that contained invalid AVPs.GenericMessageFactory.createAnswer(Request req, ResultCode rc) GenericMessageFactory.createAnswer(ByteBuffer bb, com.bea.wcp.diameter.transport.Connection c) MessageException.createAnswer(Request req) Creates a new Answer message for an invalid Request.MessageFactory.createAnswer(Request req, ResultCode rc) MessageFactory.createAnswer(ByteBuffer bb, com.bea.wcp.diameter.transport.Connection c) Peer.CER.createAnswer(ResultCode rc) Request.createAnswer(ResultCode rc) Creates an Answer message for this request.Request.createAnswer(ResultCode rc, String error) Creates a new Answer message for this request.Request.getAnswer()Request.sendAndWait()Request.sendAndWait(long timeout) Methods in com.bea.wcp.diameter with parameters of type AnswerModifier and TypeMethodDescriptionvoidNode.dispatchThreadAnswer(Request req, Answer ans) booleanNode.isLocalAnswer(Answer ans) Returns true if answer should be processed locally (not relayed). 6.2.2 If the last Proxy-Info AVP in the message is targeted to the local Diameter server, the AVP MUST be removed before the answer is forwarded.protected voidCalled by the container when a new Answer has been received for this application.protected voidCalled when an answer message has been received for this session.void -
Uses of Answer in com.bea.wcp.diameter.accounting
Subclasses of Answer in com.bea.wcp.diameter.accountingMethods in com.bea.wcp.diameter.accounting with parameters of type Answer -
Uses of Answer in com.bea.wcp.diameter.cc
Subclasses of Answer in com.bea.wcp.diameter.ccMethods in com.bea.wcp.diameter.cc with parameters of type Answer -
Uses of Answer in com.bea.wcp.diameter.relay
Methods in com.bea.wcp.diameter.relay with parameters of type Answer -
Uses of Answer in com.bea.wcp.diameter.sy
Subclasses of Answer in com.bea.wcp.diameter.syModifier and TypeClassDescriptionclassDiameter Spending-Limit-Request (SLR) message.classDiameter Spending-Limit-Request (SLR) message.classDiameter Spending-Limit-Request (SLR) message.Methods in com.bea.wcp.diameter.sy with parameters of type Answer