Class GetObjectInterceptor
java.lang.Object
software.amazon.awssdk.services.s3.internal.handlers.GetObjectInterceptor
- All Implemented Interfaces:
ExecutionInterceptor
Interceptor for
GetObjectRequest messages.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterTransmission(Context.AfterTransmission context, ExecutionAttributes executionAttributes) modifyResponse(Context.ModifyResponse context, ExecutionAttributes executionAttributes) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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 Details
-
MULTIPART_CHECKSUM_PATTERN
-
-
Constructor Details
-
GetObjectInterceptor
public GetObjectInterceptor()
-
-
Method Details
-
afterTransmission
public void afterTransmission(Context.AfterTransmission context, ExecutionAttributes executionAttributes) - Specified by:
afterTransmissionin interfaceExecutionInterceptor
-
modifyResponse
public SdkResponse modifyResponse(Context.ModifyResponse context, ExecutionAttributes executionAttributes) - Specified by:
modifyResponsein interfaceExecutionInterceptor
-