| Package | Description |
|---|---|
| org.asteriskjava.examples.fastagi | |
| org.asteriskjava.fastagi |
Provides an implementaion of Asterisk's FastAGI.
|
| org.asteriskjava.fastagi.internal |
Provides private implementations for interfaces defined in the
org.asteriskjava.fastagi package.
|
| org.asteriskjava.pbx.agi.config |
| Modifier and Type | Method and Description |
|---|---|
void |
ExampleCallIn.service(AgiRequest request,
AgiChannel channel) |
| Modifier and Type | Method and Description |
|---|---|
AgiRequest |
AgiReader.readRequest()
Reads the initial request data from Asterisk.
|
| Modifier and Type | Method and Description |
|---|---|
AgiChannel |
AgiChannelFactory.createAgiChannel(AgiRequest request,
AgiWriter agiWriter,
AgiReader agiReader)
Creates a new AgiChannel.
|
AgiScript |
ResourceBundleMappingStrategy.determineScript(AgiRequest request) |
abstract AgiScript |
AbstractMappingStrategy.determineScript(AgiRequest request) |
AgiScript |
ClassNameMappingStrategy.determineScript(AgiRequest request) |
AgiScript |
SimpleMappingStrategy.determineScript(AgiRequest request,
AgiChannel channel) |
AgiScript |
AbstractMappingStrategy.determineScript(AgiRequest request,
AgiChannel channel) |
AgiScript |
MappingStrategy.determineScript(AgiRequest request,
AgiChannel channel)
Returns the AgiScript instance that is responsible to handle
the given request.
|
AgiScript |
ScriptEngineMappingStrategy.determineScript(AgiRequest request,
AgiChannel channel) |
AgiScript |
StaticMappingStrategy.determineScript(AgiRequest request,
AgiChannel channel) |
AgiScript |
CompositeMappingStrategy.determineScript(AgiRequest request,
AgiChannel channel) |
protected void |
ScriptEngineMappingStrategy.populateBindings(File file,
AgiRequest request,
AgiChannel channel,
Bindings bindings)
Override this method if you want to add additional bindings before the
script is run.
|
void |
AgiScript.service(AgiRequest request,
AgiChannel channel)
The service method is called by the AsteriskServer whenever this
AgiScript should handle an incoming AgiRequest.
|
void |
ScriptEngineMappingStrategy.ScriptEngineAgiScript.service(AgiRequest request,
AgiChannel channel) |
| Modifier and Type | Class and Description |
|---|---|
class |
AgiRequestImpl
Default implementation of the AGIRequest interface.
|
| Modifier and Type | Method and Description |
|---|---|
AgiRequest |
AgiChannelImpl.getInternalAgiRequest() |
AgiRequest |
AsyncAgiReader.readRequest() |
| Modifier and Type | Method and Description |
|---|---|
AgiChannel |
DefaultAgiChannelFactory.createAgiChannel(AgiRequest request,
AgiWriter agiWriter,
AgiReader agiReader) |
| Constructor and Description |
|---|
AgiChannelImpl(AgiRequest request,
AgiWriter agiWriter,
AgiReader agiReader) |
| Modifier and Type | Field and Description |
|---|---|
protected AgiRequest |
ServiceAgiScriptImpl.request |
| Modifier and Type | Method and Description |
|---|---|
AgiScript |
AgiMappingStragegy.determineScript(AgiRequest request,
AgiChannel channel) |
void |
ServiceAgiScriptImpl.service(AgiRequest request,
AgiChannel channel) |
Copyright © 2004–2022. All rights reserved.