Added Methods |
List<String> getETagValuesAsList(String )
|
|
String getFieldValues(String )
|
|
List<String> getIfMatch()
|
Return the value of the {@code If-Match} header. |
long getIfUnmodifiedSince()
|
Return the value of the {@code If-Unmodified-Since} header. |
List<String> getValuesAsList(String )
|
Return all values of a given header name,
even if this header is set multiple times. |
void setIfMatch(String )
|
Set the (new) value of the {@code If-Match} header. |
void setIfMatch(List<String> )
|
Set the (new) value of the {@code If-Match} header. |
void setIfUnmodifiedSince(long )
|
Set the (new) value of the {@code If-Unmodified-Since} header. |