Uses of Interface
net.sf.asterisk.fastagi.reply.AGIReply

Packages that use AGIReply
net.sf.asterisk.fastagi Provides an implementaion of Asterisk's FastAGI. 
net.sf.asterisk.fastagi.impl Provides private implementations for interfaces defined in the net.sf.asterisk.fastagi package. 
net.sf.asterisk.fastagi.reply.impl Provides private implementations for interfaces defined in the net.sf.asterisk.fastagi.reply package. 
 

Uses of AGIReply in net.sf.asterisk.fastagi
 

Methods in net.sf.asterisk.fastagi that return AGIReply
 AGIReply AGIReader.readReply()
          Reads one reply to an AGICommand from Asterisk.
 AGIReply AGIChannel.sendCommand(AGICommand command)
          Sends a command to asterisk and returns the corresponding reply.
 

Uses of AGIReply in net.sf.asterisk.fastagi.impl
 

Methods in net.sf.asterisk.fastagi.impl that return AGIReply
 AGIReply AGIReaderImpl.readReply()
           
 AGIReply AGIChannelImpl.sendCommand(AGICommand command)
           
 

Uses of AGIReply in net.sf.asterisk.fastagi.reply.impl
 

Classes in net.sf.asterisk.fastagi.reply.impl that implement AGIReply
 class AGIReplyImpl
          Default implementation of the AGIReply interface.
 



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