Modifier and Type | Method and Description |
---|---|
boolean |
CoreHandler.serviceCall(IConnection conn,
IServiceCall call)
Remote method invocation
|
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractScopeAdapter.serviceCall(IConnection conn,
IServiceCall call)
Called when a service is called.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IScopeHandler.serviceCall(IConnection conn,
IServiceCall call)
Called when a service is called.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IPendingServiceCall
IPendingServiceCall is a call that have a list of callbacks.
|
Modifier and Type | Method and Description |
---|---|
void |
IServiceCapableConnection.invoke(IServiceCall call)
Invokes service using remoting call object
|
void |
IServiceCapableConnection.invoke(IServiceCall call,
int channel)
Invoke service using call and channel
|
boolean |
IServiceInvoker.invoke(IServiceCall call,
IScope scope)
Execute the passed service call in the given scope.
|
boolean |
IServiceInvoker.invoke(IServiceCall call,
Object service)
Execute the passed service call in the given object.
|
void |
IServiceCapableConnection.notify(IServiceCall call) |
void |
IServiceCapableConnection.notify(IServiceCall call,
int channel) |
Modifier and Type | Method and Description |
---|---|
boolean |
CoreHandlerMXBean.serviceCall(IConnection conn,
IServiceCall call) |
Modifier and Type | Class and Description |
---|---|
class |
RemotingCall
Remoting method call, specific pending call.
|
Modifier and Type | Method and Description |
---|---|
void |
RTMPConnection.invoke(IServiceCall call)
Invokes service using remoting call object
|
void |
RTMPConnection.invoke(IServiceCall call,
int channel)
Invoke service using call and channel
|
protected void |
RTMPHandler.invokeCall(RTMPConnection conn,
IServiceCall call)
Remoting call invocation handler.
|
void |
RTMPConnection.notify(IServiceCall call) |
void |
RTMPConnection.notify(IServiceCall call,
int channel) |
Modifier and Type | Field and Description |
---|---|
protected IServiceCall |
Notify.call
Service call
|
Modifier and Type | Method and Description |
---|---|
IServiceCall |
Notify.getCall()
Getter for service call
|
Modifier and Type | Method and Description |
---|---|
void |
Notify.setCall(IServiceCall call)
Setter for call
|
Constructor and Description |
---|
Notify(IServiceCall call)
Create new notification event with given service call
|
Modifier and Type | Class and Description |
---|---|
class |
Call
Basic service call (remote call) implementation
|
class |
PendingCall
Pending call is remote call operation that is in pending state.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ServiceInvoker.invoke(IServiceCall call,
IScope scope)
Execute the passed service call in the given scope.
|
boolean |
ServiceInvoker.invoke(IServiceCall call,
Object service)
Execute the passed service call in the given object.
|
Copyright © 2006-2012 The Red5 Project