| Interface | Description |
|---|---|
| IServiceResolver |
Interface for objects that resolve service names to services.
|
| Class | Description |
|---|---|
| Call |
Basic service call (remote call) implementation
|
| PendingCall |
Pending call is remote call operation that is in pending state.
|
| ReflectionUtils |
Provides a means for locating methods within service classes using reflection.
|
| ServiceInvoker |
Makes remote calls, invoking services, resolves service handlers
|
| Exception | Description |
|---|---|
| MethodNotFoundException |
Thrown if service method is not found so call throws exception
|
| NotAllowedException |
Thrown when a client is not allowed to execute a method.
|
| ServiceNotFoundException |
Thrown when service can't be found thus remote call throws an exception
|
Copyright © 2005–2017 Red5. All rights reserved.