Uses of Interface
org.jdiameter.api.Answer

Packages that use Answer
org.jdiameter.api   
 

Uses of Answer in org.jdiameter.api
 

Methods in org.jdiameter.api that return Answer
 Answer Request.createAnswer(long resultCode)
          Creates a response for this request with the specifies result code.
 Answer Request.createAnswer(long vendorId, long experementalResultCode)
          Creates a response for this request with the specifies experement result code.
 Answer NetworkReqListener.processRequest(Request request)
          This method use for process new network requests.
 

Method parameters in org.jdiameter.api with type arguments of type Answer
 void Session.send(Message message, EventListener<Request,Answer> listener)
          Sends and wait response message with default timeout
 void Session.send(Message message, EventListener<Request,Answer> listener, long timeOut, java.util.concurrent.TimeUnit timeUnit)
          Sends and wait response message with defined timeout
 



Copyright © 2009. All Rights Reserved.