public class ResponseParsers
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ResponseParsers.ChangeMessageVisibilityParser |
static class |
ResponseParsers.CreateQueueResponseParser |
static class |
ResponseParsers.DeleteMessageParser |
static class |
ResponseParsers.DeleteQueueResponseParser |
static class |
ResponseParsers.GetQueueAttributesResponseParser |
static class |
ResponseParsers.ListQueueResponseParser |
static class |
ResponseParsers.PeekMessageParser |
static class |
ResponseParsers.ReceiveMessageParser |
static class |
ResponseParsers.SendMessageResponseParser |
static class |
ResponseParsers.SetQueueAttributesResponseParser |
Constructor and Description |
---|
ResponseParsers() |
Modifier and Type | Method and Description |
---|---|
static ServiceException |
parseResponseErrorXML(okhttp3.Response response) |
static java.util.Map<java.lang.String,java.lang.String> |
parseResponseHeader(okhttp3.Response response) |
static void |
safeCloseResponse(okhttp3.Response response) |
public static java.util.Map<java.lang.String,java.lang.String> parseResponseHeader(okhttp3.Response response)
public static void safeCloseResponse(okhttp3.Response response)
public static ServiceException parseResponseErrorXML(okhttp3.Response response) throws java.io.IOException
java.io.IOException