Asterisk-Java

Uses of Interface
org.asteriskjava.fastagi.AgiServer

Packages that use AgiServer
org.asteriskjava.fastagi Provides an implementaion of Asterisk's FastAGI. 
 

Uses of AgiServer in org.asteriskjava.fastagi
 

Classes in org.asteriskjava.fastagi that implement AgiServer
 class DefaultAgiServer
          Default implementation of the AgiServer interface for FastAGI.
 

Methods in org.asteriskjava.fastagi with parameters of type AgiServer
 void AgiServerThread.setAgiServer(AgiServer agiServer)
          Sets the AgiServer to run.
 

Constructors in org.asteriskjava.fastagi with parameters of type AgiServer
AgiServerThread(AgiServer agiServer)
          Creates a new AgiServerThread that runs the given AgiServer.
 


Asterisk-Java

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