Package org.jclouds.glacier.binders
Class BindHashesToHeaders
java.lang.Object
org.jclouds.glacier.binders.BindHashesToHeaders
- All Implemented Interfaces:
 Binder
Binds the linear hash and the tree hash of payload to the request headers.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescription<R extends HttpRequest>
RbindToRequest(R request, Object input)  
- 
Constructor Details
- 
BindHashesToHeaders
public BindHashesToHeaders() 
 - 
 - 
Method Details
- 
bindToRequest
- Specified by:
 bindToRequestin interfaceBinder
 
 -