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.
|
org.asteriskjava.manager.response |
Provides classes that represent the responses that are received
from an Asterisk server in response to an action send via the
Manager API.
|
org.asteriskjava.pbx.asterisk.wrap.response | |
org.asteriskjava.pbx.internal.core |
Modifier and Type | Method and Description |
---|---|
ManagerResponse |
ResponseEvents.getResponse()
Returns the response received.
|
ManagerResponse |
ManagerConnection.sendAction(ManagerAction action)
Sends a ManagerAction to the Asterisk server and waits for the
corresponding ManagerResponse.
|
ManagerResponse |
DefaultManagerConnection.sendAction(ManagerAction action) |
ManagerResponse |
ManagerConnection.sendAction(ManagerAction action,
long timeout)
Sends a ManagerAction to the Asterisk server and waits for the
corresponding
ManagerResponse . |
ManagerResponse |
DefaultManagerConnection.sendAction(ManagerAction action,
long timeout) |
Modifier and Type | Method and Description |
---|---|
void |
SendActionCallback.onResponse(ManagerResponse response)
This method is called when a response is received.
|
Modifier and Type | Method and Description |
---|---|
ManagerResponse |
ResponseEventsImpl.getResponse() |
ManagerResponse |
ManagerConnectionImpl.sendAction(ManagerAction action) |
ManagerResponse |
ManagerConnectionImpl.sendAction(ManagerAction action,
long timeout)
Implements synchronous sending of "simple" actions.
|
Modifier and Type | Method and Description |
---|---|
void |
ManagerConnectionImpl.dispatchResponse(ManagerResponse response,
Integer requiredHandlingTime)
This method is called by the reader whenever a
ManagerResponse is
received. |
void |
AsyncEventPump.dispatchResponse(ManagerResponse response,
Integer requiredHandlingTime)
add a ManagerResponse to the queue, only if the queue is not full
|
void |
ResponseEventsImpl.setRepsonse(ManagerResponse response)
Sets the ManagerResponse received.
|
Modifier and Type | Method and Description |
---|---|
void |
ManagerReaderImpl.expectResponseClass(String internalActionId,
Class<? extends ManagerResponse> responseClass) |
void |
ManagerReader.expectResponseClass(String internalActionId,
Class<? extends ManagerResponse> responseClass) |
Modifier and Type | Class and Description |
---|---|
class |
ChallengeResponse
Corresponds to a ChallengeAction and contains the challenge needed to log in using
challenge/response.
|
class |
CommandResponse
Response that is received when sending a CommandAction.
|
class |
CoreSettingsResponse
Corresponds to a CoreSettingsAction and contains the current settings summary of the
Asterisk server.
|
class |
CoreStatusResponse
Corresponds to a CoreStatusAction and contains the current status summary of the
Asterisk server.
|
class |
ExtensionStateResponse
Response to an
ExtensionStateAction . |
class |
GetConfigResponse
Response that is received when sending a GetConfigAction.
|
class |
GetVarResponse
Corresponds to a GetVarAction and contains the value of the requested variable.
|
class |
MailboxCountResponse
A MailboxCountResponse is sent in response to a MailboxCountAction and contains the number of old
and new messages in a mailbox.
|
class |
MailboxStatusResponse
A MailboxStatusResponse is sent in response to a MailboxStatusAction and indicates if a set
of mailboxes contains waiting messages.
|
class |
ManagerError
Represents an "Response: Error" response received from the asterisk server.
|
class |
MixMonitorResponse
A MixMonitorResponse is sent in response to a MixMonitorAction and provides
the ID of the MixMonitor that was started on the referenced channel.
|
class |
ModuleCheckResponse
Corresponds to a ModuleCheckAction and contains the version of the module.
|
class |
PingResponse
Corresponds to a PingAction and contains an additional (yet useless) ping property.
|
class |
SipShowPeerResponse
Response to a
SipShowPeerAction . |
class |
SkypeBuddyResponse
Corresponds to a SkypeBuddyAction and contains the details of a Skype buddy.
|
class |
SkypeLicenseStatusResponse
Corresponds to a SkypeLicenseStatusAction and contains the number of licensed Skype calls.
|
Constructor and Description |
---|
CommandResponse(ManagerResponse response) |
ManagerError(ManagerResponse error) |
ManagerResponse(ManagerResponse response) |
Modifier and Type | Method and Description |
---|---|
static ManagerResponse |
CoherentEventFactory.build(ManagerResponse response) |
Copyright © 2004–2022. All rights reserved.