| Package | Description |
|---|---|
| org.red5.server.api.service | |
| org.red5.server.net.rtmp | |
| org.red5.server.net.rtmp.event | |
| org.red5.server.service | |
| org.red5.server.stream.bandwidth |
| Modifier and Type | Method and Description |
|---|---|
Set<IPendingServiceCallback> |
IPendingServiceCall.getCallbacks()
Returns list of callback objects, usually callback object represented as an anonymous class instance that implements IPendingServiceCallback interface.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IServiceCapableConnection.invoke(String method,
IPendingServiceCallback callback)
Invoke method by name with callback.
|
void |
IServiceCapableConnection.invoke(String method,
Object[] params,
IPendingServiceCallback callback)
Invoke method with parameters.
|
void |
IPendingServiceCall.registerCallback(IPendingServiceCallback callback)
Registers callback object usually represented as an anonymous class instance that implements IPendingServiceCallback interface.
|
void |
IPendingServiceCall.unregisterCallback(IPendingServiceCallback callback)
Unregisters callback object usually represented as an anonymous class instance that implements IPendingServiceCallback interface.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RTMPConnection.invoke(String method,
IPendingServiceCallback callback)
Invoke method by name with callback.
|
void |
RTMPConnection.invoke(String method,
Object[] params,
IPendingServiceCallback callback)
Invoke method with parameters.
|
| Modifier and Type | Method and Description |
|---|---|
IPendingServiceCallback |
ClientInvokeEvent.getCallback() |
| Modifier and Type | Method and Description |
|---|---|
static ClientInvokeEvent |
ClientInvokeEvent.build(String method,
Object[] params,
IPendingServiceCallback callback) |
| Constructor and Description |
|---|
ClientInvokeEvent(String method,
Object[] params,
IPendingServiceCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
Set<IPendingServiceCallback> |
PendingCall.getCallbacks()
Returns list of callback objects, usually callback object represented as an anonymous class instance that implements IPendingServiceCallback interface.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PendingCall.registerCallback(IPendingServiceCallback callback)
Registers callback object usually represented as an anonymous class instance that implements IPendingServiceCallback interface.
|
void |
PendingCall.unregisterCallback(IPendingServiceCallback callback)
Unregisters callback object usually represented as an anonymous class instance that implements IPendingServiceCallback interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClientServerDetection |
class |
ServerClientDetection
Calculates the bandwidth between the client and server.
|
Copyright © 2005–2017 Red5. All rights reserved.