Package | Description |
---|---|
org.asteriskjava.fastagi.internal |
Provides private implementations for interfaces defined in the
org.asteriskjava.fastagi package.
|
org.asteriskjava.manager |
Provides an implementaion of Asterisk's Manager API.
|
org.asteriskjava.manager.event |
Provides classes that represent the standard events that can be received
from an Asterisk server via the Manager API.
|
Modifier and Type | Method and Description |
---|---|
void |
AsyncAgiConnectionHandler.onAsyncAgiEndEvent(AsyncAgiEvent event) |
void |
AsyncAgiConnectionHandler.onAsyncAgiExecEvent(AsyncAgiEvent event) |
Constructor and Description |
---|
AsyncAgiConnectionHandler(MappingStrategy mappingStrategy,
AsyncAgiEvent asyncAgiStartEvent,
AgiChannelFactory agiChannelFactory)
Creates a new FastAGIConnectionHandler to handle the given FastAGI socket connection.
|
Constructor and Description |
---|
AsyncAgiReader(ManagerConnection connection,
List<String> environment,
BlockingQueue<AsyncAgiEvent> asyncAgiEvents) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractManagerEventListener.handleEvent(AsyncAgiEvent event) |
Modifier and Type | Class and Description |
---|---|
class |
AsyncAgiEndEvent
Created by plhk on 1/15/15.
|
class |
AsyncAgiExecEvent
Created by plhk on 1/15/15.
|
class |
AsyncAgiStartEvent
Created by plhk on 1/15/15.
|
Copyright © 2004–2020. All rights reserved.