|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MappingStrategy | |
---|---|
net.sf.asterisk.fastagi | Provides an implementaion of Asterisk's FastAGI. |
Uses of MappingStrategy in net.sf.asterisk.fastagi |
---|
Classes in net.sf.asterisk.fastagi that implement MappingStrategy | |
---|---|
class |
ResourceBundleMappingStrategy
A MappingStrategy that is configured via a resource bundle. The resource bundle contains the script part of the url as key and the fully qualified class name of the corresponding AGIScript as value. Example: |
class |
SimpleMappingStrategy
A MappingStrategy that is configured via a fixed set of properties. This mapping strategy is most useful when used with the Spring framework. Example (using Spring): |
Methods in net.sf.asterisk.fastagi with parameters of type MappingStrategy | |
---|---|
void |
DefaultAGIServer.setMappingStrategy(MappingStrategy mappingStrategy)
Sets the strategy to use for mapping AGIRequests to AGIScripts that serve them. The default mapping strategy is a ResourceBundleMappingStrategy. |
Constructors in net.sf.asterisk.fastagi with parameters of type MappingStrategy | |
---|---|
AGIConnectionHandler(SocketConnectionFacade socket,
MappingStrategy mappingStrategy)
Creates a new AGIConnectionHandler to handle the given socket connection. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |