public class HttpUtil extends Object
| Constructor and Description |
|---|
HttpUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
debugHttpRequest(HttpRequest request) |
static String |
debugHttpResponse(HttpResponse response) |
static Boolean |
getIsHttpContentDebug() |
static Boolean |
getIsHttpDebug() |
static void |
setIsHttpContentDebug(Boolean isHttpContentDebug) |
static void |
setIsHttpDebug(Boolean isHttpDebug) |
public static Boolean getIsHttpDebug()
public static void setIsHttpDebug(Boolean isHttpDebug)
public static Boolean getIsHttpContentDebug()
public static void setIsHttpContentDebug(Boolean isHttpContentDebug)
public static String debugHttpRequest(HttpRequest request) throws ClientException
ClientExceptionpublic static String debugHttpResponse(HttpResponse response) throws ClientException
ClientExceptionCopyright © 2019. All rights reserved.