| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
protected AgiChannelFactory |
AbstractAgiServer.getAgiChannelFactory()
Returns the AgiChannelFactory to use for creating new AgiChannel
instances.
|
| Constructor and Description |
|---|
AbstractAgiServer(AgiChannelFactory agiChannelFactory)
Creates a new AbstractAgiServer with the given channel factory.
|
AsyncAgiServer(AgiChannelFactory agiChannelFactory)
Creates a new AsyncAgiServer with a custom
AgiChannelFactory. |
AsyncAgiServer(AgiScript agiScript,
AgiChannelFactory agiChannelFactory)
Creates a new AsyncAgiServer that will execute the given AGI script for every
request.
|
AsyncAgiServer(MappingStrategy mappingStrategy,
AgiChannelFactory agiChannelFactory)
Creates a new AsyncAgiServer with the given MappingStrategy.
|
DefaultAgiServer(AgiChannelFactory agiChannelFactory)
Creates a new DefaultAgiServer and set a custom factory for creating
AgiChannels
|
DefaultAgiServer(String configResourceBundleName,
MappingStrategy mappingStrategy,
AgiChannelFactory agiChannelFactory)
Creates a new DefaultAgiServer and loads its configuration from an
alternative resource bundle and uses the given
MappingStrategy. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAgiChannelFactory
If no other factory is passed to DefaultAgiServer's constructor,
an instance of this one will be used.
|
| Constructor and Description |
|---|
AgiConnectionHandler(MappingStrategy mappingStrategy,
AgiChannelFactory agiChannelFactory)
Creates a new AGIConnectionHandler to handle the given socket connection.
|
AsyncAgiConnectionHandler(MappingStrategy mappingStrategy,
AsyncAgiEvent asyncAgiStartEvent,
AgiChannelFactory agiChannelFactory)
Creates a new FastAGIConnectionHandler to handle the given FastAGI socket connection.
|
FastAgiConnectionHandler(MappingStrategy mappingStrategy,
SocketConnectionFacade socket,
AgiChannelFactory agiChannelFactory)
Creates a new FastAGIConnectionHandler to handle the given FastAGI socket connection.
|
Copyright © 2004–2020. All rights reserved.