psdi.iface.router

Class S3Handler

  • All Implemented Interfaces:
    RouterHandler


    public class S3Handler
    extends BaseRouterHandler
    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

      • S3Handler

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

        public S3Handler()
    • Method Detail

      • getProperties

        public java.util.List getProperties()
        Returns:
        the List of supported properties.
      • getUrl

        public java.lang.String getUrl()
        Returns:
        url to connect to.
      • getAccessKey

        public java.lang.String getAccessKey()
        Returns:
        the access key.
      • getSecretKey

        public java.lang.String getSecretKey()
        Returns:
        the access key.
      • getEncSecretKey

        public java.lang.String getEncSecretKey()
        Returns:
        the access key.
      • getBucketName

        public java.lang.String getBucketName()
        Returns:
        the access key.