static List<String> |
HeaderUtil.parseMultiValuedHeader(Message<?> message,
String name) |
Parses the named header from the message as a multi-valued comma
separated value.
|
static String |
HeaderUtil.parseSingleValuedHeader(Message<?> message,
String name) |
Parses the named single-valued header from the message.
|
static AcceptApiVersionHeader |
AcceptApiVersionHeader.valueOf(Message<?> message) |
Constructs a new header, initialized from the specified message.
|
static AuthorizationHeader |
AuthorizationHeader.valueOf(Message<?> message) |
Constructs a new header, initialized from the specified message.
|
static ConnectionHeader |
ConnectionHeader.valueOf(Message<?> message) |
Constructs a new header, initialized from the specified message.
|
static ContentApiVersionHeader |
ContentApiVersionHeader.valueOf(Message<?> message) |
Constructs a new header, initialized from the specified message.
|
static ContentEncodingHeader |
ContentEncodingHeader.valueOf(Message<?> message) |
Constructs a new header, initialized from the specified message.
|
static ContentLengthHeader |
ContentLengthHeader.valueOf(Message<?> message) |
Constructs a new header, initialized from the specified message.
|
static ContentTypeHeader |
ContentTypeHeader.valueOf(Message<?> message) |
Constructs a new header, initialized from the specified message.
|
static LocationHeader |
LocationHeader.valueOf(Message<?> message) |
Constructs a new header, initialized from the specified message.
|
static ReferrerHeader |
ReferrerHeader.valueOf(Message<?> message) |
Constructs a new header, initialized from the specified message.
|
static WarningHeader |
WarningHeader.valueOf(Message<?> message) |
Constructs a new header, initialized from the specified message.
|