| 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 © 2005–2017 Red5. All rights reserved.