|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.asterisk.fastagi.impl.AGIWriterImpl
public class AGIWriterImpl
Default implementation of the AGIWriter interface.
Constructor Summary | |
---|---|
AGIWriterImpl(SocketConnectionFacade socket)
|
Method Summary | |
---|---|
void |
sendCommand(AGICommand command)
Sends the given command to the Asterisk server. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AGIWriterImpl(SocketConnectionFacade socket)
Method Detail |
---|
public void sendCommand(AGICommand command) throws AGIException
AGIWriter
sendCommand
in interface AGIWriter
command
- the command to send.
AGIException
- if the command can't be sent.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |