public class HttpHeaders extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ACCEPT |
static String |
AUTHORIZATION |
static String |
CONTENT_TYPE |
static String |
X_APP_TID |
static String |
X_AZP |
static String |
X_CLIENT_ID |
static String |
X_ZID
Used for Xsuaa Token flows only
|
static String |
X_ZONE_UUID
Deprecated.
use
X_APP_TID instead
will be removed with next major release 4.0.0 |
| Constructor and Description |
|---|
HttpHeaders(Collection<HttpHeader> headers) |
HttpHeaders(HttpHeader... headers) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Set<HttpHeader> |
getHeaders() |
int |
hashCode() |
String |
toString() |
HttpHeaders |
withHeader(String headerName,
String value) |
public static final String AUTHORIZATION
public static final String ACCEPT
public static final String CONTENT_TYPE
public static final String X_ZID
@Deprecated public static final String X_ZONE_UUID
X_APP_TID instead
will be removed with next major release 4.0.0public static final String X_APP_TID
public static final String X_CLIENT_ID
public static final String X_AZP
public HttpHeaders(HttpHeader... headers)
public HttpHeaders(Collection<HttpHeader> headers)
public Set<HttpHeader> getHeaders()
public HttpHeaders withHeader(String headerName, String value)
Copyright © 2023. All rights reserved.