public class HttpHeaders extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ACCEPT |
static String |
AUTHORIZATION |
static String |
CONTENT_TYPE |
static String |
X_ZID |
| 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
public HttpHeaders(HttpHeader... headers)
public HttpHeaders(Collection<HttpHeader> headers)
public Set<HttpHeader> getHeaders()
public HttpHeaders withHeader(String headerName, String value)
Copyright © 2020. All rights reserved.