| Package | Description |
|---|---|
| org.kurento.client | |
| org.kurento.client.internal | |
| org.kurento.client.internal.client | |
| org.kurento.client.internal.transport.jsonrpc |
| Modifier and Type | Method and Description |
|---|---|
void |
ZBarFilter.addCodeFoundListener(EventListener<CodeFoundEvent> listener,
Continuation<ListenerSubscription> cont)
Add a
EventListener for event CodeFoundEvent. |
void |
BaseRtpEndpoint.addConnectionStateChangedListener(EventListener<ConnectionStateChangedEvent> listener,
Continuation<ListenerSubscription> cont)
Add a
EventListener for event ConnectionStateChangedEvent. |
void |
MediaElement.addElementConnectedListener(EventListener<ElementConnectedEvent> listener,
Continuation<ListenerSubscription> cont)
Add a
EventListener for event ElementConnectedEvent. |
void |
MediaElement.addElementDisconnectedListener(EventListener<ElementDisconnectedEvent> listener,
Continuation<ListenerSubscription> cont)
Add a
EventListener for event ElementDisconnectedEvent. |
void |
PlayerEndpoint.addEndOfStreamListener(EventListener<EndOfStreamEvent> listener,
Continuation<ListenerSubscription> cont)
Add a
EventListener for event EndOfStreamEvent. |
void |
HttpPostEndpoint.addEndOfStreamListener(EventListener<EndOfStreamEvent> listener,
Continuation<ListenerSubscription> cont)
Add a
EventListener for event EndOfStreamEvent. |
void |
MediaObject.addErrorListener(EventListener<ErrorEvent> listener,
Continuation<ListenerSubscription> cont)
Add a
EventListener for event ErrorEvent. |
void |
WebRtcEndpoint.addIceCandidate(IceCandidate candidate,
Continuation<Void> cont)
Asynchronous version of addIceCandidate:
onSuccess(F) is called when the action is
done. |
void |
ImageOverlayFilter.addImage(String id,
String uri,
float offsetXPercent,
float offsetYPercent,
float widthPercent,
float heightPercent,
boolean keepAspectRatio,
boolean center,
Continuation<Void> cont)
Asynchronous version of addImage:
onSuccess(F) is called when the action is
done. |
void |
SessionEndpoint.addMediaSessionStartedListener(EventListener<MediaSessionStartedEvent> listener,
Continuation<ListenerSubscription> cont)
Add a
EventListener for event MediaSessionStartedEvent. |
void |
SessionEndpoint.addMediaSessionTerminatedListener(EventListener<MediaSessionTerminatedEvent> listener,
Continuation<ListenerSubscription> cont)
Add a
EventListener for event MediaSessionTerminatedEvent. |
void |
BaseRtpEndpoint.addMediaStateChangedListener(EventListener<MediaStateChangedEvent> listener,
Continuation<ListenerSubscription> cont)
Add a
EventListener for event MediaStateChangedEvent. |
void |
ServerManager.addObjectCreatedListener(EventListener<ObjectCreatedEvent> listener,
Continuation<ListenerSubscription> cont)
Add a
EventListener for event ObjectCreatedEvent. |
void |
ServerManager.addObjectDestroyedListener(EventListener<ObjectDestroyedEvent> listener,
Continuation<ListenerSubscription> cont)
Add a
EventListener for event ObjectDestroyedEvent. |
void |
WebRtcEndpoint.addOnDataChannelClosedListener(EventListener<OnDataChannelClosedEvent> listener,
Continuation<ListenerSubscription> cont)
Add a
EventListener for event OnDataChannelClosedEvent. |
void |
WebRtcEndpoint.addOnDataChannelOpenedListener(EventListener<OnDataChannelOpenedEvent> listener,
Continuation<ListenerSubscription> cont)
Add a
EventListener for event OnDataChannelOpenedEvent. |
void |
WebRtcEndpoint.addOnIceCandidateListener(EventListener<OnIceCandidateEvent> listener,
Continuation<ListenerSubscription> cont)
Add a
EventListener for event OnIceCandidateEvent. |
void |
WebRtcEndpoint.addOnIceComponentStateChangedListener(EventListener<OnIceComponentStateChangedEvent> listener,
Continuation<ListenerSubscription> cont)
Add a
EventListener for event OnIceComponentStateChangedEvent. |
void |
WebRtcEndpoint.addOnIceGatheringDoneListener(EventListener<OnIceGatheringDoneEvent> listener,
Continuation<ListenerSubscription> cont)
Add a
EventListener for event OnIceGatheringDoneEvent. |
void |
MediaObject.addTag(String key,
String value,
Continuation<Void> cont)
Asynchronous version of addTag:
onSuccess(F) is called when the action is
done. |
void |
AbstractBuilder.buildAsync(Continuation<T> continuation)
Builds an object asynchronously using the builder design pattern.
|
void |
WebRtcEndpoint.closeDataChannel(int channelId,
Continuation<Void> cont)
Asynchronous version of closeDataChannel:
onSuccess(F) is called when the action is
done. |
void |
Transaction.commit(Continuation<Void> continuation) |
void |
Dispatcher.connect(HubPort source,
HubPort sink,
Continuation<Void> cont)
Asynchronous version of connect:
onSuccess(F) is called when the action is
done. |
void |
MediaElement.connect(MediaElement sink,
Continuation<Void> cont)
Asynchronous version of connect:
onSuccess(F) is called when the action is
done. |
void |
MediaElement.connect(MediaElement sink,
MediaType mediaType,
Continuation<Void> cont)
Asynchronous version of connect:
onSuccess(F) is called when the action is
done. |
void |
MediaElement.connect(MediaElement sink,
MediaType mediaType,
String sourceMediaDescription,
Continuation<Void> cont)
Asynchronous version of connect:
onSuccess(F) is called when the action is
done. |
void |
MediaElement.connect(MediaElement sink,
MediaType mediaType,
String sourceMediaDescription,
String sinkMediaDescription,
Continuation<Void> cont)
Asynchronous version of connect:
onSuccess(F) is called when the action is
done. |
void |
Mixer.connect(MediaType media,
HubPort source,
HubPort sink,
Continuation<Void> cont)
Asynchronous version of connect:
onSuccess(F) is called when the action is
done. |
void |
WebRtcEndpoint.createDataChannel(Continuation<Void> cont)
Asynchronous version of createDataChannel:
onSuccess(F) is called when the action is
done. |
void |
WebRtcEndpoint.createDataChannel(String label,
boolean ordered,
Continuation<Void> cont)
Asynchronous version of createDataChannel:
onSuccess(F) is called when the action is
done. |
void |
WebRtcEndpoint.createDataChannel(String label,
boolean ordered,
int maxPacketLifeTime,
Continuation<Void> cont)
Asynchronous version of createDataChannel:
onSuccess(F) is called when the action is
done. |
void |
WebRtcEndpoint.createDataChannel(String label,
boolean ordered,
int maxPacketLifeTime,
int maxRetransmits,
Continuation<Void> cont)
Asynchronous version of createDataChannel:
onSuccess(F) is called when the action is
done. |
void |
WebRtcEndpoint.createDataChannel(String label,
boolean ordered,
int maxPacketLifeTime,
int maxRetransmits,
String protocol,
Continuation<Void> cont)
Asynchronous version of createDataChannel:
onSuccess(F) is called when the action is
done. |
void |
WebRtcEndpoint.createDataChannel(String label,
Continuation<Void> cont)
Asynchronous version of createDataChannel:
onSuccess(F) is called when the action is
done. |
void |
KurentoClient.createMediaPipeline(Continuation<MediaPipeline> cont)
Creates a new
MediaPipeline in the media server |
void |
MediaElement.disconnect(MediaElement sink,
Continuation<Void> cont)
Asynchronous version of disconnect:
onSuccess(F) is called when the action is
done. |
void |
MediaElement.disconnect(MediaElement sink,
MediaType mediaType,
Continuation<Void> cont)
Asynchronous version of disconnect:
onSuccess(F) is called when the action is
done. |
void |
MediaElement.disconnect(MediaElement sink,
MediaType mediaType,
String sourceMediaDescription,
Continuation<Void> cont)
Asynchronous version of disconnect:
onSuccess(F) is called when the action is
done. |
void |
MediaElement.disconnect(MediaElement sink,
MediaType mediaType,
String sourceMediaDescription,
String sinkMediaDescription,
Continuation<Void> cont)
Asynchronous version of disconnect:
onSuccess(F) is called when the action is
done. |
void |
Mixer.disconnect(MediaType media,
HubPort source,
HubPort sink,
Continuation<Void> cont)
Asynchronous version of disconnect:
onSuccess(F) is called when the action is
done. |
void |
WebRtcEndpoint.gatherCandidates(Continuation<Void> cont)
Asynchronous version of gatherCandidates:
onSuccess(F) is called when the action is
done. |
void |
SdpEndpoint.generateOffer(Continuation<String> cont)
Asynchronous version of generateOffer:
onSuccess(F) is called when the action is
done. |
void |
MediaObject.getChilds(Continuation<List<MediaObject>> cont) |
void |
GStreamerFilter.getCommand(Continuation<String> cont) |
void |
BaseRtpEndpoint.getConnectionState(Continuation<ConnectionState> cont) |
void |
MediaObject.getCreationTime(Continuation<Integer> cont) |
void |
Hub.getGstreamerDot(Continuation<String> cont)
Asynchronous version of getGstreamerDot:
onSuccess(F) is called when the action is
done. |
void |
MediaElement.getGstreamerDot(Continuation<String> cont)
Asynchronous version of getGstreamerDot:
onSuccess(F) is called when the action is
done. |
void |
MediaPipeline.getGstreamerDot(Continuation<String> cont)
Asynchronous version of getGstreamerDot:
onSuccess(F) is called when the action is
done. |
void |
Hub.getGstreamerDot(GstreamerDotDetails details,
Continuation<String> cont)
Asynchronous version of getGstreamerDot:
onSuccess(F) is called when the action is
done. |
void |
MediaElement.getGstreamerDot(GstreamerDotDetails details,
Continuation<String> cont)
Asynchronous version of getGstreamerDot:
onSuccess(F) is called when the action is
done. |
void |
MediaPipeline.getGstreamerDot(GstreamerDotDetails details,
Continuation<String> cont)
Asynchronous version of getGstreamerDot:
onSuccess(F) is called when the action is
done. |
void |
MediaObject.getId(Continuation<String> cont) |
void |
ServerManager.getInfo(Continuation<ServerInfo> cont) |
void |
ServerManager.getKmd(String moduleName,
Continuation<String> cont)
Asynchronous version of getKmd:
onSuccess(F) is called when the action is
done. |
void |
MediaPipeline.getLatencyStats(Continuation<Boolean> cont) |
void |
SdpEndpoint.getLocalSessionDescriptor(Continuation<String> cont)
Asynchronous version of getLocalSessionDescriptor:
onSuccess(F) is called when the action is
done. |
void |
SdpEndpoint.getMaxAudioRecvBandwidth(Continuation<Integer> cont) |
void |
MediaElement.getMaxOuputBitrate(Continuation<Integer> cont) |
void |
SdpEndpoint.getMaxVideoRecvBandwidth(Continuation<Integer> cont) |
void |
BaseRtpEndpoint.getMaxVideoSendBandwidth(Continuation<Integer> cont) |
void |
MediaObject.getMediaPipeline(Continuation<MediaPipeline> cont) |
void |
BaseRtpEndpoint.getMediaState(Continuation<MediaState> cont) |
void |
ServerManager.getMetadata(Continuation<String> cont) |
void |
MediaElement.getMinOuputBitrate(Continuation<Integer> cont) |
void |
BaseRtpEndpoint.getMinVideoRecvBandwidth(Continuation<Integer> cont) |
void |
BaseRtpEndpoint.getMinVideoSendBandwidth(Continuation<Integer> cont) |
void |
MediaObject.getName(Continuation<String> cont) |
void |
MediaObject.getParent(Continuation<MediaObject> cont) |
void |
ServerManager.getPipelines(Continuation<List<MediaPipeline>> cont) |
void |
BaseRtpEndpoint.getRembParams(Continuation<RembParams> cont) |
void |
SdpEndpoint.getRemoteSessionDescriptor(Continuation<String> cont)
Asynchronous version of getRemoteSessionDescriptor:
onSuccess(F) is called when the action is
done. |
void |
MediaObject.getSendTagsInEvents(Continuation<Boolean> cont) |
void |
ServerManager.getSessions(Continuation<List<String>> cont) |
void |
MediaElement.getSinkConnections(Continuation<List<ElementConnectionData>> cont)
Asynchronous version of getSinkConnections:
onSuccess(F) is called when the action is
done. |
void |
MediaElement.getSinkConnections(MediaType mediaType,
Continuation<List<ElementConnectionData>> cont)
Asynchronous version of getSinkConnections:
onSuccess(F) is called when the action is
done. |
void |
MediaElement.getSinkConnections(MediaType mediaType,
String description,
Continuation<List<ElementConnectionData>> cont)
Asynchronous version of getSinkConnections:
onSuccess(F) is called when the action is
done. |
void |
MediaElement.getSourceConnections(Continuation<List<ElementConnectionData>> cont)
Asynchronous version of getSourceConnections:
onSuccess(F) is called when the action is
done. |
void |
MediaElement.getSourceConnections(MediaType mediaType,
Continuation<List<ElementConnectionData>> cont)
Asynchronous version of getSourceConnections:
onSuccess(F) is called when the action is
done. |
void |
MediaElement.getSourceConnections(MediaType mediaType,
String description,
Continuation<List<ElementConnectionData>> cont)
Asynchronous version of getSourceConnections:
onSuccess(F) is called when the action is
done. |
void |
MediaElement.getStats(Continuation<Map<String,Stats>> cont)
Asynchronous version of getStats:
onSuccess(F) is called when the action is
done. |
void |
MediaElement.getStats(MediaType mediaType,
Continuation<Map<String,Stats>> cont)
Asynchronous version of getStats:
onSuccess(F) is called when the action is
done. |
void |
WebRtcEndpoint.getStunServerAddress(Continuation<String> cont) |
void |
WebRtcEndpoint.getStunServerPort(Continuation<Integer> cont) |
void |
MediaObject.getTag(String key,
Continuation<String> cont)
Asynchronous version of getTag:
onSuccess(F) is called when the action is
done. |
void |
MediaObject.getTags(Continuation<List<Tag>> cont)
Asynchronous version of getTags:
onSuccess(F) is called when the action is
done. |
void |
WebRtcEndpoint.getTurnUrl(Continuation<String> cont) |
void |
UriEndpoint.getUri(Continuation<String> cont) |
void |
HttpEndpoint.getUrl(Continuation<String> cont)
Asynchronous version of getUrl:
onSuccess(F) is called when the action is
done. |
void |
UriEndpoint.pause(Continuation<Void> cont)
Asynchronous version of pause:
onSuccess(F) is called when the action is
done. |
void |
PlayerEndpoint.play(Continuation<Void> cont)
Asynchronous version of play:
onSuccess(F) is called when the action is
done. |
void |
SdpEndpoint.processAnswer(String answer,
Continuation<String> cont)
Asynchronous version of processAnswer:
onSuccess(F) is called when the action is
done. |
void |
SdpEndpoint.processOffer(String offer,
Continuation<String> cont)
Asynchronous version of processOffer:
onSuccess(F) is called when the action is
done. |
void |
RecorderEndpoint.record(Continuation<Void> cont)
Asynchronous version of record:
onSuccess(F) is called when the action is
done. |
void |
KurentoObject.release(Continuation<Void> continuation)
Explicitly release a media object form memory.
|
void |
ZBarFilter.removeCodeFoundListener(ListenerSubscription listenerSubscription,
Continuation<Void> cont)
Remove a
ListenerSubscription for event CodeFoundEvent. |
void |
BaseRtpEndpoint.removeConnectionStateChangedListener(ListenerSubscription listenerSubscription,
Continuation<Void> cont)
Remove a
ListenerSubscription for event ConnectionStateChangedEvent. |
void |
MediaElement.removeElementConnectedListener(ListenerSubscription listenerSubscription,
Continuation<Void> cont)
Remove a
ListenerSubscription for event ElementConnectedEvent. |
void |
MediaElement.removeElementDisconnectedListener(ListenerSubscription listenerSubscription,
Continuation<Void> cont)
Remove a
ListenerSubscription for event ElementDisconnectedEvent. |
void |
PlayerEndpoint.removeEndOfStreamListener(ListenerSubscription listenerSubscription,
Continuation<Void> cont)
Remove a
ListenerSubscription for event EndOfStreamEvent. |
void |
HttpPostEndpoint.removeEndOfStreamListener(ListenerSubscription listenerSubscription,
Continuation<Void> cont)
Remove a
ListenerSubscription for event EndOfStreamEvent. |
void |
MediaObject.removeErrorListener(ListenerSubscription listenerSubscription,
Continuation<Void> cont)
Remove a
ListenerSubscription for event ErrorEvent. |
void |
ImageOverlayFilter.removeImage(String id,
Continuation<Void> cont)
Asynchronous version of removeImage:
onSuccess(F) is called when the action is
done. |
void |
SessionEndpoint.removeMediaSessionStartedListener(ListenerSubscription listenerSubscription,
Continuation<Void> cont)
Remove a
ListenerSubscription for event MediaSessionStartedEvent. |
void |
SessionEndpoint.removeMediaSessionTerminatedListener(ListenerSubscription listenerSubscription,
Continuation<Void> cont)
Remove a
ListenerSubscription for event MediaSessionTerminatedEvent. |
void |
BaseRtpEndpoint.removeMediaStateChangedListener(ListenerSubscription listenerSubscription,
Continuation<Void> cont)
Remove a
ListenerSubscription for event MediaStateChangedEvent. |
void |
ServerManager.removeObjectCreatedListener(ListenerSubscription listenerSubscription,
Continuation<Void> cont)
Remove a
ListenerSubscription for event ObjectCreatedEvent. |
void |
ServerManager.removeObjectDestroyedListener(ListenerSubscription listenerSubscription,
Continuation<Void> cont)
Remove a
ListenerSubscription for event ObjectDestroyedEvent. |
void |
WebRtcEndpoint.removeOnDataChannelClosedListener(ListenerSubscription listenerSubscription,
Continuation<Void> cont)
Remove a
ListenerSubscription for event OnDataChannelClosedEvent. |
void |
WebRtcEndpoint.removeOnDataChannelOpenedListener(ListenerSubscription listenerSubscription,
Continuation<Void> cont)
Remove a
ListenerSubscription for event OnDataChannelOpenedEvent. |
void |
WebRtcEndpoint.removeOnIceCandidateListener(ListenerSubscription listenerSubscription,
Continuation<Void> cont)
Remove a
ListenerSubscription for event OnIceCandidateEvent. |
void |
WebRtcEndpoint.removeOnIceComponentStateChangedListener(ListenerSubscription listenerSubscription,
Continuation<Void> cont)
Remove a
ListenerSubscription for event OnIceComponentStateChangedEvent. |
void |
WebRtcEndpoint.removeOnIceGatheringDoneListener(ListenerSubscription listenerSubscription,
Continuation<Void> cont)
Remove a
ListenerSubscription for event OnIceGatheringDoneEvent. |
void |
DispatcherOneToMany.removeSource(Continuation<Void> cont)
Asynchronous version of removeSource:
onSuccess(F) is called when the action is
done. |
void |
MediaObject.removeTag(String key,
Continuation<Void> cont)
Asynchronous version of removeTag:
onSuccess(F) is called when the action is
done. |
void |
MediaElement.setAudioFormat(AudioCaps caps,
Continuation<Void> cont)
Asynchronous version of setAudioFormat:
onSuccess(F) is called when the action is
done. |
void |
MediaPipeline.setLatencyStats(boolean latencyStats,
Continuation<Void> cont) |
void |
AlphaBlending.setMaster(HubPort source,
int zOrder,
Continuation<Void> cont)
Asynchronous version of setMaster:
onSuccess(F) is called when the action is
done. |
void |
SdpEndpoint.setMaxAudioRecvBandwidth(int maxAudioRecvBandwidth,
Continuation<Void> cont) |
void |
MediaElement.setMaxOuputBitrate(int maxOuputBitrate,
Continuation<Void> cont) |
void |
SdpEndpoint.setMaxVideoRecvBandwidth(int maxVideoRecvBandwidth,
Continuation<Void> cont) |
void |
BaseRtpEndpoint.setMaxVideoSendBandwidth(int maxVideoSendBandwidth,
Continuation<Void> cont) |
void |
MediaElement.setMinOuputBitrate(int minOuputBitrate,
Continuation<Void> cont) |
void |
BaseRtpEndpoint.setMinVideoRecvBandwidth(int minVideoRecvBandwidth,
Continuation<Void> cont) |
void |
BaseRtpEndpoint.setMinVideoSendBandwidth(int minVideoSendBandwidth,
Continuation<Void> cont) |
void |
MediaObject.setName(String name,
Continuation<Void> cont) |
void |
MediaElement.setOutputBitrate(int bitrate,
Continuation<Void> cont)
Asynchronous version of setOutputBitrate:
onSuccess(F) is called when the action is
done. |
void |
FaceOverlayFilter.setOverlayedImage(String uri,
float offsetXPercent,
float offsetYPercent,
float widthPercent,
float heightPercent,
Continuation<Void> cont)
Asynchronous version of setOverlayedImage:
onSuccess(F) is called when the action is
done. |
void |
AlphaBlending.setPortProperties(float relativeX,
float relativeY,
int zOrder,
float relativeWidth,
float relativeHeight,
HubPort port,
Continuation<Void> cont)
Asynchronous version of setPortProperties:
onSuccess(F) is called when the action is
done. |
void |
BaseRtpEndpoint.setRembParams(RembParams rembParams,
Continuation<Void> cont) |
void |
MediaObject.setSendTagsInEvents(boolean sendTagsInEvents,
Continuation<Void> cont) |
void |
DispatcherOneToMany.setSource(HubPort source,
Continuation<Void> cont)
Asynchronous version of setSource:
onSuccess(F) is called when the action is
done. |
void |
WebRtcEndpoint.setStunServerAddress(String stunServerAddress,
Continuation<Void> cont) |
void |
WebRtcEndpoint.setStunServerPort(int stunServerPort,
Continuation<Void> cont) |
void |
WebRtcEndpoint.setTurnUrl(String turnUrl,
Continuation<Void> cont) |
void |
MediaElement.setVideoFormat(VideoCaps caps,
Continuation<Void> cont)
Asynchronous version of setVideoFormat:
onSuccess(F) is called when the action is
done. |
void |
UriEndpoint.stop(Continuation<Void> cont)
Asynchronous version of stop:
onSuccess(F) is called when the action is
done. |
void |
FaceOverlayFilter.unsetOverlayedImage(Continuation<Void> cont)
Asynchronous version of unsetOverlayedImage:
onSuccess(F) is called when the action is
done. |
void |
KurentoObject.whenCommited(Continuation<?> continuation) |
void |
KurentoObject.whenCommited(Continuation<?> continuation,
Executor executor) |
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionImpl.commit(Continuation<Void> continuation) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultContinuation<F> |
class |
ErrorLogContinuation<E> |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteObject.addEventListener(String eventType,
RemoteObjectEventListener listener,
Continuation<ListenerSubscriptionImpl> cont) |
void |
RemoteObjectFactory.create(String remoteClassName,
Continuation<RemoteObject> cont) |
void |
RomManager.create(String remoteClassName,
Continuation<RemoteObject> cont) |
void |
RemoteObjectFactory.create(String remoteClassName,
Props constructorParams,
Continuation<RemoteObject> cont) |
void |
RomManager.create(String remoteClassName,
Props constructorParams,
Continuation<RemoteObject> cont) |
String |
RomClient.create(String remoteClassName,
Props constructorParams,
Continuation<String> cont) |
void |
RemoteObject.invoke(String method,
Props params,
Type type,
Continuation cont) |
Object |
RomClient.invoke(String objectRef,
String operationName,
Props operationParams,
Type type,
Continuation<?> cont) |
Object |
RomManager.invoke(String objectRef,
String operationName,
Props operationParams,
Type type,
Continuation<?> cont) |
void |
RemoteObject.release(Continuation<Void> cont) |
void |
RomClient.release(String objectRef,
Continuation<Void> cont) |
void |
RomManager.release(String objectRef,
Continuation<Void> cont) |
void |
RemoteObject.removeEventListener(ListenerSubscriptionImpl listenerSubscription,
Continuation<Void> cont) |
String |
RomClient.subscribe(String objectRef,
String type,
Continuation<String> cont) |
String |
RomManager.subscribe(String objectRef,
String type,
Continuation<String> cont) |
void |
RomClient.transaction(List<Operation> operations,
Continuation<Void> continuation) |
void |
RomManager.transaction(List<Operation> operations,
Continuation<Void> continuation) |
void |
RomClient.unsubscribe(String objectRef,
String listenerSubscription,
Continuation<Void> cont) |
void |
RomManager.unsubscribe(String objectRef,
String listenerRegistration,
Continuation<Void> cont) |
void |
RemoteObject.whenCommited(Continuation<?> continuation) |
void |
RemoteObject.whenCommited(Continuation<?> continuation,
Executor executor) |
| Constructor and Description |
|---|
DefaultContinuation(Continuation<?> cont) |
| Modifier and Type | Method and Description |
|---|---|
String |
RomClientJsonRpcClient.create(String remoteClassName,
Props constructorParams,
Continuation<String> cont) |
Object |
RomClientJsonRpcClient.invoke(String objectRef,
String operationName,
Props operationParams,
Type type,
Continuation<?> cont) |
void |
RomClientJsonRpcClient.release(String objectRef,
Continuation<Void> cont) |
String |
RomClientJsonRpcClient.subscribe(String objectRef,
String eventType,
Continuation<String> cont) |
void |
RomClientJsonRpcClient.transaction(List<Operation> operations,
Continuation<Void> continuation) |
void |
RomClientJsonRpcClient.unsubscribe(String objectRef,
String listenerSubscription,
Continuation<Void> cont) |
Copyright © 2015 Kurento. All rights reserved.