Package | Description |
---|---|
org.red5.server | |
org.red5.server.api | |
org.red5.server.jmx.mxbeans |
Modifier and Type | Method and Description |
---|---|
Client |
ClientRegistry.getClient(String id) |
IClient |
ClientRegistry.lookupClient(String id)
Return client by id
|
IClient |
ClientRegistry.newClient(Object[] params)
Return client from next id with given params
|
Modifier and Type | Method and Description |
---|---|
IClient |
IClientRegistry.lookupClient(String id)
Return an existing client from a client id.
|
IClient |
IClientRegistry.newClient(Object[] params)
Create a new client client object from connection params.
|
Modifier and Type | Method and Description |
---|---|
Client |
ClientRegistryMXBean.getClient(String id) |
Copyright © 2006-2012 The Red5 Project