Interface JsonContentTypeResolver
-
- All Known Implementing Classes:
DefaultJsonContentTypeResolver
public interface JsonContentTypeResolverInterface to compute the content type to send in requests for JSON based protocols.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringresolveContentType(AwsJsonProtocolMetadata protocolMetadata)Computes content type to send in requests.
-
-
-
Method Detail
-
resolveContentType
String resolveContentType(AwsJsonProtocolMetadata protocolMetadata)
Computes content type to send in requests.- Parameters:
protocolMetadata- Metadata about the protocol.- Returns:
- Correct content type to send in request based on metadata about the client.
-
-