| Package | Description |
|---|---|
| org.asteriskjava.fastagi.internal | |
| org.asteriskjava.live | |
| org.asteriskjava.live.internal | |
| org.asteriskjava.manager | |
| org.asteriskjava.manager.internal |
| Constructor and Description |
|---|
AsyncAgiReader(ManagerConnection connection,
List<String> environment,
BlockingQueue<AsyncAgiEvent> asyncAgiEvents) |
AsyncAgiWriter(ManagerConnection connection,
String channelName) |
| Modifier and Type | Method and Description |
|---|---|
ManagerConnection |
AsteriskServer.getManagerConnection()
Returns the underlying ManagerConnection.
|
ManagerConnection |
DefaultAsteriskServer.getManagerConnection() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultAsteriskServer.setManagerConnection(ManagerConnection eventConnection) |
| Constructor and Description |
|---|
DefaultAsteriskServer(ManagerConnection eventConnection)
Creates a new instance that uses the given
ManagerConnection. |
| Modifier and Type | Method and Description |
|---|---|
ManagerConnection |
AsteriskServerImpl.getManagerConnection() |
| Modifier and Type | Method and Description |
|---|---|
void |
AsteriskServerImpl.setManagerConnection(ManagerConnection eventConnection) |
| Constructor and Description |
|---|
AsteriskServerImpl(ManagerConnection eventConnection)
Creates a new instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultManagerConnection
Default implemention of the
ManagerConnection interface. |
| Modifier and Type | Method and Description |
|---|---|
ManagerConnection |
ManagerConnectionFactory.createManagerConnection()
Returns a new ManagerConnection in state
ManagerConnectionState.CONNECTED. |
ManagerConnection |
ManagerConnectionFactory.createSecureManagerConnection()
Returns a new SSL secured ManagerConnection in state
ManagerConnectionState.CONNECTED. |
| Modifier and Type | Method and Description |
|---|---|
void |
PingThread.addConnection(ManagerConnection connection)
Adds a connection to the list of pinged connections.
|
protected void |
PingThread.ping(ManagerConnection c)
Sends a ping to Asterisk and logs any errors that may occur.
|
void |
PingThread.removeConnection(ManagerConnection connection)
Removes a connection from the list of pinged connections.
|
| Constructor and Description |
|---|
PingThread(ManagerConnection connection)
Creates a new PingThread that uses the given ManagerConnection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ManagerConnectionImpl
Internal implemention of the ManagerConnection interface.
|
Copyright © 2018. All rights reserved.