| Package | Description |
|---|---|
| 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.
|
| Class and Description |
|---|
| 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 FastAGI 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.
|
| Class and Description |
|---|
| 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.
|
Copyright © 2004–2016. All rights reserved.