Examples of purgeCDNObject()


Examples of com.rackspacecloud.client.cloudfiles.FilesClient.purgeCDNObject()

      assertNotNull(cdnUrl);
     
      //client.purgeCDNContainer(containerName, "lowell.vaughn@rackspace.com");
      //client.purgeCDNContainer(containerName, null);
      //client.purgeCDNObject(containerName, "object.txt", "lowell.vaughn@rackspace.com");
      client.purgeCDNObject(containerName, "object.txt", null);
      client.purgeCDNObject(containerName, "path/object.txt", null);
 
      assertTrue(client.deleteContainer(containerName));
     
    } catch (Exception e) {
View Full Code Here

Examples of com.rackspacecloud.client.cloudfiles.FilesClient.purgeCDNObject()

     
      //client.purgeCDNContainer(containerName, "lowell.vaughn@rackspace.com");
      //client.purgeCDNContainer(containerName, null);
      //client.purgeCDNObject(containerName, "object.txt", "lowell.vaughn@rackspace.com");
      client.purgeCDNObject(containerName, "object.txt", null);
      client.purgeCDNObject(containerName, "path/object.txt", null);
 
      assertTrue(client.deleteContainer(containerName));
     
    } catch (Exception e) {
      e.printStackTrace();
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.