|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||