Base Client

class dxlbootstrap.client.Client(dxl_client)

Base class used for DXL client wrappers.

Constructor parameters:

Parameters:dxl_client -- The DXL client to use for communication with the fabric
_dxl_sync_request(request)

Performs a synchronous DXL request. Raises an exception if an error occurs.

Parameters:request -- The request to send
Returns:The DXL response
response_timeout

The maximum amount of time (in seconds) to wait for a response from a DXL service