public class ResponseHandlers extends Object
| Modifier and Type | Method and Description |
|---|---|
static HttpClient.ResponseHandler<byte[]> |
byteArrayResponseHandler() |
static <T> HttpClient.ResponseHandler<T> |
consentCreationResponseHandler(String scaOAuthUrl,
Class<T> klass) |
static <T> HttpClient.ResponseHandler<T> |
jsonResponseHandler(Class<T> klass) |
static HttpClient.ResponseHandler<String> |
stringResponseHandler() |
public static <T> HttpClient.ResponseHandler<T> jsonResponseHandler(Class<T> klass)
public static <T> HttpClient.ResponseHandler<T> consentCreationResponseHandler(String scaOAuthUrl, Class<T> klass)
public static HttpClient.ResponseHandler<String> stringResponseHandler()
public static HttpClient.ResponseHandler<byte[]> byteArrayResponseHandler()
Copyright © 2020. All rights reserved.