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 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 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.
 

Method parameters in org.asteriskjava.manager.internal with type arguments of type ManagerResponse
 void ManagerReader.expectResponseClass(java.lang.String internalActionId, java.lang.Class<? extends ManagerResponse> responseClass)
           
 void ManagerReaderImpl.expectResponseClass(java.lang.String internalActionId, java.lang.Class<? extends ManagerResponse> responseClass)
           
 

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 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 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.
 


Asterisk-Java

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