| 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 |
|---|---|
void |
IPendingServiceCallback.resultReceived(IPendingServiceCall call)
Triggered when results are recieved
|
| Modifier and Type | Method and Description |
|---|---|
IPendingServiceCall |
RTMPConnection.getPendingCall(int invokeId)
Get pending call service by id.
|
IPendingServiceCall |
RTMPConnection.retrievePendingCall(int invokeId)
Retrieves and removes the pending call service by id.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RTMPConnection.registerPendingCall(int invokeId,
IPendingServiceCall call)
Register pending call (remote function call that is yet to finish).
|
void |
DeferredResult.setServiceCall(IPendingServiceCall call)
Setter for service call.
|
| Modifier and Type | Method and Description |
|---|---|
IPendingServiceCall |
Invoke.getCall()
Getter for service call
|
| Constructor and Description |
|---|
Invoke(IPendingServiceCall call)
Create new invocation event with given pending service call
|
| Modifier and Type | Class and Description |
|---|---|
class |
PendingCall
Pending call is remote call operation that is in pending state.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerClientDetection.resultReceived(IPendingServiceCall call)
Handle callback from service call.
|
void |
ClientServerDetection.resultReceived(IPendingServiceCall call)
Handle callback from service call.
|
Copyright © 2005–2017 Red5. All rights reserved.