|
Asterisk-Java | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AgiReply | |
---|---|
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 AgiReply in org.asteriskjava.fastagi |
---|
Methods in org.asteriskjava.fastagi that return AgiReply | |
---|---|
AgiReply |
AgiOperations.getLastReply()
|
AgiReply |
AgiChannel.getLastReply()
Returns the reply received in response to the last command sent to Asterisk. |
AgiReply |
AgiOperations.sendCommand(AgiCommand command)
|
AgiReply |
AgiChannel.sendCommand(AgiCommand command)
Sends a command to asterisk and returns the corresponding reply. |
Constructors in org.asteriskjava.fastagi with parameters of type AgiReply | |
---|---|
SpeechRecognitionResult(AgiReply agiReply)
|
Uses of AgiReply in org.asteriskjava.fastagi.internal |
---|
Classes in org.asteriskjava.fastagi.internal that implement AgiReply | |
---|---|
class |
AgiReplyImpl
Default implementation of the AgiReply interface. |
Methods in org.asteriskjava.fastagi.internal that return AgiReply | |
---|---|
AgiReply |
AgiChannelImpl.getLastReply()
|
AgiReply |
AsyncAgiReader.readReply()
|
AgiReply |
AgiChannelImpl.sendCommand(AgiCommand command)
|
|
Asterisk-Java | |||||||||
PREV NEXT | FRAMES NO FRAMES |