Package | Description |
---|---|
org.asteriskjava.fastagi.internal |
Provides private implementations for interfaces defined in the
org.asteriskjava.fastagi package.
|
org.asteriskjava.live |
Provides a higher level API on top of Asterisk's Manager API.
|
org.asteriskjava.live.internal |
Provides private implementations and helper classes for interfaces
defined in the org.asteriskjava.live package.
|
org.asteriskjava.manager |
Provides an implementaion of Asterisk's Manager API.
|
org.asteriskjava.manager.internal |
Provides private implementations for interfaces defined in the
org.asteriskjava.manager package.
|
org.asteriskjava.pbx.internal.managerAPI |
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.
|
Modifier and Type | Method and Description |
---|---|
ManagerConnection |
Connector.connect(AsteriskSettings asteriskSettings)
Establishes a Asterisk ManagerConnection as well as performing the
'login' required by Asterisk.
|
Copyright © 2004–2020. All rights reserved.