Package org.red5.server.service


package org.red5.server.service
  • Class
    Description
    Basic service call (remote call) implementation
    Interface for objects that resolve service names to services.
    Thrown if service method is not found so call throws exception
    Thrown when a client is not allowed to execute a method.
    Pending call is remote call operation that is in pending state.
    Provides a means for locating methods within service classes using reflection.
    Makes remote calls, invoking services, resolves service handlers
    Thrown when service can't be found thus remote call throws an exception