Package com.google.cloud.hadoop.util
Class ChecksumHeaderInterceptor
- java.lang.Object
-
- com.google.cloud.hadoop.util.ChecksumHeaderInterceptor
-
- All Implemented Interfaces:
com.google.api.client.http.HttpExecuteInterceptor
public class ChecksumHeaderInterceptor extends Object implements com.google.api.client.http.HttpExecuteInterceptor
AHttpExecuteInterceptorthat adds trailing checksum header.
-
-
Field Summary
Fields Modifier and Type Field Description static StringCHECKSUM_HEADER
-
Constructor Summary
Constructors Constructor Description ChecksumHeaderInterceptor(com.google.api.client.http.HttpExecuteInterceptor chainedInterceptor)
-
-
-
Field Detail
-
CHECKSUM_HEADER
public static final String CHECKSUM_HEADER
- See Also:
- Constant Field Values
-
-
Method Detail
-
intercept
public void intercept(com.google.api.client.http.HttpRequest request) throws IOException- Specified by:
interceptin interfacecom.google.api.client.http.HttpExecuteInterceptor- Throws:
IOException
-
-