|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.asterisk.fastagi.impl.AGIReaderImpl
public class AGIReaderImpl
Default implementation of the AGIReader implementation.
Constructor Summary | |
---|---|
AGIReaderImpl(SocketConnectionFacade socket)
|
Method Summary | |
---|---|
AGIReply |
readReply()
Reads one reply to an AGICommand from Asterisk. |
AGIRequest |
readRequest()
Reads the initial request data from Asterisk. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AGIReaderImpl(SocketConnectionFacade socket)
Method Detail |
---|
public AGIRequest readRequest() throws AGIException
AGIReader
readRequest
in interface AGIReader
AGIException
- if the request can't be read.public AGIReply readReply() throws AGIException
AGIReader
readReply
in interface AGIReader
AGIException
- if the reply can't be read.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |