|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Request | |
|---|---|
| org.jdiameter.api | |
| Uses of Request in org.jdiameter.api |
|---|
| Methods in org.jdiameter.api that return Request | |
|---|---|
Request |
Session.createRequest(int commandCode,
ApplicationId appId,
java.lang.String destRealm)
Returns a new Request object with the specified command code, applicationId, realm and predefined system avps. |
Request |
Session.createRequest(int commandCode,
ApplicationId appId,
java.lang.String destRealm,
java.lang.String destHost)
Returns a new Request object with the specified command code, applicationId, realm, host and predefined system avps. |
Request |
Session.createRequest(Request prevRequest)
Returns a new Request object base on previous request. |
| Methods in org.jdiameter.api with parameters of type Request | |
|---|---|
Request |
Session.createRequest(Request prevRequest)
Returns a new Request object base on previous request. |
Answer |
NetworkReqListener.processRequest(Request request)
This method use for process new network requests. |
| Method parameters in org.jdiameter.api with type arguments of type Request | |
|---|---|
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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||