| Constructor and Description |
|---|
ETag(String tag)
Constructor
|
ETag(String tag,
boolean isWeak)
Constructor
|
ETag(String tag,
boolean isWeak,
boolean isWildcard)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getHeaderValue() |
String |
getTag() |
int |
hashCode() |
boolean |
isWeak() |
boolean |
isWildcard() |
boolean |
matches(IETag other) |
boolean |
matches(IETag other,
boolean weakComparison) |
String |
toString() |
public ETag(String tag)
public ETag(String tag, boolean isWeak)
public ETag(String tag, boolean isWeak, boolean isWildcard)
public boolean isWildcard()
isWildcard in interface IETagpublic String getHeaderValue()
getHeaderValue in interface IETagpublic boolean matches(IETag other, boolean weakComparison)
Copyright © 2016. All rights reserved.