See: Description
| Interface | Description |
|---|---|
| AgiChannelFactory |
An AgiChannelFactory creates instances of AgiChannels,
that are passed to agi scripts.
|
| AgiReader |
The AgiReader reads the replies from the network and parses them using a
ReplyBuilder.
|
| AgiWriter |
The AgiWriter sends commands to Asterisk.
|
| Class | Description |
|---|---|
| AgiChannelImpl |
Default implementation of the AgiChannel interface.
|
| AgiConnectionHandler |
An AgiConnectionHandler is created and run by the AgiServer whenever a new
AGI connection from an Asterisk Server is received.
|
| AgiReplyImpl |
Default implementation of the AgiReply interface.
|
| AgiRequestImpl |
Default implementation of the AGIRequest interface.
|
| AsyncAgiConnectionHandler |
An AgiConnectionHandler for AsyncAGI.
|
| AsyncAgiReader | |
| AsyncAgiWriter |
Implementation of AgiWriter that uses a
ManagerConnection to send
AgiCommands as part of an AsyncAgi conversation. |
| DefaultAgiChannelFactory |
If no other factory is passed to DefaultAgiServer's constructor,
an instance of this one will be used.
|
| FastAgiConnectionHandler |
An AgiConnectionHandler for FastAGI.
|
Provides private implementations for interfaces defined in the org.asteriskjava.fastagi package.
Copyright © 2004–2016. All rights reserved.