com.ibm.tivoli.maximo.iotf

Class IoTCloudantHTTPHandler

  • All Implemented Interfaces:
    RouterHandler


    public class IoTCloudantHTTPHandler
    extends HTTPHandler
    HTTPHandler supports both HTTP POST and GET to a given url. It Supports both HTTP and HTTPS. HTTPHandler sends data in a format Content-Type = text/xml [for POST]. There is no userinteraction such as popping a dialog box as the property "allowUserInteraction" is set to false. The protocol must always try to get a fresh copy of the object as the property "useCaches" is set to false. This Class extends the BaseRouterHandler class.
    • Constructor Detail

      • IoTCloudantHTTPHandler

        public IoTCloudantHTTPHandler(MaxEndPointInfo endPointInfo)
        Parameters:
        endPointInfo -
      • IoTCloudantHTTPHandler

        public IoTCloudantHTTPHandler()