Class StreamingRequestInterceptor
java.lang.Object
software.amazon.awssdk.services.s3.internal.handlers.StreamingRequestInterceptor
- All Implemented Interfaces:
ExecutionInterceptor
@SdkInternalApi
public final class StreamingRequestInterceptor
extends Object
implements ExecutionInterceptor
Interceptor to add an 'Expect: 100-continue' header to the HTTP Request if it represents a PUT Object or Upload Part
request. This behavior can be disabled via
S3Configuration.expectContinueEnabled().-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmodifyHttpRequest(Context.ModifyHttpRequest 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, afterTransmission, afterUnmarshalling, beforeExecution, beforeMarshalling, beforeTransmission, beforeUnmarshalling, modifyAsyncHttpContent, modifyAsyncHttpResponseContent, modifyException, modifyHttpContent, modifyHttpResponse, modifyHttpResponseContent, modifyRequest, modifyResponse, onExecutionFailure
-
Constructor Details
-
StreamingRequestInterceptor
public StreamingRequestInterceptor()
-
-
Method Details
-
modifyHttpRequest
public SdkHttpRequest modifyHttpRequest(Context.ModifyHttpRequest context, ExecutionAttributes executionAttributes) - Specified by:
modifyHttpRequestin interfaceExecutionInterceptor
-