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