public class ResponseHeaders extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ASPSP_SCA_APPROACH |
static String |
CONTENT_TYPE |
| Modifier and Type | Method and Description |
|---|---|
static ResponseHeaders |
emptyResponseHeaders() |
static ResponseHeaders |
fromMap(Map<String,String> headersMap) |
String |
getHeader(String headerName) |
Map<String,String> |
getHeadersMap() |
public static final String ASPSP_SCA_APPROACH
public static final String CONTENT_TYPE
public static ResponseHeaders fromMap(Map<String,String> headersMap)
public static ResponseHeaders emptyResponseHeaders()
Copyright © 2020. All rights reserved.