Asterisk-Java

Uses of Package
org.asteriskjava.fastagi

Packages that use org.asteriskjava.fastagi
org.asteriskjava.fastagi Provides an implementaion of Asterisk's FastAGI. 
org.asteriskjava.fastagi.internal Provides private implementations for interfaces defined in the org.asteriskjava.fastagi package. 
 

Classes in org.asteriskjava.fastagi used by org.asteriskjava.fastagi
AbstractAgiServer
          Abstract base class for FastAGI and AsyncAGI servers.
AbstractMappingStrategy
          Abstract base class for common mapping strategies.
AgiChannel
          Provides the functionality to send AgiCommands to Asterisk while handling an AgiRequest.
AgiException
          Base class for all AGI specific exceptions.
AgiOperations
          AgiOperations provides some convinience methods that wrap the various AgiCommands.
AgiRequest
          Provides client request information to an AgiScript.
AgiScript
          AgiScripts are used by the AsteriskServer to handle AgiRequests received from the Asterisk server.
AgiServer
          Listens for incoming AGI connections, reads the inital data and builds an AgiRequest that is then handed over to the appropriate AgiScript for processing.
AgiSpeechException
          The AgiSpeechException is thrown if a speech command can not be executed successfully.
MappingStrategy
          A MappingStrategy determines which AgiScript is called to service a given AgiRequest.
NamedAgiScript
          Interface for an AgiScript that provides a name for logging and management.
SpeechRecognitionResult
          Contains the results of a speech recognition command.
SpeechRecognitionResult.SpeechResult
          Container class for recognized speech.
 

Classes in org.asteriskjava.fastagi used by org.asteriskjava.fastagi.internal
AgiChannel
          Provides the functionality to send AgiCommands to Asterisk while handling an AgiRequest.
AgiException
          Base class for all AGI specific exceptions.
AgiRequest
          Provides client request information to an AgiScript.
AgiScript
          AgiScripts are used by the AsteriskServer to handle AgiRequests received from the Asterisk server.
MappingStrategy
          A MappingStrategy determines which AgiScript is called to service a given AgiRequest.
SpeechRecognitionResult
          Contains the results of a speech recognition command.
 


Asterisk-Java

Copyright © 2004-2009 Stefan Reuter. All Rights Reserved.