public class HttpHeader extends Object implements Serializable
Constructor and Description |
---|
HttpHeader() |
Modifier and Type | Method and Description |
---|---|
static HttpHeader[] |
fromHttpHeaders(org.springframework.http.HttpHeaders headers) |
String |
getName() |
String[] |
getValues() |
static org.springframework.http.HttpHeaders |
toHttpHeaders(HttpHeader... headers) |
public static org.springframework.http.HttpHeaders toHttpHeaders(HttpHeader... headers)
public static HttpHeader[] fromHttpHeaders(org.springframework.http.HttpHeaders headers)
public String getName()
public String[] getValues()
Copyright © 2017. All rights reserved.