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
 

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
 void AgiScript.service(AgiRequest request, AgiChannel channel)
          The service method is called by the AsteriskServer whenever this AgiScript should handle an incoming AgiRequest.
 

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-2007 Stefan Reuter. All Rights Reserved.