|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ManagerResponse | |
---|---|
net.sf.asterisk.manager | Provides an implementaion of Asterisk's Manager API. |
net.sf.asterisk.manager.impl | Provides private implementations for interfaces defined in the net.sf.asterisk.manager package. |
net.sf.asterisk.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. |
Uses of ManagerResponse in net.sf.asterisk.manager |
---|
Methods in net.sf.asterisk.manager that return ManagerResponse | |
---|---|
ManagerResponse |
ResponseBuilder.buildResponse(java.util.Map attributes)
Constructs an instance of ManagerResponse based on a map of attributes. |
ManagerResponse |
ResponseEvents.getResponse()
Returns the ManagerResponse received. |
ManagerResponse |
DefaultManagerConnection.sendAction(ManagerAction action)
|
ManagerResponse |
ManagerConnection.sendAction(ManagerAction action)
Sends a ManagerAction to the Asterisk server and waits for the corresponding ManagerResponse. |
ManagerResponse |
DefaultManagerConnection.sendAction(ManagerAction action,
long timeout)
|
ManagerResponse |
ManagerConnection.sendAction(ManagerAction action,
long timeout)
Sends a ManagerAction to the Asterisk server and waits for the corresponding ManagerResponse. |
Methods in net.sf.asterisk.manager with parameters of type ManagerResponse | |
---|---|
void |
Dispatcher.dispatchResponse(ManagerResponse response)
This method is called by the reader whenever a ManagerResponse is
received. |
void |
DefaultManagerConnection.dispatchResponse(ManagerResponse response)
This method is called by the reader whenever a ManagerResponse is
received. |
void |
ManagerResponseHandler.handleResponse(ManagerResponse response)
This method is called when a response is received. |
Uses of ManagerResponse in net.sf.asterisk.manager.impl |
---|
Methods in net.sf.asterisk.manager.impl that return ManagerResponse | |
---|---|
ManagerResponse |
ResponseBuilderImpl.buildResponse(java.util.Map attributes)
Constructs an instance of ManagerResponse based on a map of attributes. |
ManagerResponse |
ResponseEventsImpl.getResponse()
|
Methods in net.sf.asterisk.manager.impl with parameters of type ManagerResponse | |
---|---|
void |
ResponseEventsImpl.setRepsonse(ManagerResponse response)
Sets the ManagerResponse received. |
Uses of ManagerResponse in net.sf.asterisk.manager.response |
---|
Subclasses of ManagerResponse in net.sf.asterisk.manager.response | |
---|---|
class |
ChallengeResponse
Corresponds to a ChallengeAction and contains the challenge needed to log in using challenge/response. |
class |
CommandResponse
Corresponds to a CommandAction. Asterisk's handling of the command action is generelly quite hairy. |
class |
ExtensionStateResponse
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |