Examples of buildRequestHeaders()


Examples of org.jclouds.openstack.swift.options.CreateContainerOptions.buildRequestHeaders()

   }

   public void testMetadataStatic() {
      CreateContainerOptions options = CreateContainerOptions.Builder
               .withMetadata(ImmutableMap.of("test", "foo"));
      assertEquals(ImmutableList.of("foo"), options.buildRequestHeaders().get(
          SwiftHeaders.CONTAINER_METADATA_PREFIX + "test"));
   }

}
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.