Asterisk-Java

Uses of Interface
org.asteriskjava.fastagi.AgiChannel

Packages that use AgiChannel
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. 
 

Uses of AgiChannel in org.asteriskjava.fastagi
 

Classes in org.asteriskjava.fastagi that implement AgiChannel
 class AgiOperations
          AgiOperations provides some convinience methods that wrap the various AgiCommands.
 class BaseAgiScript
          The BaseAgiScript provides some convinience methods to make it easier to write custom AgiScripts.
 

Methods in org.asteriskjava.fastagi that return AgiChannel
protected  AgiChannel AgiOperations.getChannel()
          Returns the channel to operate on.
 

Methods in org.asteriskjava.fastagi with parameters of type AgiChannel
protected  void ScriptEngineMappingStrategy.populateBindings(java.io.File file, AgiRequest request, AgiChannel channel, javax.script.Bindings bindings)
          Override this method if you want to add additional bindings before the script is run.
 void AgiScript.service(AgiRequest request, AgiChannel channel)
          The service method is called by the AsteriskServer whenever this AgiScript should handle an incoming AgiRequest.
 void ScriptEngineMappingStrategy.ScriptEngineAgiScript.service(AgiRequest request, AgiChannel channel)
           
 

Constructors in org.asteriskjava.fastagi with parameters of type AgiChannel
AgiOperations(AgiChannel channel)
          Creates a new instance that operates on the given channel.
 

Uses of AgiChannel in org.asteriskjava.fastagi.internal
 

Classes in org.asteriskjava.fastagi.internal that implement AgiChannel
 class AgiChannelImpl
          Default implementation of the AgiChannel interface.
 

Methods in org.asteriskjava.fastagi.internal that return AgiChannel
static AgiChannel AgiConnectionHandler.getChannel()
          Returns the AgiChannel associated with the current thread.
 


Asterisk-Java

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