| Package | Description |
|---|---|
| org.jdiameter.api |
| Modifier and Type | Method and Description |
|---|---|
Answer |
Request.createAnswer()
Creates answer for this request.
|
Answer |
Request.createAnswer(long resultCode)
Creates an answer for this request with the specified result code.
|
Answer |
Request.createAnswer(long vendorId,
long experementalResultCode)
Creates an answer for this request with the specified experimental result code.
|
Answer |
NetworkReqListener.processRequest(Request request)
This method use for process new network requests.
|
| Modifier and Type | Method and Description |
|---|---|
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,
TimeUnit timeUnit)
Sends and wait response message with defined timeout
|
Copyright © 2016. All Rights Reserved.