Class AwsJsonResponseHandler<T>
java.lang.Object
software.amazon.awssdk.protocols.json.internal.unmarshall.AwsJsonResponseHandler<T>
- All Implemented Interfaces:
HttpResponseHandler<T>
@SdkInternalApi
public final class AwsJsonResponseHandler<T>
extends Object
implements HttpResponseHandler<T>
-
Field Summary
Fields inherited from interface software.amazon.awssdk.core.http.HttpResponseHandler
X_AMZ_ID_2_HEADER, X_AMZN_REQUEST_ID_HEADER, X_AMZN_REQUEST_ID_HEADER_ALTERNATE, X_AMZN_REQUEST_ID_HEADERS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionhandle(SdkHttpFullResponse response, 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.http.HttpResponseHandler
needsConnectionLeftOpen
-
Constructor Details
-
AwsJsonResponseHandler
-
-
Method Details
-
handle
public T handle(SdkHttpFullResponse response, ExecutionAttributes executionAttributes) throws Exception - Specified by:
handlein interfaceHttpResponseHandler<T>- Throws:
Exception
-