Modifier and Type | Class and Description |
---|---|
class |
oracle.wsc.feature.webrtc.processing.future.WscFutureImpl<T extends ResponseMessage> |
Modifier and Type | Method and Description |
---|---|
<T extends WscFuture> |
WscMessage.send()
Marks the message as ready to send.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PcrfFuture
PCRF future object which holds the PCRF response.
|
Modifier and Type | Method and Description |
---|---|
TaskBuilder |
TaskBuilder.onError(WscFuture<?> future)
The task is executed only if all of the WscFuture object results in an error.
|
TaskBuilder |
TaskBuilder.onError(WscFuture<?> future,
String name)
The task will be executed only if all of the WscFuture object results in an error.
|
TaskBuilder |
TaskBuilder.onSuccess(WscFuture<?> future)
The task is executed if all the WscFuture objects are ready.
|
TaskBuilder |
TaskBuilder.onSuccess(WscFuture<?> future,
String name)
The task is executed if all the WscFuture objects are ready.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MediaFuture
Media future object which holds the media response.
|
Modifier and Type | Class and Description |
---|---|
class |
MediaAnswerFuture
MediaAnswerFuture.
|
class |
MediaAnswerUpdateFuture |
class |
oracle.wsc.feature.webrtc.template.media.MediaFutureImpl |
class |
MediaOfferFuture
MediaOfferFuture.
|
class |
MediaOfferUpdateFuture |
class |
MediaReleaseFuture
Media Release Future.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RestFuture
Future of REST Invocation.
|