Asterisk-Java

Uses of Class
org.asteriskjava.manager.event.AsyncAgiEvent

Packages that use AsyncAgiEvent
org.asteriskjava.fastagi.internal Provides private implementations for interfaces defined in the org.asteriskjava.fastagi package. 
 

Uses of AsyncAgiEvent in org.asteriskjava.fastagi.internal
 

Methods in org.asteriskjava.fastagi.internal with parameters of type AsyncAgiEvent
 void AsyncAgiConnectionHandler.onAsyncAgiEndEvent(AsyncAgiEvent event)
           
 void AsyncAgiConnectionHandler.onAsyncAgiExecEvent(AsyncAgiEvent event)
           
 

Constructors in org.asteriskjava.fastagi.internal with parameters of type AsyncAgiEvent
AsyncAgiConnectionHandler(MappingStrategy mappingStrategy, AsyncAgiEvent asyncAgiStartEvent)
          Creates a new FastAGIConnectionHandler to handle the given FastAGI socket connection.
 

Constructor parameters in org.asteriskjava.fastagi.internal with type arguments of type AsyncAgiEvent
AsyncAgiReader(ManagerConnection connection, java.util.List<java.lang.String> environment, java.util.concurrent.BlockingQueue<AsyncAgiEvent> asyncAgiEvents)
           
 


Asterisk-Java

Copyright © 2004-2009 Stefan Reuter. All Rights Reserved.