An AgiConnectionHandler is created and run by the AgiServer whenever a new socket connection from an Asterisk Server is received.
It reads the request using an AgiReader and runs the AgiScript configured to handle this type of request. Finally it closes the socket connection.
@author srt
@version $Id: AgiConnectionHandler.java 633 2007-03-25 17:02:18Z srt $
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.