Class AwsJsonResponseHandler<T>
- java.lang.Object
-
- software.amazon.awssdk.protocols.json.internal.unmarshall.AwsJsonResponseHandler<T>
-
- All Implemented Interfaces:
HttpResponseHandler<T>
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 Constructor Description AwsJsonResponseHandler(HttpResponseHandler<T> responseHandler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
handle(SdkHttpFullResponse response, 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.http.HttpResponseHandler
needsConnectionLeftOpen
-
-
-
-
Constructor Detail
-
AwsJsonResponseHandler
public AwsJsonResponseHandler(HttpResponseHandler<T> responseHandler)
-
-
Method Detail
-
handle
public T handle(SdkHttpFullResponse response, ExecutionAttributes executionAttributes) throws Exception
- Specified by:
handle
in interfaceHttpResponseHandler<T>
- Throws:
Exception
-
-