Asterisk-Java

Uses of Class
org.asteriskjava.manager.response.ManagerResponse

Packages that use ManagerResponse
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. 
 

Uses of ManagerResponse in org.asteriskjava.manager
 

Methods in org.asteriskjava.manager that return ManagerResponse
 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)
           
 

Methods in org.asteriskjava.manager with parameters of type ManagerResponse
 void SendActionCallback.onResponse(ManagerResponse response)
          This method is called when a response is received.
 

Uses of ManagerResponse in org.asteriskjava.manager.internal
 

Methods in org.asteriskjava.manager.internal that return ManagerResponse
 ManagerResponse ResponseEventsImpl.getResponse()
           
 ManagerResponse ManagerConnectionImpl.sendAction(ManagerAction action)
           
 ManagerResponse ManagerConnectionImpl.sendAction(ManagerAction action, long timeout)
           
 

Methods in org.asteriskjava.manager.internal with parameters of type ManagerResponse
 void ManagerConnectionImpl.dispatchResponse(ManagerResponse response)
          This method is called by the reader whenever a ManagerResponse is received.
 void ResponseEventsImpl.setRepsonse(ManagerResponse response)
          Sets the ManagerResponse received.
 

Uses of ManagerResponse in org.asteriskjava.manager.response
 

Subclasses of ManagerResponse in org.asteriskjava.manager.response
 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 ExtensionStateResponse
           
 class GetConfigResponse
          Response that is received when sending a GetConfigAction.
 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.
 


Asterisk-Java

Copyright © 2004-2007 Stefan Reuter. All Rights Reserved.