| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ResponseEvents |
EventTimeoutException.getPartialResult()
Returns the partial result that has been received before the timeout
occured.
|
ResponseEvents |
ManagerConnection.sendEventGeneratingAction(EventGeneratingAction action)
Sends an
EventGeneratingAction to the Asterisk server and waits
for the corresponding ManagerResponse and the
ResponseEvents
EventGeneratingActions are ManagerActions that don't return their
response in the corresponding ManagerResponse but send a series
of events that contain the payload. |
ResponseEvents |
DefaultManagerConnection.sendEventGeneratingAction(EventGeneratingAction action) |
ResponseEvents |
ManagerConnection.sendEventGeneratingAction(EventGeneratingAction action,
long timeout)
Sends an
EventGeneratingAction to the Asterisk server and waits
for the corresponding ManagerResponse and the
ResponseEvents
EventGeneratingActions are ManagerActions that don't return their
response in the corresponding ManagerResponse but send a series
of events that contain the payload. |
ResponseEvents |
DefaultManagerConnection.sendEventGeneratingAction(EventGeneratingAction action,
long timeout) |
| Modifier and Type | Method and Description |
|---|---|
void |
SendEventGeneratingActionCallback.onResponse(ResponseEvents responseEvents)
|
| Constructor and Description |
|---|
EventTimeoutException(String message,
ResponseEvents partialResult)
Creates a new EventTimeoutException with the given message and partial
result.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ResponseEventsImpl
Implementation of the ResponseEvents interface.
|
| Modifier and Type | Method and Description |
|---|---|
ResponseEvents |
ManagerConnectionImpl.sendEventGeneratingAction(EventGeneratingAction action) |
ResponseEvents |
ManagerConnectionImpl.sendEventGeneratingAction(EventGeneratingAction action,
long timeout) |
Copyright © 2004–2024. All rights reserved.