| 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 |
|---|---|
AgiChannel |
AgiChannelFactory.createAgiChannel(AgiRequest request,
AgiWriter agiWriter,
AgiReader agiReader)
Creates a new AgiChannel.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncAgiWriter
Implementation of AgiWriter that uses a
ManagerConnection to send
AgiCommands as part of an AsyncAgi conversation. |
| Modifier and Type | Method and Description |
|---|---|
protected AgiWriter |
FastAgiConnectionHandler.createWriter() |
protected AgiWriter |
AsyncAgiConnectionHandler.createWriter() |
protected abstract AgiWriter |
AgiConnectionHandler.createWriter() |
| 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) |
Copyright © 2004–2024. All rights reserved.