| Package | Description |
|---|---|
| org.kurento.client.internal.client | |
| org.kurento.client.internal.client.operation |
| Modifier and Type | Method and Description |
|---|---|
RemoteObject |
RemoteObjectFactory.create(String remoteClassName) |
RemoteObject |
RomManager.create(String remoteClassName) |
RemoteObject |
RemoteObjectFactory.create(String remoteClassName,
Props constructorParams) |
RemoteObject |
RomManager.create(String remoteClassName,
Props constructorParams) |
RemoteObject |
RomManager.create(String remoteClassName,
Props constructorParams,
Transaction tx) |
RemoteObject |
RomManager.createWithKurentoObject(Class<?> clazz,
Props props) |
RemoteObject |
RomManager.createWithKurentoObject(Class<?> clazz,
Props props,
Transaction transaction) |
RemoteObject |
RemoteObjectInvocationHandler.getRemoteObject() |
RemoteObject |
RomClientObjectManager.getRemoteObject(String objectRef) |
| Modifier and Type | Method and Description |
|---|---|
static <E> E |
RemoteObjectInvocationHandler.newProxy(RemoteObject remoteObject,
RomManager manager,
Class<E> clazz) |
void |
RomManager.registerObject(String objectRef,
RemoteObject remoteObject) |
void |
RomClientObjectManager.registerObject(String objectRef,
RemoteObject remoteObject) |
void |
RemoteObjectInvocationHandler.setRemoteObject(RemoteObject remoteObject) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
protected RemoteObject |
Operation.getRemoteObject(Object object) |
| Constructor and Description |
|---|
MediaObjectCreationOperation(String className,
Props constructorParams,
RemoteObject remoteObject) |
Copyright © 2015 Kurento. All rights reserved.