Digi WVA Android Library
version 2.0-SNAPSHOT
A C D E F G I M N O R S T U V W 

A

AlarmType - Enum in com.digi.wva.async
Enumeration of the different alarm types supported by the WVA.

C

clearBasicAuth() - Method in class com.digi.wva.WVA
Clears any previously-set basic authentication for HTTP or HTTPS requests.
com.digi.wva - package com.digi.wva
 
com.digi.wva.async - package com.digi.wva.async
Callbacks on UI thread
com.digi.wva.exc - package com.digi.wva.exc
 
com.digi.wva.util - package com.digi.wva.util
 
configure(String, JSONObject, WvaCallback<Void>) - Method in class com.digi.wva.WVA
Applies the given JSON object as configuration parameters on the specified configuration web services path.
connectEventChannel(int, EventChannelStateListener) - Method in class com.digi.wva.WVA
Turns on the TCP stream which conveys subscription and alarm data.
connectEventChannel(int) - Method in class com.digi.wva.WVA
Convenience method for WVA.connectEventChannel(int, EventChannelStateListener), passing in null for the listener.
createEcuPath(FaultCodeCommon.Bus, FaultCodeCommon.FaultCodeType, String) - Static method in class com.digi.wva.async.FaultCodeCommon
Given the bus, message type, and ECU name, return the vehicle/dtc/ sub-path to the specified ECU data.
createFaultCodeAlarm(FaultCodeCommon.Bus, FaultCodeCommon.FaultCodeType, String, int, WvaCallback<Void>) - Method in class com.digi.wva.WVA
Create an alarm for fault code data from the given ECU on the WVA.
createUri(String) - Static method in class com.digi.wva.async.FaultCodeCommon
Given the ECU URI path, return the full web services path to the specified ECU data.
createUri(FaultCodeCommon.Bus, FaultCodeCommon.FaultCodeType, String) - Static method in class com.digi.wva.async.FaultCodeCommon
Given the bus, message type, and ECU name, return the full web services path to the specified ECU data.
createVehicleDataAlarm(String, AlarmType, float, int, WvaCallback<Void>) - Method in class com.digi.wva.WVA
Create an alarm on the given vehicle data endpoint on the WVA.
createVehicleDataAlarm(String, AlarmType, float, int) - Method in class com.digi.wva.WVA
Calls WVA.createVehicleDataAlarm(String, AlarmType, float, int, WvaCallback) with a null callback, meaning no direct feedback as to the success or failure of the request will be available.

D

dateTimeFromString(String) - Static method in class com.digi.wva.util.WvaUtil
Parse the given time string into a corresponding DateTime object.
deleteFaultCodeAlarm(FaultCodeCommon.Bus, FaultCodeCommon.FaultCodeType, String, WvaCallback<Void>) - Method in class com.digi.wva.WVA
Removes the alarm on the given fault code data on the WVA, by deleting the alarm record on the device.
deleteVehicleDataAlarm(String, AlarmType, WvaCallback<Void>) - Method in class com.digi.wva.WVA
Removes the alarm on the given vehicle data endpoint on the WVA, by deleting the alarm record on the device.
deleteVehicleDataAlarm(String, AlarmType) - Method in class com.digi.wva.WVA
Calls WVA.deleteVehicleDataAlarm(String, AlarmType, WvaCallback) with a null callback, meaning no direct feedback as to the success or failure of the request will be available.
DisconnectedException - Exception in com.digi.wva.exc
Indicates that the TCP event channel socket closed on the WVA's end of the connection.
DisconnectedException() - Constructor for exception com.digi.wva.exc.DisconnectedException
 
DisconnectedException(String) - Constructor for exception com.digi.wva.exc.DisconnectedException
 
disconnectEventChannel(boolean) - Method in class com.digi.wva.WVA
Disconnects from the event channel conveying subscription and alarm data.
disconnectEventChannel() - Method in class com.digi.wva.WVA
Disconnects from the event channel.

E

EndpointUnknownException - Exception in com.digi.wva.exc
 
EndpointUnknownException(String) - Constructor for exception com.digi.wva.exc.EndpointUnknownException
 
EventChannelStateListener - Class in com.digi.wva.async
Listener for certain events that happen within the EventChannel class, such as successfully connecting, stopping because of an error, and the remote end of the socket closing.
EventChannelStateListener() - Constructor for class com.digi.wva.async.EventChannelStateListener
Listener constructor.
EventFactory - Class in com.digi.wva.async
Container for static factory function EventFactory.fromTCP(org.json.JSONObject) and common event enumeration(s).
EventFactory.Type - Enum in com.digi.wva.async
Enumeration of the general types of events that can be sent by the WVA.

F

FailedConnectionException - Exception in com.digi.wva.exc
Indicates that we were unable to connect to the TCP event channel port on the WVA.
FailedConnectionException(String, IOException) - Constructor for exception com.digi.wva.exc.FailedConnectionException
Indicates that we were unable to connect to the TCP event channel port on the WVA.
FAULT_CODE_BASE - Static variable in class com.digi.wva.async.FaultCodeCommon
The base URL path for all fault code data in the WVA device web services.
FaultCodeCommon - Class in com.digi.wva.async
Provides a collection of static content and methods pertaining to fault codes.
FaultCodeCommon() - Constructor for class com.digi.wva.async.FaultCodeCommon
 
FaultCodeCommon.Bus - Enum in com.digi.wva.async
Enumeration of the different CAN buses exposed by the WVA.
FaultCodeCommon.FaultCodeType - Enum in com.digi.wva.async
Enumeration of the different fault code message types.
FaultCodeEvent - Class in com.digi.wva.async
Encapsulation of an event containing fault code data.
FaultCodeEvent(EventFactory.Type, String, String, DateTime, String, FaultCodeResponse) - Constructor for class com.digi.wva.async.FaultCodeEvent
Constructor of a fault code event.
FaultCodeListener - Class in com.digi.wva.async
Provides a callback for handling new fault code information.
FaultCodeListener() - Constructor for class com.digi.wva.async.FaultCodeListener
 
FaultCodeResponse - Class in com.digi.wva.async
FaultCodeResponse objects encapsulate fault code data.
FaultCodeResponse(JSONObject) - Constructor for class com.digi.wva.async.FaultCodeResponse
Creates a new FaultCodeResponse object from a JSONObject.
fetchAllEcuElementValues(String, WvaCallback<Pair<String, String>>) - Method in class com.digi.wva.WVA
Fetches all endpoints from a single ECU, calling the provided callback's onResponse method with the data from every endpoint.
fetchButtonNames(WvaCallback<Set<String>>) - Method in class com.digi.wva.WVA
Asynchronously queries the WVA for the list of addressable buttons manageable by web services.
fetchButtonState(String, WvaCallback<Boolean>) - Method in class com.digi.wva.WVA
Asynchronously queries the WVA for the state of the given button.
fetchEcuElements(String, WvaCallback<Set<String>>) - Method in class com.digi.wva.WVA
Asynchronously queries the WVA for the list of data elements describing a specific engine control unit (ECU) in the vehicle.
fetchEcuElementValue(String, String, WvaCallback<String>) - Method in class com.digi.wva.WVA
Asynchronously queries the WVA for the value of a specific element describing a specific ECU.
fetchEcus(WvaCallback<Set<String>>) - Method in class com.digi.wva.WVA
Asynchronously queries the WVA for the list of addressable ECUs in the vehicle.
fetchFaultCode(FaultCodeCommon.Bus, FaultCodeCommon.FaultCodeType, String, WvaCallback<FaultCodeResponse>) - Method in class com.digi.wva.WVA
Asynchronously queries the WVA for the most recent Diagnostic Trouble Code (DTC) report of the given type (active or inactive) on the given CAN bus.
fetchFaultCodeEcuNames(FaultCodeCommon.Bus, WvaCallback<Set<String>>) - Method in class com.digi.wva.WVA
Asynchronously queries the WVA for the list of ECUs that the system knows exist on the given CAN bus, since they might be providing active or inactive DTC messages.
fetchLedNames(WvaCallback<Set<String>>) - Method in class com.digi.wva.WVA
Asynchronously queries the WVA for the list of addressable LEDs manageable by web services.
fetchLedState(String, WvaCallback<Boolean>) - Method in class com.digi.wva.WVA
Asynchronously queries the WVA for the state of the given LED.
fetchTime(WvaCallback<DateTime>) - Method in class com.digi.wva.WVA
Asynchronously queries the WVA for its current time.
fetchVehicleData(String, WvaCallback<VehicleDataResponse>) - Method in class com.digi.wva.WVA
Asynchronously queries the WVA for the newest data at the given endpoint.
fetchVehicleDataEndpoints(WvaCallback<Set<String>>) - Method in class com.digi.wva.WVA
Asynchronously queries the WVA for vehicle data endpoint names and populates the cache of same.
fromString(String) - Static method in enum com.digi.wva.async.AlarmType
Takes a string and creates the corresponding AlarmType, or null if the string does not correspond to an AlarmType.
fromTCP(JSONObject) - Static method in class com.digi.wva.async.EventFactory
This method is the preferred way of creating an event object.

G

getBody() - Method in exception com.digi.wva.exc.WvaHttpException
Returns the response body which was provided when this WvaHttpException was created.
getBus() - Method in class com.digi.wva.async.FaultCodeEvent
Gets the CAN bus that reported this data
getCachedButtonNames() - Method in class com.digi.wva.WVA
Returns the cached list of addressable buttons on the WVA.
getCachedEcuElements(String) - Method in class com.digi.wva.WVA
Returns the library's cached list of specific ECU elements on a given ECU.
getCachedEcuElementValue(String, String) - Method in class com.digi.wva.WVA
Synchronously returns the library's last cached value of a specific element of a specific ECU of the WVA.
getCachedEcus() - Method in class com.digi.wva.WVA
Returns the library's cached list of addressable ECUs in the vehicle.
getCachedFaultCode(FaultCodeCommon.Bus, FaultCodeCommon.FaultCodeType, String) - Method in class com.digi.wva.WVA
Synchronously returns the last fault code received by this library for a given ECU.
getCachedLedNames() - Method in class com.digi.wva.WVA
Returns the cached list of addressable LEDs on the WVA.
getCachedVehicleData(String) - Method in class com.digi.wva.WVA
Synchronously returns the last value received by this library for a given endpoint.
getCachedVehicleDataEndpoints() - Method in class com.digi.wva.WVA
Returns the library's cached list of vehicle data endpoints.
getConfigKeyFromUri(String) - Static method in class com.digi.wva.util.WvaUtil
Given a web services URI or sub-path, intelligently parse out the correct top-level key to use when applying configuration to the WVA.
getConfiguration(String, WvaCallback<JSONObject>) - Method in class com.digi.wva.WVA
Fetches the current value of the given configuration item.
getDefault() - Static method in class com.digi.wva.async.EventChannelStateListener
Get a EventChannelStateListener implementation which just calls through to the super's methods in each callback.
getEcu() - Method in class com.digi.wva.async.FaultCodeEvent
Gets the name of the ECU that reported this data
getEndpointFromUri(String) - Static method in class com.digi.wva.util.WvaUtil
Extract the last path piece from the given URI.
getMessage() - Method in exception com.digi.wva.exc.WvaHttpException
Returns a human-readable message describing this exception.
getMessageType() - Method in class com.digi.wva.async.FaultCodeEvent
Gets the message type of this data
getUrl() - Method in exception com.digi.wva.exc.WvaHttpException
Returns the request URL which was provided when this WvaHttpException was created.

I

isEventChannelDisconnected() - Method in class com.digi.wva.WVA
Returns true if the WVA's EventChannel is currently stopped, or non-existent, implying that no data is coming into the system.
isWVA(WvaCallback<Boolean>) - Method in class com.digi.wva.WVA
Attempts to determine whether the device with which we are communicating is in fact a WVA.

M

makeString(AlarmType) - Static method in enum com.digi.wva.async.AlarmType
Takes an AlarmType enum value and produces the string used by the WVA web services to represent that type.

N

NotListeningToECUException - Exception in com.digi.wva.exc
 
NotListeningToECUException(String) - Constructor for exception com.digi.wva.exc.NotListeningToECUException
 

O

onConnected(WVA) - Method in class com.digi.wva.async.EventChannelStateListener
Callback triggered when the EventChannel's socket has been successfully created (or, if the socket already existed, when the thread has started up).
onDone(WVA) - Method in class com.digi.wva.async.EventChannelStateListener
Callback triggered when the event channel thread has ended.
onError(WVA, IOException) - Method in class com.digi.wva.async.EventChannelStateListener
Callback triggered when the EventChannel is stopped due to any IOException which occurs after the event channel socket has been created.
onEvent(FaultCodeEvent) - Method in class com.digi.wva.async.FaultCodeListener
Callback for new fault code information.
onEvent(VehicleDataEvent) - Method in class com.digi.wva.async.VehicleDataListener
Callback for a new vehicle event.
onFailedConnection(WVA, int) - Method in class com.digi.wva.async.EventChannelStateListener
Callback is triggered when the EventChannel was unable to make an initial connection to the device.
onRemoteClose(WVA, int) - Method in class com.digi.wva.async.EventChannelStateListener
Callback triggered when the EventChannel detects that the WVA has closed its data socket (generally because the web services process on the device has restarted, or because the device is shutting down)
onResponse(Throwable, T) - Method in class com.digi.wva.async.WvaCallback
Method to be called upon completion of the call that this callback is associated with.

R

reconnectAfter(WVA, long, int) - Method in class com.digi.wva.async.EventChannelStateListener
Launch a new thread, and in that thread, sleep the given length of time, disconnect the data stream and reconnect.
removeAllFaultCodeListeners() - Method in class com.digi.wva.WVA
Removes all listeners associated with any ECU, as well as the "catch-all" listener, if any.
removeAllVehicleDataListeners() - Method in class com.digi.wva.WVA
Removes all listeners associated with any endpoint name, as well as the "catch-all" listener, if any.
removeFaultCodeListener() - Method in class com.digi.wva.WVA
Removes any "catch-all" FaultCodeListener that has been set to be invoked on new fault code data.
removeFaultCodeListener(FaultCodeCommon.Bus, FaultCodeCommon.FaultCodeType, String) - Method in class com.digi.wva.WVA
Removes any FaultCodeListener that has been set to be invoked on new fault code data matching the given bus, type and ECU.
removeVehicleDataListener() - Method in class com.digi.wva.WVA
Removes any "catch-all" VehicleDataListener that has been set to be invoked on new vehicle data.
removeVehicleDataListener(String) - Method in class com.digi.wva.WVA
Removes any VehicleDataListener that has been set to be invoked on new vehicle data pertaining to the given endpoint.
runsOnUiThread() - Method in class com.digi.wva.async.EventChannelStateListener
Specifies whether this listener's methods should be executed on the application's main thread (also called the UI thread), or if it should be executed on a background thread.
runsOnUiThread() - Method in class com.digi.wva.async.FaultCodeListener
Specifies whether this listener's FaultCodeListener.onEvent(FaultCodeEvent) method should be executed on the application's main thread (also called the UI thread), or if it should be allowed to execute on a background thread.
runsOnUiThread() - Method in class com.digi.wva.async.VehicleDataListener
Specifies whether this listener's VehicleDataListener.onEvent(VehicleDataEvent) method should be executed on the application's main thread (also called the UI thread), or if it should be allowed to execute on a background thread.
runsOnUiThread() - Method in class com.digi.wva.async.WvaCallback
Specifies whether this callback should be executed on the application's main thread (also called the UI thread), or if it should be executed on a background thread.

S

setEventChannelStateListener(EventChannelStateListener) - Method in class com.digi.wva.WVA
Sets the listener to be used to receive information about the connection state of the event channel.
setFaultCodeListener(FaultCodeListener) - Method in class com.digi.wva.WVA
Sets the FaultCodeListener to be invoked when any fault code data arrives via the event channel.
setFaultCodeListener(FaultCodeCommon.Bus, FaultCodeCommon.FaultCodeType, String, FaultCodeListener) - Method in class com.digi.wva.WVA
Sets the FaultCodeListener to be invoked when a new fault code event, matching the given bus, type and ECU, arrives via the event channel.
setHttpPort(int) - Method in class com.digi.wva.WVA
Sets the port on the physical WVA hardware that this WVA instance will use for HTTP requests.
setHttpsPort(int) - Method in class com.digi.wva.WVA
Sets the port on the physical WVA hardware that this WVA instance will use for HTTPS requests.
setLedState(String, boolean, WvaCallback<Boolean>) - Method in class com.digi.wva.WVA
Asynchronously sends a request to the WVA to set the state of the given LED.
setTime(DateTime, WvaCallback<DateTime>) - Method in class com.digi.wva.WVA
Asynchronously sends a request to the WVA to set its time to match the given value.
setVehicleDataListener(VehicleDataListener) - Method in class com.digi.wva.WVA
Sets the VehicleDataListener to be invoked when any vehicle data arrives via the event channel.
setVehicleDataListener(String, VehicleDataListener) - Method in class com.digi.wva.WVA
Sets the VehicleDataListener to be invoked when a new vehicle data event pertaining to the given endpoint arrives via the event channel.
stopReconnects() - Method in class com.digi.wva.async.EventChannelStateListener
Set a flag internal to the listener, ensuring that, if EventChannelStateListener.reconnectAfter(com.digi.wva.WVA, long, int) is called, we do not actually attempt to reconnect to the WVA.
subscribeToFaultCodes(FaultCodeCommon.Bus, FaultCodeCommon.FaultCodeType, String, int, WvaCallback<Void>) - Method in class com.digi.wva.WVA
Subscribe to fault code information from the specified ECU on the WVA.
subscribeToVehicleData(String, int) - Method in class com.digi.wva.WVA
Calls WVA.subscribeToVehicleData(String, int, WvaCallback) with a null callback, meaning no direct feedback as to the success or failure of the request will be available.
subscribeToVehicleData(String, int, WvaCallback<Void>) - Method in class com.digi.wva.WVA
Subscribe to the given vehicle data endpoint on the WVA.

T

toString() - Method in enum com.digi.wva.async.FaultCodeCommon.Bus
Return the enum value's name, but lowercased.
toString() - Method in enum com.digi.wva.async.FaultCodeCommon.FaultCodeType
Return the enum value's name, but lowercased.

U

unsubscribeFromFaultCodes(FaultCodeCommon.Bus, FaultCodeCommon.FaultCodeType, String, WvaCallback<Void>) - Method in class com.digi.wva.WVA
Unsubscribes from the specified fault code information on the WVA, by deleting the subscription record on the device.
unsubscribeFromVehicleData(String, WvaCallback<Void>) - Method in class com.digi.wva.WVA
Unsubscribes from the given endpoint on the WVA, by deleting the subscription record on the device.
unsubscribeFromVehicleData(String) - Method in class com.digi.wva.WVA
Calls WVA.unsubscribeFromVehicleData(String, WvaCallback) with a null callback, meaning no direct feedback as to the success or failure of the request will be available.
useBasicAuth(String, String) - Method in class com.digi.wva.WVA
Sets the basic authentication credentials (username and password) to be used when interacting with the WVA over HTTP or HTTPS.
useSecureHttp(boolean) - Method in class com.digi.wva.WVA
Sets whether HTTP communication with the WVA should be done through HTTP or HTTPS.

V

valueOf(String) - Static method in enum com.digi.wva.async.AlarmType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.digi.wva.async.EventFactory.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.digi.wva.async.FaultCodeCommon.Bus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.digi.wva.async.FaultCodeCommon.FaultCodeType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.digi.wva.async.AlarmType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.digi.wva.async.EventFactory.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.digi.wva.async.FaultCodeCommon.Bus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.digi.wva.async.FaultCodeCommon.FaultCodeType
Returns an array containing the constants of this enum type, in the order they are declared.
VehicleDataEvent - Class in com.digi.wva.async
Encapsulation of an event containing vehicle data.
VehicleDataEvent(EventFactory.Type, String, String, DateTime, String, VehicleDataResponse) - Constructor for class com.digi.wva.async.VehicleDataEvent
Constructor of a vehicle data event.
VehicleDataListener - Class in com.digi.wva.async
Provides a callback for handling new vehicle data.
VehicleDataListener() - Constructor for class com.digi.wva.async.VehicleDataListener
 
VehicleDataResponse - Class in com.digi.wva.async
VehicleDataResponse objects encapsulate vehicle data.
VehicleDataResponse(JSONObject) - Constructor for class com.digi.wva.async.VehicleDataResponse
Creates a new VehicleDataResponse object from a JSONObject.

W

wrap(EventChannelStateListener, Handler) - Static method in class com.digi.wva.async.EventChannelStateListener
Normal library users should not need to call this method. Used internally by the library to convert a normal listener into one where each method is executed on the main thread.
wrap(FaultCodeListener, Handler) - Static method in class com.digi.wva.async.FaultCodeListener
Normal library users should not need to call this method. Used internally by the library to convert a normal listener into one where onEvent is executed on the main thread.
wrap(VehicleDataListener, Handler) - Static method in class com.digi.wva.async.VehicleDataListener
Normal library users should not need to call this method. Used internally by the library to convert a normal listener into one where onEvent is executed on the main thread.
wrap(WvaCallback<T>, Handler) - Static method in class com.digi.wva.async.WvaCallback
Normal library users should not need to call this method. Used internally by the library to convert a normal callback into one where onResponse is executed on the main thread.
WVA - Class in com.digi.wva
Configures and manages interactions with the WVA device.
WVA(String) - Constructor for class com.digi.wva.WVA
WVA Constructor.
WvaCallback<T> - Class in com.digi.wva.async
Callback class used to receive response information from asynchronous calls into the library.
WvaCallback() - Constructor for class com.digi.wva.async.WvaCallback
 
WvaException - Exception in com.digi.wva.exc
 
WvaException() - Constructor for exception com.digi.wva.exc.WvaException
 
WvaException(String) - Constructor for exception com.digi.wva.exc.WvaException
 
WvaException(Throwable) - Constructor for exception com.digi.wva.exc.WvaException
 
WvaException(String, Throwable) - Constructor for exception com.digi.wva.exc.WvaException
 
WvaHttpException - Exception in com.digi.wva.exc
Base class for exceptions wrapping unsuccessful HTTP requests with the WVA.
WvaHttpException(String, String, String) - Constructor for exception com.digi.wva.exc.WvaHttpException
Constructor for WvaHttpException.
WvaHttpException.WvaHttpBadRequest - Exception in com.digi.wva.exc
Exception passed through the library when an HTTP request to the WVA is met with an HTTP 400 response.
WvaHttpException.WvaHttpBadRequest(String, String) - Constructor for exception com.digi.wva.exc.WvaHttpException.WvaHttpBadRequest
Constructor for a WvaHttpBadRequest exception.
WvaHttpException.WvaHttpForbidden - Exception in com.digi.wva.exc
Exception passed through the library when an HTTP request to the WVA is met with an HTTP 403 response.
WvaHttpException.WvaHttpForbidden(String, String) - Constructor for exception com.digi.wva.exc.WvaHttpException.WvaHttpForbidden
Constructor for a WvaHttpForbidden exception.
WvaHttpException.WvaHttpInternalServerError - Exception in com.digi.wva.exc
Exception passed through the library when an HTTP request to the WVA is met with an HTTP 500 response.
WvaHttpException.WvaHttpInternalServerError(String, String) - Constructor for exception com.digi.wva.exc.WvaHttpException.WvaHttpInternalServerError
Constructor for a WvaHttpInternalServerError exception.
WvaHttpException.WvaHttpNotFound - Exception in com.digi.wva.exc
Exception passed through the library when an HTTP request to the WVA is met with an HTTP 404 response.
WvaHttpException.WvaHttpNotFound(String, String) - Constructor for exception com.digi.wva.exc.WvaHttpException.WvaHttpNotFound
Constructor for a WvaHttpNotFound exception.
WvaHttpException.WvaHttpRequestUriTooLong - Exception in com.digi.wva.exc
Exception passed through the library when an HTTP request to the WVA is met with an HTTP 414 response.
WvaHttpException.WvaHttpRequestUriTooLong(String, String) - Constructor for exception com.digi.wva.exc.WvaHttpException.WvaHttpRequestUriTooLong
Constructor for a WvaHttpRequestUriTooLong exception.
WvaHttpException.WvaHttpServiceUnavailable - Exception in com.digi.wva.exc
Exception passed through the library when an HTTP request to the WVA is met with an HTTP 503 response.
WvaHttpException.WvaHttpServiceUnavailable(String, String) - Constructor for exception com.digi.wva.exc.WvaHttpException.WvaHttpServiceUnavailable
Constructor for a WvaHttpServiceUnavailable exception.
WvaUtil - Class in com.digi.wva.util
Utility methods for the WVA Android library.
A C D E F G I M N O R S T U V W 
Digi WVA Android Library
version 2.0-SNAPSHOT