org.asteriskjava.fastagi.command
Class AgiReplyCommand

java.lang.Object
  extended by org.asteriskjava.fastagi.command.AbstractAgiCommand
      extended by org.asteriskjava.fastagi.command.AgiReplyCommand
All Implemented Interfaces:
Serializable, org.asteriskjava.fastagi.command.AgiCommand

public class AgiReplyCommand
extends org.asteriskjava.fastagi.command.AbstractAgiCommand

See Also:
Serialized Form

Constructor Summary
AgiReplyCommand(int statusCode, int result)
           
 
Method Summary
 String buildCommand()
           
 Map<String,String> getParameters()
           
 
Methods inherited from class org.asteriskjava.fastagi.command.AbstractAgiCommand
escapeAndQuote, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AgiReplyCommand

public AgiReplyCommand(int statusCode,
                       int result)
Method Detail

getParameters

public Map<String,String> getParameters()

buildCommand

public String buildCommand()
Specified by:
buildCommand in interface org.asteriskjava.fastagi.command.AgiCommand
Specified by:
buildCommand in class org.asteriskjava.fastagi.command.AbstractAgiCommand


Copyright © 2012 OneBusAway. All Rights Reserved.