Class GetObjectInterceptor
- java.lang.Object
-
- software.amazon.awssdk.services.s3.internal.handlers.GetObjectInterceptor
-
- All Implemented Interfaces:
ExecutionInterceptor
public class GetObjectInterceptor extends Object implements ExecutionInterceptor
Interceptor forGetObjectRequest
messages.
-
-
Field Summary
Fields Modifier and Type Field Description static Pattern
MULTIPART_CHECKSUM_PATTERN
-
Constructor Summary
Constructors Constructor Description GetObjectInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
afterTransmission(Context.AfterTransmission context, ExecutionAttributes executionAttributes)
SdkResponse
modifyResponse(Context.ModifyResponse context, ExecutionAttributes executionAttributes)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.core.interceptor.ExecutionInterceptor
afterExecution, afterMarshalling, afterUnmarshalling, beforeExecution, beforeMarshalling, beforeTransmission, beforeUnmarshalling, modifyAsyncHttpContent, modifyAsyncHttpResponseContent, modifyException, modifyHttpContent, modifyHttpRequest, modifyHttpResponse, modifyHttpResponseContent, modifyRequest, onExecutionFailure
-
-
-
-
Field Detail
-
MULTIPART_CHECKSUM_PATTERN
public static final Pattern MULTIPART_CHECKSUM_PATTERN
-
-
Method Detail
-
afterTransmission
public void afterTransmission(Context.AfterTransmission context, ExecutionAttributes executionAttributes)
- Specified by:
afterTransmission
in interfaceExecutionInterceptor
-
modifyResponse
public SdkResponse modifyResponse(Context.ModifyResponse context, ExecutionAttributes executionAttributes)
- Specified by:
modifyResponse
in interfaceExecutionInterceptor
-
-